| 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/broker/bookings.tpl" */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.30',
'unifunc' => 'content_6a3f4a02798de4_83673095',
'has_nocache_code' => false,
'file_dependency' =>
array (
'f9bb66743d4b82ccadd162cdcd81d3983c93c949' =>
array (
0 => '/var/www/clients/client1/web17/web/includes/templates/templates/broker/bookings.tpl',
1 => 1782222277,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6a3f4a02798de4_83673095 (Smarty_Internal_Template $_smarty_tpl) {
?>
<link rel="stylesheet" href="<?php echo @constant('SITE_URL');?>
/assets/css/cockpit.css?v=<?php echo filemtime((@constant('PATH_SYSTEM')).('/assets/css/cockpit.css'));?>
">
<div class="page-header"><div class="stat-label">Vermittler-Portal</div><h1 class="h3 mb-0">Eigene Buchungen</h1></div>
<div class="alert alert-info d-flex align-items-center gap-2 py-2 mb-3" role="alert">
<i class="material-icons" style="font-size:20px;">info</i>
<span class="small">Provisionen werden erst bei <strong>erfolgter Anreise</strong> freigegeben (<span class="text-success fw-semibold">grün</span>). Bis dahin sind sie <span class="text-warning fw-semibold">ausstehend</span>, stornierte Buchungen werden nicht gezählt.</span>
</div>
<div class="card"><div class="table-responsive">
<table class="table table-hover align-middle mb-0">
<thead><tr><th>Erstellt</th><th>Buchung</th><th>Kunde</th><th>Kennzeichen</th><th>Event</th><th>Zeitraum</th><th class="text-end">Betrag</th><th>Status</th><th class="text-end">Provision</th></tr></thead>
<tbody id="brokerBookingsBody"><tr><td colspan="9" class="text-center text-muted py-4">Wird geladen …</td></tr></tbody>
</table>
</div></div>
<?php echo '<script'; ?>
src="<?php echo @constant('SITE_URL');?>
/assets/js/broker-portal.js?v=<?php echo filemtime((@constant('PATH_SYSTEM')).('/assets/js/broker-portal.js'));?>
"><?php echo '</script'; ?>
>
<?php }
}