| 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/_images.tpl" */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.30',
'unifunc' => 'content_6a3f4a02920c17_41304794',
'has_nocache_code' => false,
'file_dependency' =>
array (
'774d72fc43dddb56c362112fc030e5bf4dcfcfbe' =>
array (
0 => '/var/www/clients/client1/web17/web/includes/templates/templates/booking/_images.tpl',
1 => 1782470753,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6a3f4a02920c17_41304794 (Smarty_Internal_Template $_smarty_tpl) {
?>
<link rel="stylesheet" href="<?php echo @constant('SITE_URL');?>
/assets/css/booking-images.css?v=<?php echo filemtime((@constant('PATH_SYSTEM')).('/assets/css/booking-images.css'));?>
">
<div id="bkimgRoot">
<?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="card mb-3 bkimg-block" data-booking="<?php echo $_smarty_tpl->tpl_vars['b']->value->booking_id;?>
">
<div class="card-header d-flex justify-content-between align-items-center flex-wrap gap-2">
<span class="fw-bold"><i class="material-icons sm align-middle">photo_camera</i> Fahrzeugfotos
<span class="text-muted fw-normal">· <?php echo htmlspecialchars($_smarty_tpl->tpl_vars['b']->value->booking_serial, ENT_QUOTES, 'UTF-8', true);?>
· <?php echo $_smarty_tpl->tpl_vars['b']->value->booking_no;?>
</span>
<span class="badge bg-primary rounded-pill ms-1 bkimg-count d-none">0</span></span>
<button type="button" class="btn btn-sm btn-primary bkimg-add"><i class="material-icons sm">add_a_photo</i> Fotos hinzufügen</button>
</div>
<div class="card-body">
<div class="bkimg-grid"></div>
<div class="bkimg-empty text-muted small">Wird geladen …</div>
</div>
</div>
<?php
}
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
?>
</div>
<div class="bkimg-overlay d-none" id="bkimg-upmodal">
<div class="bkimg-modal">
<div class="bkimg-modal-h"><span>Fahrzeugfotos hinzufügen</span><button type="button" class="bkimg-x" id="bkimg-up-close">×</button></div>
<div class="bkimg-modal-b">
<div class="bkimg-pick">
<label class="bkimg-pickbtn"><input type="file" id="bkimg-up-cam" accept="image/*" capture="environment" hidden>
<i class="material-icons">photo_camera</i><span>Kamera</span></label>
<label class="bkimg-pickbtn"><input type="file" id="bkimg-up-gal" accept="image/*" multiple hidden>
<i class="material-icons">collections</i><span>Galerie / Dateien</span></label>
</div>
<div class="bkimg-tiles" id="bkimg-up-tiles"></div>
<div class="bkimg-err d-none" id="bkimg-up-err"></div>
<button type="button" class="btn btn-primary w-100 mt-2" id="bkimg-up-go" disabled>Hochladen</button>
</div>
</div>
</div>
<div class="bkimg-overlay bkimg-lb d-none" id="bkimg-lb">
<div class="bkimg-lb-bar">
<span class="bkimg-lb-pos" id="bkimg-lb-pos"></span>
<span class="bkimg-lb-actions">
<button type="button" class="bkimg-lb-btn active" id="bkimg-lb-mtoggle" title="Markierungen ein-/ausblenden"><i class="material-icons">place</i></button>
<button type="button" class="bkimg-lb-btn bkimg-lb-loupebtn" id="bkimg-lb-loupe" title="Lupe (Strg+3) – danach mit + / − die Stufe ändern"><i class="material-icons">search</i></button>
<button type="button" class="bkimg-lb-btn" id="bkimg-lb-zoom" title="Zoom"><i class="material-icons">zoom_in</i></button>
<button type="button" class="bkimg-lb-btn" id="bkimg-lb-dl" style="display:none" title="Original öffnen"><i class="material-icons">file_download</i></button>
<button type="button" class="bkimg-lb-btn" id="bkimg-lb-del" style="display:none" title="Löschen"><i class="material-icons">delete</i></button>
<button type="button" class="bkimg-lb-btn" id="bkimg-lb-x" title="Schließen"><i class="material-icons">close</i></button>
</span>
</div>
<div class="bkimg-lb-stage" id="bkimg-lb-stage"><img id="bkimg-lb-img" alt="Foto" draggable="false"></div>
<button type="button" class="bkimg-lb-nav bkimg-lb-prev" id="bkimg-lb-prev" aria-label="Zurück">‹</button>
<button type="button" class="bkimg-lb-nav bkimg-lb-next" id="bkimg-lb-next" aria-label="Weiter">›</button>
<div class="bkimg-lb-info" id="bkimg-lb-info"></div>
</div>
<?php echo '<script'; ?>
src="<?php echo @constant('SITE_URL');?>
/assets/js/booking-images.js?v=<?php echo filemtime((@constant('PATH_SYSTEM')).('/assets/js/booking-images.js'));?>
"><?php echo '</script'; ?>
>
<?php }
}