| 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/modals/booking/car.tpl" */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.30',
'unifunc' => 'content_6a3f4a02b897d2_22589954',
'has_nocache_code' => false,
'file_dependency' =>
array (
'bc9ac3646ce9fc70835459627be42c31cbd48677' =>
array (
0 => '/var/www/clients/client1/web17/web/includes/templates/templates/widgets/modals/booking/car.tpl',
1 => 1780434062,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6a3f4a02b897d2_22589954 (Smarty_Internal_Template $_smarty_tpl) {
?>
<div class="form-mysql-content">
<div class="mysql-configuration">
<input name="mysql[where]" type="hidden" value="booking_id = <?php echo $_smarty_tpl->tpl_vars['data']->value->booking_id;?>
">
<input name="mysql[table]" type="hidden" value="pacim_booking">
</div>
<div class="mb-3 row">
<div class="col-4">
<label for="booking_serial">Kennzeichen</label>
<input name="content[booking_serial]" type="text" class="form-control" value="<?php echo $_smarty_tpl->tpl_vars['data']->value->booking_serial;?>
" placeholder="KFZ-Kennzeichen">
</div>
<div class="col-5">
<label for="booking_type">Schiff</label>
<select name="content[booking_event]" class="form-control">
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['datas']->value->ships(), 'ship');
if ($_from !== null) {
foreach ($_from as $_smarty_tpl->tpl_vars['ship']->value) {
?>
<option<?php if ($_smarty_tpl->tpl_vars['data']->value->booking_event == $_smarty_tpl->tpl_vars['ship']->value->title) {?> selected="selected"<?php }?>><?php echo $_smarty_tpl->tpl_vars['ship']->value->title;?>
</option>
<?php
}
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
?>
<option<?php if (empty($_smarty_tpl->tpl_vars['data']->value->booking_event)) {?> selected="selected"<?php }?>>Sonstiges</option>
</select>
</div>
<div class="col-3">
<label for="booking_guests">Gäste</label>
<input name="content[booking_guests]" type="text" class="form-control" value="<?php if ($_smarty_tpl->tpl_vars['data']->value->booking_guests == '') {?>2<?php } else {
echo $_smarty_tpl->tpl_vars['data']->value->booking_guests;
}?>" placeholder="Gäste">
</div>
</div>
<hr />
<div class="mb-3 row">
<div class="col-4">
<label for="booking_no">Buchungs-Nr.</label>
<input name="content[booking_no]" type="text" class="form-control text-center" value="<?php echo $_smarty_tpl->tpl_vars['data']->value->booking_no;?>
" placeholder="Buchungs-Nr.">
</div>
<div class="col-4">
<label for="booking_begin">Datum von</label>
<input name="content[booking_begin]" type="text" class="form-control text-center" value="<?php echo $_smarty_tpl->tpl_vars['data']->value->booking_begin;?>
" placeholder="Datum (von)">
</div>
<div class="col-4">
<label for="booking_end">Datum bis</label>
<input name="content[booking_end]" type="text" class="form-control text-center" value="<?php echo $_smarty_tpl->tpl_vars['data']->value->booking_end;?>
" placeholder="Datum (bis)">
</div>
</div>
</div>
<?php }
}