jb-data.de/compile/e068cbddb74928599363447d17edcaebd216f8d5_0.file.free_ma.tpl.php
2025-08-11 22:23:30 +02:00

53 lines
2 KiB
PHP

<?php
/* Smarty version 4.3.0, created on 2024-06-25 15:29:07
from '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/ajax/free_ma.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '4.3.0',
'unifunc' => 'content_667ac623f0dbd4_79239324',
'has_nocache_code' => false,
'file_dependency' =>
array (
'e068cbddb74928599363447d17edcaebd216f8d5' =>
array (
0 => '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/ajax/free_ma.tpl',
1 => 1719322145,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_667ac623f0dbd4_79239324 (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: 9pt"> &nbsp;&nbsp;verfügbare Mitarbeiter</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;">&nbsp;<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 }
}