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
{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" width="100%">Text info:<input type="checkbox" onclick="javascript:GetViewTextConf(this, document.getElementById('div_text_conf'));" name="isview" id="isview" /></td>
    <td class="fixed" align="center" width="100%" colspan="{$VAGS_NUM-1}">{$VAGS_N_TN}:</td>
</tr>
 
<tr align="center">
 <td style="border-top:1px #666 solid;" width="40px">&nbsp;</td>
 {section name=sec loop=$ZUGE_im}
  <td style="border-left:1px #666 solid;border-top:1px #666 solid;">
    <img src="{$ZUGE_im[sec]}" 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"{/if}>{$ZUGE_errs[sec][0]}</td>
  <td {if $ZUGE_errs[sec][1]}class="ora"{/if}>{$ZUGE_errs[sec][1]}</td>
  <td {if $ZUGE_errs[sec][2]}class="yel"{/if}>{$ZUGE_errs[sec][2]}</td>
  <td {if $ZUGE_errs[sec][3]}class="gre"{/if}>{$ZUGE_errs[sec][3]}</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 style="margin-top:5px;" width="70%" summary="Table" cellpadding="0" cellspacing="0"><tr>
  <td class="red" style="border:1px #666 solid;" width="20px">&nbsp;</td><td>&nbsp;A - Sofort aussetzen</td>
  <td class="ora" style="border:1px #666 solid;" width="20px">&nbsp;</td><td>&nbsp;B - Beendigung Umlauf</td>
  <td class="yel" style="border:1px #666 solid;" width="20px">&nbsp;</td><td>&nbsp;C - Beendigung Tagesdienst</td>
  <td class="gre" style="border:1px #666 solid;" width="20px">&nbsp;</td><td>&nbsp;D - Reparatur bei Frist</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%">
<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}
  <td>
    {$ZUGE[sec][sec2]}
  </td>
 {/if}
 {/section}
</tr>
{/section}
 
</table>
</div>
 
<div id="div_grid_foot"></div>