<form action="{$GRID_LINK}&act_adm=99" method="post">
|
<input type="hidden" id="FIRST_ID" value="{$FIRST_ID}">
|
<table summary="T" style="border:1px #666 solid;" width="100%" cellpadding="0" cellspacing="1">
|
{if $TPL_PAGES}
|
<tr>
|
<td valign="top" colspan="{$ASU_CAB_COL_NUM}">
|
{include file=$TPL_PAGES}
|
</td>
|
</tr>
|
{/if}
|
|
<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 $ASU_CAB_IS_COMMON[sec]}
|
{$ASU_CAB_IS_COMMON[sec][1]}
|
{else}
|
{$ASU_CAB_NAMES[sec]}{if $smarty.section.sec.rownum==1}<div id="div_select-all" class="checkbox_unchecked"><input type="checkbox" id="select-all" title="Check All" onclick="CheckAllEx(this, 'check_vags', '')" /></div>{/if}
|
{/if}
|
</td>
|
{/if}
|
{/section}
|
</tr>
|
|
{section name=sec loop=$GRID_RESULTS}
|
<tr>
|
<td align="center" class="fixed" width="5%"><div id="div_check_vags_{$GRID_RESULTS[sec][0]}" class="{if $GRID_RESULTS[sec][7]}checkbox_checked{else}checkbox_unchecked{/if}"><input type="checkbox" id="check_vags_{$GRID_RESULTS[sec][0]}" onclick="CheckThis(this);" name="check_vags" {if $GRID_RESULTS[sec][7]}checked{/if} /></div></td>
|
{section name=sec2 loop=$GRID_RESULTS[sec]}
|
{if $smarty.section.sec2.rownum!=8}
|
<td {if $ASU_CAB_RESULTS_NUMIRATION && $smarty.section.sec2.rownum==1}style="" class="fixed"{else}{if $ASU_CAB_EMPTY_COLOR[sec2] && !$GRID_RESULTS[sec][sec2]}style="background-color:red;" class="notfixed"{else}style="" class="notfixed"{/if}{/if}align="center" width="{$COL_WIDTHS[sec2]}">
|
{if $ASU_CAB_RESULTS_NUMIRATION && $smarty.section.sec2.rownum==1}
|
{$smarty.section.sec.rownum}
|
{else}
|
{$GRID_RESULTS[sec][sec2]}
|
{/if}
|
</td>
|
{/if}
|
{/section}
|
</tr>
|
{/section}
|
|
{if $TPL_PAGES}
|
<tr>
|
<td valign="top" colspan="{$ASU_CAB_COL_NUM}">
|
{include file=$TPL_PAGES}
|
</td>
|
</tr>
|
{/if}
|
|
<tr>
|
<td align="left" colspan="{$ASU_CAB_COL_NUM}">
|
<input type="button" class="btn btn-info" onclick="xajax_Change_VAGS(GetCbids('check_vags', 'check_vags_'));" title="{if $cgrid_ok}{$cgrid_ok}{else}OK{/if}" value="{if $cgrid_ok}{$cgrid_ok}{else}OK{/if}" />
|
<input type="button" class="btn btn-info" onclick="location.reload();" title="{$cgrid_back}" value="{$cgrid_back}" />
|
</td>
|
</tr>
|
|
</table>
|
</form>
|
<div id="div_debug"></div>
|
<div id="div_section2"></div>
|