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