63 lines
2.1 KiB
PHP
63 lines
2.1 KiB
PHP
<?php
|
|
/* Smarty version 4.3.0, created on 2024-08-18 13:20:12
|
|
from '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/ajax/p_nirght_kal.tpl' */
|
|
|
|
/* @var Smarty_Internal_Template $_smarty_tpl */
|
|
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
|
'version' => '4.3.0',
|
|
'unifunc' => 'content_66c1d8ec009f03_74208154',
|
|
'has_nocache_code' => false,
|
|
'file_dependency' =>
|
|
array (
|
|
'787623f5c1f17d31232d86aab284b2e333c9acba' =>
|
|
array (
|
|
0 => '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/ajax/p_nirght_kal.tpl',
|
|
1 => 1723980009,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
),false)) {
|
|
function content_66c1d8ec009f03_74208154 (Smarty_Internal_Template $_smarty_tpl) {
|
|
?><div class="panel panel-tbox">
|
|
<header class="panel-heading" style="font-size: 14pt">
|
|
<span style="font-size: 14pt" class="far fa-person-sign"></span>
|
|
<span style="font-size: 12pt"> <?php echo $_smarty_tpl->tpl_vars['datum']->value;?>
|
|
</span>
|
|
</header>
|
|
<div class="panel-body">
|
|
<table class="no-style full" style="margin:-9px;line-height:12px">
|
|
<?php
|
|
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['kald']->value, 'kal');
|
|
$_smarty_tpl->tpl_vars['kal']->do_else = true;
|
|
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['kal']->value) {
|
|
$_smarty_tpl->tpl_vars['kal']->do_else = false;
|
|
?>
|
|
<tr>
|
|
<td style="width:30px;font-size:12pt">
|
|
<?php if ($_smarty_tpl->tpl_vars['kal']->value['na'] != 0) {?>
|
|
<i class='<?php echo $_smarty_tpl->tpl_vars['kal']->value['icon'];?>
|
|
' style="color:#b50000"></i>
|
|
<?php } else { ?>
|
|
<i class='<?php echo $_smarty_tpl->tpl_vars['kal']->value['icon'];?>
|
|
' style="color: orange"></i>
|
|
<?php }?>
|
|
</td>
|
|
<td style="width:200px;font-size:10pt;">
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['kal']->value['fahrer'];?>
|
|
</strong></br>
|
|
<span style="width:145px;font-size: 7pt;"><?php echo $_smarty_tpl->tpl_vars['kal']->value['bez'];?>
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
<?php
|
|
}
|
|
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<?php }
|
|
}
|