<form action="{$GRID_LINK}&act_adm=99" method="post">
|
<table summary="T" style="border:1px #666 solid;" width="100%" cellpadding="0" cellspacing="1">
|
|
<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}
|
</td>
|
{/if}
|
{/section}
|
</tr>
|
|
{section name=sec loop=$GRID_RESULTS}
|
<tr>
|
{section name=sec2 loop=$GRID_RESULTS[sec]}
|
{if $smarty.section.sec2.rownum<8}
|
<td align="center" class="notfixed" width="{$COL_WIDTHS[sec2]}">
|
{$GRID_RESULTS[sec][sec2]}
|
</td>
|
{/if}
|
{/section}
|
<td class="notfixed">
|
{if $GRID_RESULTS[sec][7]==1}<a href="#" title="{$cgrid_delete}"><img src="Icons/copyfrom.GIF" alt="{$cgrid_delete}" onclick="xajax_Delete_Request({$GRID_RESULTS[sec][0]});return false;" title="{$cgrid_delete}" /></a>{else} {/if}
|
</td>
|
</tr>
|
{/section}
|
</table>
|
</form>
|