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
{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">{$ZUGE_N_TN}<div id="div_isview{$graph_zb}" class="checkbox_unchecked"><input type="checkbox" onclick="javascript:GetViewTextConf(this, document.getElementById('div_text_conf{$graph_zb}')); CheckThis(this);" name="isview{$graph_zb}" id="isview{$graph_zb}" /></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;">
{if $lrID>0}<input type="button" onclick="myConfirm('{$unregister_prompt}', function(result){literal}{{/literal} if (result!=false) xajax_UnRegisterZuge('{$lrID}');{literal}}{/literal});" title="{$unregister_button}" value="{$unregister_button}" />{else}&nbsp;{/if}
 </td>
 {section name=sec loop=$ZUGE_im}
  <td style="border-left:1px #666 solid;border-top:1px #666 solid;">
    <img src="{$ZUGE_im[sec]}" style="width:80px;" alt="" />
  </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>
 
{else}Error view{/if}
 
<div id="div_text_conf{$graph_zb}" 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 AND $smarty.section.sec2.rownum!=8}
  <td>
    {$ZUGE[sec][sec2]}
  </td>
 {/if}
 {/section}
</tr>
{/section}
 
</table>
</div>
 
<div id="div_grid_foot{$graph_zb}" style="margin-top:5px;"></div>