37 lines
1.1 KiB
Smarty
37 lines
1.1 KiB
Smarty
{foreach from=$tanke item=tb }
|
|
<div class="col-md-4">
|
|
<div class="panel panel-warning">
|
|
<table class="no-style full">
|
|
<tbody>
|
|
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">{$tb.kname}</td></tr>
|
|
<tr><td nowrap align="center" style="width: 70px;color:gray;font-size:6pt">{$tb.adr2}</td></tr>
|
|
<tr><td nowrap align="center" style="width: 70px"><span style='color:green;font-size:12pt'>{$tb.diesel}<sup>{$tb.dieselx}</sup></td>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
{/foreach}
|
|
</br>
|
|
{foreach from=$tanket item=tt }
|
|
<div class="col-md-4">
|
|
<div class="panel panel-warning">
|
|
<table class="no-style full">
|
|
<tbody>
|
|
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">{$tt.kname}</td></tr>
|
|
<tr><td nowrap align="center" style="width: 70px;color:gray;font-size:6pt">{$tt.adr2}</td></tr>
|
|
<tr><td nowrap align="center" style="width: 70px"><span style='color:red;font-size:12pt'>{$tt.diesel}<sup>{$tt.dieselx}</sup></td>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
{/foreach}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|