init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
|
|
@ -0,0 +1,70 @@
|
|||
<?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 }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue