{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"> </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;">
|
{$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"> </td><td> A - Sofort aussetzen</td>
|
<td class="ora" style="border:1px #666 solid;" width="20px"> </td><td> B - Beendigung Umlauf</td>
|
<td class="yel" style="border:1px #666 solid;" width="20px"> </td><td> C - Beendigung Tagesdienst</td>
|
<td class="gre" style="border:1px #666 solid;" width="20px"> </td><td> 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>
|