init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
60
template/tpl/ajax/ue_km.tpl
Normal file
60
template/tpl/ajax/ue_km.tpl
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue