taron133
2020-10-26 aa8d874c8a3287d41d26566ae32b6ed8d4557ff9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<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}