60 lines
1.8 KiB
Smarty
60 lines
1.8 KiB
Smarty
|
|
<table class="no-style full" id="ue_km">
|
|
<tr style="font-size:8pt">
|
|
<td nowrap align="left" style="width: 40px">Kennz.</td>
|
|
<td nowrap align="right" style="width:80px">ist.km</td>
|
|
<td nowrap align="right" style="width:80px">ca.km</td>
|
|
<td nowrap align="right" style="width:80px">max.km</td>
|
|
<td nowrap align="right" style="width:80px">tank.km</td>
|
|
<td nowrap align="right" style="width:80px">plan.km</td>
|
|
<td nowrap align="right" style="width:80px">Verbrauch</td>
|
|
|
|
|
|
</tr>
|
|
|
|
{foreach from=$kmdata item=km}
|
|
<tr style="color:#aaaaaa;font-size:11pt">
|
|
<td nowrap align="left" style="width: 40px">{$km.kz}</td>
|
|
{if $km.ikm>$km.pkm} <td nowrap align="right" style="width:80px;color:#870103">{$km.ikm}</td>
|
|
{else} <td nowrap align="right" style="width:80px">{$km.ikm}</td>
|
|
{/if}
|
|
|
|
{if $km.ckm>$km.pkm} <td nowrap align="right" style="width:80px;color:#870103">{$km.ckm}</td>
|
|
{else} <td nowrap align="right" style="width:80px">{$km.ckm}</td>
|
|
{/if}
|
|
|
|
<td nowrap align="right" style="width:80px">{$km.pkm}</td>
|
|
|
|
{if $km.tkm>$km.rkm} <td nowrap align="right" style="width:40px;color:#870103">{$km.tkm}</td>
|
|
{else} <td nowrap align="right" style="width:40px">{$km.tkm}</td>
|
|
{/if}
|
|
|
|
|
|
<td nowrap align="right" style="width:40px">{$km.rkm}</td>
|
|
|
|
<td nowrap align="right" style="width:40px">
|
|
|
|
{if $km.tanz==1} <span style="color: greenyellow"> {$km.dvb} </span>
|
|
{elseif $km.tanz==2} <span style="color: orange"> {$km.dvb} </span>
|
|
{elseif $km.tanz==3} <span style="color: darkred"> {$km.dvb} </span>
|
|
{elseif $km.tanz==4} <span style="color: red"> {$km.dvb} </span>
|
|
{else}<span> {$km.dvb} </span>{/if}
|
|
</td>
|
|
|
|
</tr>
|
|
{/foreach}
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|