| 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/search.tpl" */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.30',
'unifunc' => 'content_6a3f4a02c044c7_65536106',
'has_nocache_code' => false,
'file_dependency' =>
array (
'8879777fcebe3433345197b262fd0a4dd9ac4fbe' =>
array (
0 => '/var/www/clients/client1/web17/web/includes/templates/templates/widgets/search.tpl',
1 => 1780434889,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6a3f4a02c044c7_65536106 (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($_smarty_tpl->tpl_vars['page']->value->query['http']['post']['request'],"TRUE"));
?>
<div class="table-responsive"><table class="table table-hover">
<thead class="thead-dark">
<tr>
<th>
<div class="row">
<div class="col-3">
Name u. Kennzeichen
</div>
<div class="col-2">
Buchung
</div>
<div class="col-2">
Schiff
</div>
<div class="col-5">
</div>
</div>
</th>
</tr>
</thead>
<tbody>
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['bookings']->value, 'booking', false, 'key');
if ($_from !== null) {
foreach ($_from as $_smarty_tpl->tpl_vars['key']->value => $_smarty_tpl->tpl_vars['booking']->value) {
?>
<tr href="<?php echo @constant('SITE_URL');?>
/booking/view/?invoice_id=<?php echo $_smarty_tpl->tpl_vars['booking']->value->invoice_id;?>
"<?php if ($_smarty_tpl->tpl_vars['booking']->value->invoice_status == 3) {?> style="background-color:#F8D7DA;"<?php }?>>
<td>
<div class="row">
<div class="col-3">
<h5><?php echo $_smarty_tpl->tpl_vars['booking']->value->customer_name;?>
</h5>
<?php echo $_smarty_tpl->tpl_vars['booking']->value->booking_serial;?>
</div>
<div class="col-2">
<h6><?php if ($_smarty_tpl->tpl_vars['booking']->value->booking_special == 8) {?>VALET, <?php }
if ($_smarty_tpl->tpl_vars['booking']->value->booking_special == 10) {?>RÜCK, <?php }
echo $_smarty_tpl->tpl_vars['booking']->value->booking_parkplatz;?>
</h6>
<?php echo $_smarty_tpl->tpl_vars['booking']->value->booking_no;?>
</div>
<div class="col-2">
<h6><?php echo $_smarty_tpl->tpl_vars['booking']->value->booking_event;?>
</h6>
<?php echo smarty_modifier_date_format($_smarty_tpl->tpl_vars['booking']->value->booking_begin,"%d.%m");?>
- <?php echo smarty_modifier_date_format($_smarty_tpl->tpl_vars['booking']->value->booking_end,"%d.%m.%Y");?>
/
<?php echo $_smarty_tpl->tpl_vars['datetime']->value->difference($_smarty_tpl->tpl_vars['booking']->value->booking_begin,$_smarty_tpl->tpl_vars['booking']->value->booking_end);?>
Tage
</div>
<div class="col-5">
<?php if (!empty($_smarty_tpl->tpl_vars['booking']->value->invoice_description) && $_smarty_tpl->tpl_vars['booking']->value->invoice_status != 3) {?>
<div class="alert alert-info" style="margin:0;width:100%;">
<strong>Bemerkung:</strong> <?php echo $_smarty_tpl->tpl_vars['booking']->value->invoice_description;?>
</div>
<?php }?>
</div>
</div>
<?php if (!empty($_smarty_tpl->tpl_vars['booking']->value->invoice_description) && $_smarty_tpl->tpl_vars['booking']->value->invoice_status != 3) {?>
<div class="row">
<div class="col-12">
<span class="alert-warning">
<strong>Bemerkung:</strong> <?php echo $_smarty_tpl->tpl_vars['booking']->value->invoice_description;?>
</span>
</div>
</div>
<?php }?>
</td>
</tr>
<?php
}
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
?>
</tbody>
</table></div>
<?php }
}