53 lines
2.1 KiB
PHP
53 lines
2.1 KiB
PHP
<?php
|
|
/* Smarty version 4.3.0, created on 2024-08-18 13:50:46
|
|
from '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/ajax/p_night_free_ma.tpl' */
|
|
|
|
/* @var Smarty_Internal_Template $_smarty_tpl */
|
|
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
|
'version' => '4.3.0',
|
|
'unifunc' => 'content_66c1e016882709_59610097',
|
|
'has_nocache_code' => false,
|
|
'file_dependency' =>
|
|
array (
|
|
'569742d09222a091df86349f30ff244d69dfb6ae' =>
|
|
array (
|
|
0 => '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/ajax/p_night_free_ma.tpl',
|
|
1 => 1723981817,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
),false)) {
|
|
function content_66c1e016882709_59610097 (Smarty_Internal_Template $_smarty_tpl) {
|
|
?><div class="panel panel-tbox">
|
|
<header class="panel-heading" style="font-size: 14pt">
|
|
<span style="font-size: 14pt" class="far fa-moon-stars pull-left"></span>
|
|
<span style="font-size: 12pt"> verfügbar</span>
|
|
</header>
|
|
<div class="panel-body">
|
|
<table class="no-style full" style="margin:-9px;line-height:20px">
|
|
<?php
|
|
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['data']->value, 'fc');
|
|
$_smarty_tpl->tpl_vars['fc']->do_else = true;
|
|
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['fc']->value) {
|
|
$_smarty_tpl->tpl_vars['fc']->do_else = false;
|
|
?>
|
|
<tr>
|
|
<td style="width:25px;font-size:12pt">
|
|
<?php if ($_smarty_tpl->tpl_vars['fc']->value['icon'] == 0) {?> <i class="far fa-user-check" style="color: forestgreen"></i> <?php }?>
|
|
<?php if ($_smarty_tpl->tpl_vars['fc']->value['icon'] == 1) {?> <i class="far fa-user-tag" style="color: orange"></i> <?php }?>
|
|
<?php if ($_smarty_tpl->tpl_vars['fc']->value['icon'] == 2) {?> <i class="far fa-user-times" style="color: crimson"></i> <?php }?>
|
|
</td>
|
|
<td nowrap style="width:200px;font-size:10pt;"> <strong><?php echo $_smarty_tpl->tpl_vars['fc']->value['name'];?>
|
|
</strong></td>
|
|
</tr>
|
|
<?php
|
|
}
|
|
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<?php }
|
|
}
|