taron133
2020-10-26 aa8d874c8a3287d41d26566ae32b6ed8d4557ff9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<table summary="T" style="margin-top:5px;border:1px #666 solid;" width="100%">
    <tr>
        <td class="fixed" align="center" width="100%">{$change_vag_name}</td>
    </tr>
    <tr>
        <td class="notfixed" align="center"><div id="div_vags">{$div_vags}</div></td>
    </tr>
</table>
 
<form action="{$GRID_LINK}&amp;act={$ACT}&amp;act_adm=1" target="_blank" method="post">
<table summary="table" style="border:1px #666 solid;" width="100%" cellpadding="0" cellspacing="1">
{if $TPL_PAGES}<tr><td valign="top" colspan="{$ASU_CAB_COL_NUM+1}">{include file=$TPL_PAGES}</td></tr>{/if}
 
    <tr>
        <td class="fixed" width="5%" align="center">
            {$all}: <div id="div_select-all" class="checkbox_unchecked"><input type="checkbox" id="select-all" title="Check All" onclick="CheckAll(this, 'ids')" /></div>
        </td>
        <td class="fixed" width="90%" align="center" colspan="{$ASU_CAB_COL_NUM-5}">{$NameTable}</td>
        <td class="fixed" width="5%" align="center" colspan="4">
            <input type="image" name="PrintSel" src="images/printer.png" title="{$without_err}" alt="print" />{$without_err}
        </td>
    </tr>
 
<tr class="fixed" align="center">
{section name=sec loop=$ASU_CAB_NAMES}
    {if !$ASU_CAB_IS_COMMON[$smarty.section.sec.index_prev]}
        <td  style="text-size:small;FONT-WEIGHT: normal;" width="{$COL_WIDTHS[sec]}"  {if $ASU_CAB_IS_COMMON[sec]}colspan="{$ASU_CAB_IS_COMMON[sec][0]}"{else}{if $ASU_CAB_IS_EXIST_COMMON && !$ASU_CAB_IS_COMMON[$smarty.section.sec.index_prev][0]} rowspan="2"{/if}{/if}>
            {if $is_checks && $smarty.section.sec.rownum==1}
                <div id="div_select-all-i" class="checkbox_unchecked"><input type="checkbox" id="select-all-i" title="Check All" onclick="CheckAll(this, 'ids')" /></div>
            {elseif $ASU_CAB_IS_COMMON[sec]}
                {$ASU_CAB_IS_COMMON[sec][1]}
            {else}
                {$ASU_CAB_NAMES[sec]}
            {/if}
        </td>
    {/if}
{/section}
</tr>
 
{section name=sec loop=$GRID_RESULTS}
<tr>
{section name=sec2 loop=$GRID_RESULTS[sec]}
<td style="background-color:{if $GRID_RESULTS[sec][sec2][2]==2}#FF7E77{else}{if $GRID_RESULTS[sec][sec2][2]==1}#A8FFBB{else}#FFFFFF{/if}{/if};" align="center" width="6%">
{if $GRID_RESULTS[sec][sec2][0]}<div id="div_cb{$GRID_RESULTS[sec][sec2][0]}" class="checkbox_unchecked"><input type="checkbox" name="ids[{$GRID_RESULTS[sec][sec2][0]}]" onclick="xajax_SetCheck({$GRID_RESULTS[sec][sec2][0]}, cb{$GRID_RESULTS[sec][sec2][0]}.checked); CheckThis(this);" id="cb{$GRID_RESULTS[sec][sec2][0]}"></div>{/if}
</td>
<td style="background-color:{if $GRID_RESULTS[sec][sec2][2]==2}#FF7E77{else}{if $GRID_RESULTS[sec][sec2][2]==1}#A8FFBB{else}{if $GRID_RESULTS[sec][sec2][2]==3}#EA0000{else}#FFFFFF{/if}{/if}{/if};" align="left" width="14%">
    {$GRID_RESULTS[sec][sec2][0]} {$GRID_RESULTS[sec][sec2][1]}
</td>
{/section}
</tr>
{/section}
 
{if $TPL_PAGES}<tr><td valign="top" colspan="{$ASU_CAB_COL_NUM+1}">{include file=$TPL_PAGES}</td></tr>{/if}
</table>
</form>
 
<br /><div id="div_zuge_view"></div>