<a href="{$GRID_LINK}"><img src="images/return.png" alt="Output" /></a><br />
|
<table summary="Table" style="border:1px #666 solid;" width="100%">
|
<tr>
|
<td class="fixed" style="color:green;" align="center" colspan="{$IMPORT_DATA_COL_NUM}">
|
Added:
|
</td>
|
</tr>
|
|
<tr>
|
{section name=sec loop=$IMPORT_DATA_NAME}
|
<td class="fixed" align="center">
|
{$IMPORT_DATA_NAME[sec]}
|
</td>
|
{/section}
|
</tr>
|
|
{section name=sec loop=$IMPORT_DATA}
|
<tr align="center">
|
{section name=sec2 loop=$IMPORT_DATA[sec]}
|
<td style="text-size:small;FONT-WEIGHT: normal;background-color:#{if $smarty.section.sec.rownum%2==1}AADDFF{else}BFF7FF{/if};">
|
{$IMPORT_DATA[sec][sec2]}
|
</td>
|
{/section}
|
</tr>
|
{/section}
|
|
</table><br /><br />
|
|
<table summary="Table" style="border:1px #666 solid;" width="100%">
|
<tr>
|
<td class="fixed" style="color:red;" align="center" colspan="{$IMPORT_DATA_COL_NUM}">
|
Error unique:
|
</td>
|
</tr>
|
|
<tr>
|
{section name=sec loop=$IMPORT_DATA_NAME}
|
<td class="fixed" align="center">{$IMPORT_DATA_NAME[sec]}</td>
|
{/section}
|
</tr>
|
|
{section name=sec loop=$IMPORT_DATA_ERR_UNIQ}
|
<tr align="center">
|
{section name=sec2 loop=$IMPORT_DATA_ERR_UNIQ[sec]}
|
<td style="text-size:small;FONT-WEIGHT: normal;background-color:#{if $smarty.section.sec.rownum%2==1}FFBAAA{else}FFB5B9{/if};">
|
{$IMPORT_DATA_ERR_UNIQ[sec][sec2]}
|
</td>
|
{/section}
|
</tr>
|
{/section}
|
|
</table><br /><br />
|
|
<table summary="Table" style="border:1px #666 solid;" width="100%">
|
<tr>
|
<td class="fixed" style="color:red;" align="center" colspan="{$IMPORT_DATA_COL_NUM}">
|
Other errors:
|
</td>
|
</tr>
|
|
<tr>
|
{section name=sec loop=$IMPORT_DATA_NAME}
|
<td class="fixed" align="center">{$IMPORT_DATA_NAME[sec]}</td>
|
{/section}
|
</tr>
|
|
{section name=sec loop=$IMPORT_DATA_ERR}
|
<tr align="center" title="{$IMPORT_DATA_ERR[sec][$IMPORT_DATA_COL_NUM]}">
|
{section name=sec2 loop=$IMPORT_DATA_ERR[sec]}
|
{if $smarty.section.sec2.rownum != $smarty.section.sec2.total}
|
<td style="text-size:small;FONT-WEIGHT: normal;background-color:#{if $smarty.section.sec.rownum%2==1}FFBAAA{else}FFB5B9{/if};">
|
{$IMPORT_DATA_ERR[sec][sec2]}
|
</td>
|
{/if}
|
{/section}
|
</tr>
|
{/section}
|
|
</table>
|