{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} {/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;">
|
{$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>
|