This commit is contained in:
steven 2025-08-11 22:23:30 +02:00
commit 72a26edcff
22092 changed files with 2101903 additions and 0 deletions

View file

@ -0,0 +1,51 @@
<?php /* Smarty version 2.6.29, created on 2024-02-29 21:33:07
compiled from tpl/ajax/tankebillig.tpl */ ?>
<?php $_from = $this->_tpl_vars['tanke']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['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"><?php echo $this->_tpl_vars['tb']['kname']; ?>
</td></tr>
<tr><td nowrap align="center" style="width: 70px;color:gray;font-size:6pt"><?php echo $this->_tpl_vars['tb']['adr2']; ?>
</td></tr>
<tr><td nowrap align="center" style="width: 70px"><span style='color:green;font-size:12pt'><?php echo $this->_tpl_vars['tb']['diesel']; ?>
<sup><?php echo $this->_tpl_vars['tb']['dieselx']; ?>
</sup></td>
</tbody>
</table>
</div>
</div>
<?php endforeach; endif; unset($_from); ?>
</br>
<?php $_from = $this->_tpl_vars['tanket']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['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"><?php echo $this->_tpl_vars['tt']['kname']; ?>
</td></tr>
<tr><td nowrap align="center" style="width: 70px;color:gray;font-size:6pt"><?php echo $this->_tpl_vars['tt']['adr2']; ?>
</td></tr>
<tr><td nowrap align="center" style="width: 70px"><span style='color:red;font-size:12pt'><?php echo $this->_tpl_vars['tt']['diesel']; ?>
<sup><?php echo $this->_tpl_vars['tt']['dieselx']; ?>
</sup></td>
</tbody>
</table>
</div>
</div>
<?php endforeach; endif; unset($_from); ?>