70 lines
3.5 KiB
PHP
70 lines
3.5 KiB
PHP
<?php
|
|
/* Smarty version 4.3.0, created on 2025-01-17 14:26:54
|
|
from '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/phistory.tpl' */
|
|
|
|
/* @var Smarty_Internal_Template $_smarty_tpl */
|
|
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
|
'version' => '4.3.0',
|
|
'unifunc' => 'content_678a5a9e830d67_32584595',
|
|
'has_nocache_code' => false,
|
|
'file_dependency' =>
|
|
array (
|
|
'4b3cfc39737b55591e36ce635a005e46b9bb5081' =>
|
|
array (
|
|
0 => '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/phistory.tpl',
|
|
1 => 1694432202,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
),false)) {
|
|
function content_678a5a9e830d67_32584595 (Smarty_Internal_Template $_smarty_tpl) {
|
|
?>
|
|
<!-- -------------------------------------------------------------------------------- -->
|
|
<!-- -------------------------------------------------------------------------------- -->
|
|
<!-- -------------------------------------------------------------------------------- -->
|
|
<!-- -------------------------------------------------------------------------------- -->
|
|
<!-- -------------------------------------------------------------------------------- -->
|
|
<!-- -------------------------------------------------------------------------------- -->
|
|
<!-- ---------------------uebersicht Heute ------------------------------------------ -->
|
|
<!-- -------------------------------------------------------------------------------- -->
|
|
<table class="table-striped">
|
|
<thead>
|
|
<tr>
|
|
<th style="width:200px";align="left"><strong>Fahrer</strong></th>
|
|
<th nowrap style="width:100px";align="right"><strong>wie oft gefahren</strong></th>
|
|
<th style="width:200px";align="right"><strong>zuletzt am</strong></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<?php
|
|
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['hinfo']->value, 'tour');
|
|
$_smarty_tpl->tpl_vars['tour']->do_else = true;
|
|
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['tour']->value) {
|
|
$_smarty_tpl->tpl_vars['tour']->do_else = false;
|
|
?>
|
|
<tr>
|
|
<td nowrap style="width:200px"><b> <?php echo $_smarty_tpl->tpl_vars['tour']->value['name'];?>
|
|
</td>
|
|
<td nowrap style="width:100px" align="right"> <?php echo $_smarty_tpl->tpl_vars['tour']->value['zahl'];?>
|
|
x</td>
|
|
<td nowrap style="width:200px" align="right"> <?php echo $_smarty_tpl->tpl_vars['tour']->value['last'];?>
|
|
Uhr</td>
|
|
|
|
<!-- --------------------------- fahrer -->
|
|
|
|
</tr>
|
|
<?php
|
|
}
|
|
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
|
</tbody>
|
|
</table>
|
|
|
|
<!-- -------------------------------------------------------------------------------- -->
|
|
<!-- -------------------------------------------------------------------------------- -->
|
|
<!-- -------------------------------------------------------------------------------- -->
|
|
<!-- -------------------------------------------------------------------------------- -->
|
|
<?php }
|
|
}
|