<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="3">
|
Updates. {$NAMES_TR[2]}:
|
</td></tr>
|
<tr>{section name=sec loop=$NAMES}<td class="fixed" align="center">{$NAMES[sec]}</td>{/section}</tr>
|
|
{section name=sec loop=$GOOD_NLok}
|
<tr align="center">
|
{section name=sec2 loop=$GOOD_NLok[sec]}
|
<td style="text-size:small;FONT-WEIGHT: normal;background-color:#{if $smarty.section.sec.rownum%2==1}AADDFF{else}BFF7FF{/if};">
|
{$GOOD_NLok[sec][sec2]}
|
</td>
|
{/section}
|
</tr>
|
{/section}
|
</table><br />
|
|
<table summary="Table" style="border:1px #666 solid;" width="100%">
|
<tr><td class="fixed" style="color:green;" align="center" colspan="3">
|
Updates. {$NAMES_TR[3]}:
|
</td></tr>
|
<tr>{section name=sec loop=$NAMES}<td class="fixed" align="center">{$NAMES[sec]}</td>{/section}</tr>
|
|
{section name=sec loop=$GOOD_Lok}
|
<tr align="center">
|
{section name=sec2 loop=$GOOD_Lok[sec]}
|
<td style="text-size:small;FONT-WEIGHT: normal;background-color:#{if $smarty.section.sec.rownum%2==1}AADDFF{else}BFF7FF{/if};">
|
{$GOOD_Lok[sec][sec2]}
|
</td>
|
{/section}
|
</tr>
|
{/section}
|
</table><br />
|
|
{if $ERRS1}<table summary="Table" style="border:1px #666 solid;" width="100%">
|
<tr><td class="fixed" style="color:green;" align="center" colspan="3">
|
Errors. {$NAMES_TR[0]}:
|
</td></tr>
|
<tr>{section name=sec loop=$NAMES}<td class="fixed" align="center">{$NAMES[sec]}</td>{/section}</tr>
|
|
{section name=sec loop=$ERRS1}
|
<tr align="center">
|
{section name=sec2 loop=$ERRS1[sec]}
|
<td style="text-size:small;FONT-WEIGHT: normal;background-color:#{if $smarty.section.sec.rownum%2==1}FFBAAA{else}FFB5B9{/if};">
|
{$ERRS1[sec][sec2]}
|
</td>
|
{/section}
|
</tr>
|
{/section}
|
</table><br />{/if}
|
|
{if $ERRS2}<table summary="Table" style="border:1px #666 solid;" width="100%">
|
<tr><td class="fixed" style="color:green;" align="center" colspan="3">
|
Errors. {$NAMES_TR[1]}:
|
</td></tr>
|
<tr>{section name=sec loop=$NAMES}<td class="fixed" align="center">{$NAMES[sec]}</td>{/section}</tr>
|
|
{section name=sec loop=$ERRS2}
|
<tr align="center">
|
{section name=sec2 loop=$ERRS2[sec]}
|
<td style="text-size:small;FONT-WEIGHT: normal;background-color:#{if $smarty.section.sec.rownum%2==1}FFBAAA{else}FFB5B9{/if};">
|
{$ERRS2[sec][sec2]}
|
</td>
|
{/section}
|
</tr>
|
{/section}
|
</table><br />{/if}
|
|
{if $ERRS_NLok}<table summary="Table" style="border:1px #666 solid;" width="100%">
|
<tr><td class="fixed" style="color:green;" align="center" colspan="3">
|
Errors. {$NAMES_TR[2]}:
|
</td></tr>
|
<tr>{section name=sec loop=$NAMES}<td class="fixed" align="center">{$NAMES[sec]}</td>{/section}</tr>
|
|
{section name=sec loop=$ERRS_NLok}
|
<tr align="center">
|
{section name=sec2 loop=$ERRS_NLok[sec]}
|
<td style="text-size:small;FONT-WEIGHT: normal;background-color:#{if $smarty.section.sec.rownum%2==1}FFBAAA{else}FFB5B9{/if};">
|
{$ERRS_NLok[sec][sec2]}
|
</td>
|
{/section}
|
</tr>
|
{/section}
|
</table><br />{/if}
|
|
{if $ERRS_Lok}<table summary="Table" style="border:1px #666 solid;" width="100%">
|
<tr><td class="fixed" style="color:green;" align="center" colspan="3">
|
Errors. {$NAMES_TR[3]}:
|
</td></tr>
|
<tr>{section name=sec loop=$NAMES}<td class="fixed" align="center">{$NAMES[sec]}</td>{/section}</tr>
|
|
{section name=sec loop=$ERRS_Lok}
|
<tr align="center">
|
{section name=sec2 loop=$ERRS_Lok[sec]}
|
<td style="text-size:small;FONT-WEIGHT: normal;background-color:#{if $smarty.section.sec.rownum%2==1}FFBAAA{else}FFB5B9{/if};">
|
{$ERRS_Lok[sec][sec2]}
|
</td>
|
{/section}
|
</tr>
|
{/section}
|
</table>{/if}
|