<table summary="�������" style="border:1px #666 solid;" width="100%">
|
<tr>
|
<td class="fixed" width="5%" align="center"> </td>
|
<td class="fixed" width="95%" colspan="{$ASU_CAB_COL_NUM}">
|
|
<table summary="�������" width="100%">
|
<tr>
|
<td width="90%" align="center"><b>{$NameTable}</b></td>
|
<td align="right" width="10%"> </td>
|
</tr>
|
</table>
|
|
</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 $ASU_CAB_IS_COMMON[sec]}
|
{$ASU_CAB_IS_COMMON[sec][1]}
|
{else}
|
{$ASU_CAB_NAMES[sec]}
|
{/if}
|
</td>
|
{/if}
|
{/section}
|
|
<td style="text-size:small;FONT-WEIGHT: normal;" width="100%"></td>
|
</tr>
|
|
{if $ASU_CAB_IS_EXIST_COMMON}
|
<tr class="fixed" align="center">
|
{section name=sec3 loop=$ASU_CAB_NAMES}
|
{if !$ASU_CAB_IS_COMMON[$smarty.section.sec3.index_prev]}
|
{if $ASU_CAB_IS_COMMON[sec3]}
|
<td style="text-size:small;FONT-WEIGHT: normal;">{$ASU_CAB_NAMES[sec3]}</td>
|
<td style="text-size:small;FONT-WEIGHT: normal;">{$ASU_CAB_NAMES[$smarty.section.sec3.index_next]}</td>
|
{else}
|
|
{/if}
|
{else}
|
{if $ASU_CAB_IS_COMMON[sec3]}
|
<td style="text-size:small;FONT-WEIGHT: normal;">{$ASU_CAB_NAMES[$smarty.section.sec3.index_next]}</td>
|
{/if}
|
{/if}
|
{/section}
|
<td style="text-size:small;FONT-WEIGHT: normal;" width="100%"></td>
|
</tr>
|
{/if}
|
|
{section name=sec loop=$GRID_RESULTS}
|
<tr>
|
{section name=sec2 loop=$GRID_RESULTS[sec]}
|
<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>
|
{/section}
|
|
<td class="notfixed"> </td>
|
</tr>
|
{/section}
|
</table>
|