<table summary="T" style="border:1px #666 solid;" width="100%" cellpadding="0" cellspacing="1">
|
<tr><td class="fixed" align="center" colspan="10"><b>{$NameTable}</b></td></tr>
|
|
<tr class="fixed" align="center">
|
{section name=sec loop=$ASU_CAB_NAMES}
|
<td style="text-size:small;FONT-WEIGHT: normal;">
|
{$ASU_CAB_NAMES[sec]}
|
</td>
|
{/section}
|
<td class="fixed"> </td>
|
</tr>
|
|
{section name=sec loop=$GRID_RESULTS}
|
<tr>
|
{section name=sec2 loop=$GRID_RESULTS[sec]}
|
{if $smarty.section.sec2.rownum<10}
|
<td {if $smarty.section.sec2.rownum==1}style="" class="fixed"{else}style="" class="notfixed"{/if}align="center">
|
{if $smarty.section.sec2.rownum==1}
|
{$smarty.section.sec.rownum}
|
{else}
|
{$GRID_RESULTS[sec][sec2]}
|
{/if}
|
</td>
|
{/if}
|
{/section}
|
|
<td width="3%" class="notfixed"><!--target="blank"-->
|
<a href="?form=7&act=15&act_adm=2&id={$ID}&id_per={$GRID_RESULTS[sec][0]}" title="edit"><img src="Icons/property.GIF" alt="edit" /></a>
|
</td>
|
</tr>
|
{/section}
|
|
</table>
|