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
<form action="{$GRID_LINK}&amp;act={$ACT}&amp;act_adm=1" target="_blank" method="post">
<div class="panel panel-info">
    <div class="panel-heading">
        <div class="btn-group btn-group-justified" role="toolbar" aria-label="">
            <div class="btn-group" role="group">{$all}: <div id="div_select-all" class="checkbox_unchecked"><input type="checkbox" id="select-all" title="Check All" onclick="CheckAll(this, 'ids')" /></div></div>
            <div class="btn-group" role="group"><b>{$NameTable}</b></div>
            <input type="hidden" id="printNEISX" value="1" /><input type="hidden" id="printNEISY" value="1" />
            <div class="btn-group" role="group"><button type="button" class="btn btn-info" name="PrintSel" onclick="GID('printNEISX').name='PrintSel_x';GID('printNEISY').name='PrintSel_y';this.parentNode.parentNode.parentNode.parentNode.parentNode.submit();" title="{$without_err}" alt="print" ><span class="glyphicon glyphicon-print"></span> <span class="glyphicon glyphicon-print glyphicon-eye-close"></span></button><br/>
                <button type="button" class="btn btn-info" name="PrintSel" onclick="GID('printNEISX').name='PrintSelWO_x';GID('printNEISY').name='PrintSelWO_y';this.parentNode.parentNode.parentNode.parentNode.parentNode.submit();" title="{$with_err}" alt="print" ><span class="glyphicon glyphicon-print"></span> <span class="glyphicon glyphicon-eye-open"></span></button></div>
        </div>
    </div>
 
<table summary="table" class="table">
 
<thead>
<tr align="center">
{section name=sec loop=$ASU_CAB_NAMES}
    {if !$ASU_CAB_IS_COMMON[$smarty.section.sec.index_prev]}
        <th 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-a" class="checkbox_unchecked"><input type="checkbox" id="select-all-a" 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}
        </th>
    {/if}
{/section}
</tr>
</thead>
 
{if $TPL_PAGES}<tr><td valign="top" colspan="{$ASU_CAB_COL_NUM+1}">{include file=$TPL_PAGES}</td></tr>{/if}
 
{section name=sec loop=$GRID_RESULTS}
<tr>
{section name=sec2 loop=$GRID_RESULTS[sec]}
<td align="center">
{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 align="left">
    {$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></div>
</form>
 
<br /><div id="div_zuge_view"></div>