<form action="{$GRID_LINK}&act={$ACT}&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>
|