jb-data.de/template/tpl/ajax/ue_tank.tpl
2025-08-11 22:23:30 +02:00

16 lines
543 B
Smarty

<div class="rinfo">
<i class="fas fa-gas-pump fa-3x fa-pull-left"></i>
<table class="no-style full">
<tr align="right" style="font-size: 16pt">
<td nowrap style="width:170px"> {$tankdata.diesel}<sup>{$tankdata.dieselx}</sup></td>
</tr>
<tr align="right" style="font-size: 11pt">
<td nowrap>{$tankdata.kname}&nbsp;&nbsp;&nbsp;</td>
</tr>
</table>
<table class="no-style full" style="width: 100%">
<td nowrap align="center" style="font-size:10pt">{$tankdata.street}</td>
</table>
</div>