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
{if $ZUGE_kilo}
<table summary="Table" style="margin-top:5px;border:1px #666 solid;" width="{$VAGS_NUM*10}%" cellpadding="0" cellspacing="0">
<tr style="border-bottom:1px #666 solid;">
    <td class="fixed" align="center">Text:<div id="div_isview" class="checkbox_unchecked"><input type="checkbox" onclick="javascript:GetViewTextConf(this, document.getElementById('div_text_conf')); CheckThis(this);" name="isview" id="isview" /></div></td>
    <td class="fixed" align="center" width="90%" colspan="{$VAGS_NUM-1}">{$VAGS_N_TN}:</td>
</tr>
 
<tr align="center">
 <td style="border-top:1px #666 solid;">&nbsp;</td>
 {section name=sec loop=$ZUGE_im}
  <td style="border-left:1px #666 solid;border-top:1px #666 solid;">
    <img {if $ZUGE_im[sec]}src="{$ZUGE_im[sec]}"{/if} width="60" height="15" alt="" />
  </td>
 {/section}
</tr>
 
<tr align="center">
 <td style="border-top:1px #666 solid;" align="center">{$NEISP}:</td>
 {section name=sec loop=$ZUGE_errs}
  <td style="border-left:1px #666 solid;border-top:1px #666 solid;">
  <table width="100%" summary="Table" cellpadding="0" cellspacing="0"><tr>
  <td {if $ZUGE_errs[sec][0]}class="red">{$ZUGE_errs[sec][0]}{else}>&nbsp;{/if}</td>
  <td {if $ZUGE_errs[sec][1]}class="ora">{$ZUGE_errs[sec][1]}{else}>&nbsp;{/if}</td>
  <td {if $ZUGE_errs[sec][2]}class="yel">{$ZUGE_errs[sec][2]}{else}>&nbsp;{/if}</td>
  <td {if $ZUGE_errs[sec][3]}class="gre">{$ZUGE_errs[sec][3]}{else}>&nbsp;{/if}</td>
  </tr></table>
  </td>
 {/section}
</tr>
 
<tr align="center">
 <td style="border-top:1px #666 solid;" align="center">Fzg.Nr.:</td>
 {section name=sec loop=$ZUGE_n}
  <td style="border-left:1px #666 solid;border-top:1px #666 solid;">
  &nbsp;{$ZUGE_n[sec]}
  </td>
 {/section}
</tr>
<tr align="center">
 <td style="border-top:1px #666 solid;" align="center">km-Stand:</td>
 {section name=sec loop=$ZUGE_kilo}
  <td style="border-left:1px #666 solid;border-top:1px #666 solid;">
    {$ZUGE_kilo[sec]}
  </td>
 {/section}
</tr>
 
</table>
 
<table class="table" summary="T"><tr>
  <td class="red_leg">&nbsp;</td><td>&nbsp;A</td>
  <td class="ora_leg">&nbsp;</td><td>&nbsp;B</td>
  <td class="yel_leg">&nbsp;</td><td>&nbsp;C</td>
  <td class="gre_leg">&nbsp;</td><td>&nbsp;D</td></tr>
</table>
{else}Error view{/if}
 
<div id="div_text_conf" style="display:none;">
<table summary="Table" style="margin-top:3px;border:1px #666 solid;" width="100%" cellpadding="0" cellspacing="1">
<tr><td class="fixed" style="color:green;" align="center" colspan="{$ZUGE_NUM}">{$ZUGE_N_TN}:</td></tr>
 
<tr>
  {section name=sec loop=$ZUGE_N}
    <td class="fixed" align="center">{$ZUGE_N[sec]}</td>
  {/section}
</tr>
 
{section name=sec loop=$ZUGE}
<tr style="text-size:small;background-color:#{if $smarty.section.sec.rownum%2==1}AADDFF{else}BFF7FF{/if};" align="center">
 {section name=sec2 loop=$ZUGE[sec]}
 {if $smarty.section.sec2.rownum!=1 && $smarty.section.sec2.rownum<12}
  <td>
    {$ZUGE[sec][sec2]}
  </td>
 {/if}
 {/section}
</tr>
{/section}
 
</table>
</div>
 
<div id="div_grid_foot" style="margin-top:5px;">
{if $graph_zb && $www}
    <img src="{*http://$www/*}images/get_png_actual_conf.php?zb={$graph_zb}" alt="graphic" />
    <table style="margin-top:5px;" width="100%" summary="T" cellpadding="0" cellspacing="0"><tr>
      <td class="red_leg">&nbsp;</td><td>&nbsp;A</td>
      <td class="ora_leg">&nbsp;</td><td>&nbsp;B</td>
      <td class="yel_leg">&nbsp;</td><td>&nbsp;C</td>
      <td class="gre_leg">&nbsp;</td><td>&nbsp;D</td></tr>
    </table>
{/if}
</div>