<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}&act={$ACT}&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>
|