| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /tmp/sc/ |
Upload File : |
<?php
/* Smarty version 3.1.30, created on 2026-06-27 05:56:50
from "/var/www/clients/client1/web17/web/includes/templates/templates/widgets/booking/list.tpl" */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.30',
'unifunc' => 'content_6a3f4a02c7b254_00031866',
'has_nocache_code' => false,
'file_dependency' =>
array (
'88fe9bb4acd9e6e50a7fe8c4f99a265c4bda89a6' =>
array (
0 => '/var/www/clients/client1/web17/web/includes/templates/templates/widgets/booking/list.tpl',
1 => 1780434889,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6a3f4a02c7b254_00031866 (Smarty_Internal_Template $_smarty_tpl) {
if (!is_callable('smarty_modifier_date_format')) require_once '/var/www/clients/client1/web17/web/includes/plugins/smarty-3.1.30/plugins/modifier.date_format.php';
$_smarty_tpl->_assignInScope('bookings', $_smarty_tpl->tpl_vars['data']->value->dataset());
?>
<div class="table-responsive"><table class="table table-hover table-bookings">
<thead class="thead-dark">
<tr><th>
<div class="row">
<div class="col-3">Name, Kennzeichen</div>
<div class="col-2">Buchungsnummer, Stellplatz</div>
<div class="col-5"></div>
<div class="col-2">Reisedaten</div>
</div>
</th></tr>
</thead>
<tbody>
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['bookings']->value, 'booking_day', false, 'date');
if ($_from !== null) {
foreach ($_from as $_smarty_tpl->tpl_vars['date']->value => $_smarty_tpl->tpl_vars['booking_day']->value) {
?>
<?php if (isset($_smarty_tpl->tpl_vars['booking_day']->value->invoice) && !empty($_smarty_tpl->tpl_vars['booking_day']->value->invoice)) {?>
<tr>
<td class="delimiter-date">
<?php echo smarty_modifier_date_format($_smarty_tpl->tpl_vars['date']->value,"%d.%m.%Y");?>
<small><?php echo $_smarty_tpl->tpl_vars['booking_day']->value->info->count;?>
Fahrzeug<?php if ($_smarty_tpl->tpl_vars['booking_day']->value->info->count > 1) {?>e<?php }?></small>
</td>
</tr>
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['booking_day']->value->invoice, 'booking_invoice');
if ($_from !== null) {
foreach ($_from as $_smarty_tpl->tpl_vars['booking_invoice']->value) {
?>
<tr href="<?php echo @constant('SITE_URL');?>
/booking/view/?invoice_id=<?php echo $_smarty_tpl->tpl_vars['booking_invoice']->value->info->invoice_id;?>
">
<td>
<div class="row">
<div class="col-3"><h5><?php echo $_smarty_tpl->tpl_vars['booking_invoice']->value->info->customer_name;?>
</h5></div>
<div class="col-2"><h6><?php echo $_smarty_tpl->tpl_vars['booking_invoice']->value->info->booking_no;?>
</h6></div>
<div class="col-5">
</div>
<?php echo $_smarty_tpl->tpl_vars['page']->value->widget("booking","elements/booking_event",$_smarty_tpl->tpl_vars['booking_invoice']->value);?>
</div>
<?php echo $_smarty_tpl->tpl_vars['page']->value->widget("booking","elements/car_short_valid",$_smarty_tpl->tpl_vars['booking_invoice']->value);?>
<?php echo $_smarty_tpl->tpl_vars['page']->value->widget("booking","elements/booking_notice",$_smarty_tpl->tpl_vars['booking_invoice']->value);?>
</td>
</tr>
<?php
}
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
?>
<?php if (!empty($_smarty_tpl->tpl_vars['booking_day']->value->canceled)) {
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['booking_day']->value->canceled, 'booking_canceled');
if ($_from !== null) {
foreach ($_from as $_smarty_tpl->tpl_vars['booking_canceled']->value) {
?>
<tr href="<?php echo @constant('SITE_URL');?>
/booking/view/?invoice_id=<?php echo $_smarty_tpl->tpl_vars['booking_canceled']->value->info->invoice_id;?>
" style="background-color:#F8D7DA;color:#777;">
<td>
<div class="row">
<div class="col-3"><h5><?php echo $_smarty_tpl->tpl_vars['booking_canceled']->value->info->customer_name;?>
</h5></div>
<div class="col-2"><h6><?php echo $_smarty_tpl->tpl_vars['booking_canceled']->value->info->booking_no;?>
</h6></div>
<div class="col-5">
</div>
<?php echo $_smarty_tpl->tpl_vars['page']->value->widget("booking","elements/booking_event",$_smarty_tpl->tpl_vars['booking_canceled']->value);?>
</div>
<?php echo $_smarty_tpl->tpl_vars['page']->value->widget("booking","elements/car_short_valid",$_smarty_tpl->tpl_vars['booking_canceled']->value);?>
</td>
</tr>
<?php
}
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
}?>
<?php }?>
<?php
}
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
?>
</tbody>
</table></div>
<?php }
}