| 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/booking/_checkout.tpl" */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.30',
'unifunc' => 'content_6a3f4a029c3469_02155614',
'has_nocache_code' => false,
'file_dependency' =>
array (
'fae6ff4a793f9471999fecdf23ed430826175934' =>
array (
0 => '/var/www/clients/client1/web17/web/includes/templates/templates/booking/_checkout.tpl',
1 => 1780450896,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6a3f4a029c3469_02155614 (Smarty_Internal_Template $_smarty_tpl) {
?>
<div class="card">
<div class="card-header fw-bold">Check-Out</div>
<div class="list-group list-group-flush">
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['booking']->value->bookings, 'b');
if ($_from !== null) {
foreach ($_from as $_smarty_tpl->tpl_vars['b']->value) {
?>
<div class="list-group-item bk-veh">
<div class="bk-veh-main">
<span class="bk-plate license-plate"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['b']->value->booking_serial, ENT_QUOTES, 'UTF-8', true);?>
</span>
<div class="bk-veh-info">
<div class="fw-bold"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['b']->value->booking_event, ENT_QUOTES, 'UTF-8', true);?>
<span class="text-muted fw-normal small">ยท <?php echo $_smarty_tpl->tpl_vars['b']->value->booking_type;?>
</span></div>
<div class="small text-muted">
Check-In: <?php if ($_smarty_tpl->tpl_vars['b']->value->booking_checkin) {
echo $_smarty_tpl->tpl_vars['b']->value->checkin_zeit;?>
Uhr am <?php echo $_smarty_tpl->tpl_vars['b']->value->checkin_datum;
} else { ?><span class="text-muted">noch nicht eingecheckt</span><?php }?>
</div>
</div>
</div>
<div class="bk-veh-action text-end">
<div class="small text-muted mb-1"><?php if ($_smarty_tpl->tpl_vars['b']->value->booking_checkout) {?>abgereist <?php echo $_smarty_tpl->tpl_vars['b']->value->checkout_zeit;?>
Uhr am <?php echo $_smarty_tpl->tpl_vars['b']->value->checkout_datum;
} else { ?>noch nicht abgereist<?php }?></div>
<button class="btn btn-sm btn-checkout <?php if ($_smarty_tpl->tpl_vars['b']->value->booking_checkout) {?>btn-success<?php } else { ?>btn-outline-primary<?php }?>" data-booking-id="<?php echo $_smarty_tpl->tpl_vars['b']->value->booking_id;?>
" data-checked="<?php if ($_smarty_tpl->tpl_vars['b']->value->booking_checkout) {?>1<?php } else { ?>0<?php }?>">
<i class="material-icons sm"><?php if ($_smarty_tpl->tpl_vars['b']->value->booking_checkout) {?>check_circle<?php } else { ?>logout<?php }?></i>
<span class="bk-checkout-label"><?php if ($_smarty_tpl->tpl_vars['b']->value->booking_checkout) {?>Ausgecheckt<?php } else { ?>Auschecken<?php }?></span>
</button>
</div>
</div>
<?php
}
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
?>
</div>
</div>
<?php }
}