| 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/tasks/_stats_card.tpl" */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.30',
'unifunc' => 'content_6a3f4a02804e30_22055523',
'has_nocache_code' => false,
'file_dependency' =>
array (
'a118ee562d48ac5a4937f874f6a4463e39f276b0' =>
array (
0 => '/var/www/clients/client1/web17/web/includes/templates/templates/tasks/_stats_card.tpl',
1 => 1780437677,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6a3f4a02804e30_22055523 (Smarty_Internal_Template $_smarty_tpl) {
?>
<div class="rounded p-3 bg-white mb-3 border">
<h6 class="<?php echo (($tmp = @$_smarty_tpl->tpl_vars['titleClass']->value)===null||$tmp==='' ? 'text-dark' : $tmp);?>
mb-1"><?php echo $_smarty_tpl->tpl_vars['title']->value;?>
</h6>
<?php if ((($tmp = @$_smarty_tpl->tpl_vars['subtitle']->value)===null||$tmp==='' ? '' : $tmp) != '') {?><div class="small text-muted mb-3"><?php echo $_smarty_tpl->tpl_vars['subtitle']->value;?>
</div><?php } else { ?><div class="mb-3"></div><?php }?>
<div class="row g-0 text-center">
<div class="col">
<small class="text-muted d-block">Halle</small>
<div class="h4 mb-0 <?php if ((($tmp = @$_smarty_tpl->tpl_vars['colored']->value)===null||$tmp==='' ? false : $tmp)) {?>text-danger<?php }?>"><?php if ($_smarty_tpl->tpl_vars['stats']->value['halle']) {
echo $_smarty_tpl->tpl_vars['stats']->value['halle'];
} else { ?>-<?php }?></div>
</div>
<div class="col">
<small class="text-muted d-block">Außen</small>
<div class="h4 mb-0 <?php if ((($tmp = @$_smarty_tpl->tpl_vars['colored']->value)===null||$tmp==='' ? false : $tmp)) {?>text-success<?php }?>"><?php if ($_smarty_tpl->tpl_vars['stats']->value['aussen']) {
echo $_smarty_tpl->tpl_vars['stats']->value['aussen'];
} else { ?>-<?php }?></div>
</div>
<div class="col">
<small class="text-muted d-block">Valet</small>
<div class="h4 mb-0 <?php if ((($tmp = @$_smarty_tpl->tpl_vars['colored']->value)===null||$tmp==='' ? false : $tmp)) {?>text-primary<?php }?>"><?php if ($_smarty_tpl->tpl_vars['stats']->value['valet']) {
echo $_smarty_tpl->tpl_vars['stats']->value['valet'];
} else { ?>-<?php }?></div>
</div>
<div class="col">
<small class="text-muted d-block">Gesamt</small>
<div class="h4 mb-0"><?php if ($_smarty_tpl->tpl_vars['stats']->value['gesamt']) {
echo $_smarty_tpl->tpl_vars['stats']->value['gesamt'];
} else { ?>-<?php }?></div>
</div>
</div>
</div>
<?php }
}