ideenmanagement/templates_c/0a30401a809d2808c2a9e0d05e12a2839ce27f77_0.file.info_entscheid.html.php
2023-03-09 11:22:13 +01:00

138 lines
4.2 KiB
PHP
Executable File

<?php
/* Smarty version 3.1.29, created on 2020-01-31 08:19:47
from "/srv/www/htdocs-hvf/kurs/ideenmanagement/templates/modern/info_entscheid.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5e33d51319d2a7_69397976',
'file_dependency' =>
array (
'0a30401a809d2808c2a9e0d05e12a2839ce27f77' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/ideenmanagement/templates/modern/info_entscheid.html',
1 => 1558945367,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5e33d51319d2a7_69397976 ($_smarty_tpl) {
?>
<html>
<head>
<title><?php echo $_smarty_tpl->tpl_vars['info_entscheid_titel']->value;?>
</title>
<link type="text/css" rel="stylesheet" href="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div><?php echo $_smarty_tpl->tpl_vars['info_entscheid_titel']->value;?>
</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%" height="50%">
<tr>
<td align="left" valign="top">
<b><?php echo $_smarty_tpl->tpl_vars['info_entscheid_field_annahme']->value;?>
</b>
</td>
<td align="left" valign="top">
<?php echo $_smarty_tpl->tpl_vars['info_entscheid_annahme']->value;?>
</td>
</tr>
<tr>
<td align="left" valign="top">
<b><?php echo $_smarty_tpl->tpl_vars['info_entscheid_field_annahme_bemerkung']->value;?>
</b>
</td>
<td align="left" valign="top">
<?php echo $_smarty_tpl->tpl_vars['info_entscheid_annahme_bemerkung']->value;?>
</td>
</tr>
<tr>
<td align="left" valign="top">
<b><?php echo $_smarty_tpl->tpl_vars['info_entscheid_field_praemie']->value;?>
</b>
</td>
<td align="left" valign="top">
<?php echo $_smarty_tpl->tpl_vars['info_entscheid_praemie']->value;?>
</td>
</tr>
<?php if ($_smarty_tpl->tpl_vars['info_entscheid_praemie']->value == 'Ja') {?>
<tr>
<td align="left" valign="top">
<b><?php echo $_smarty_tpl->tpl_vars['info_entscheid_field_punkte_gesamt']->value;?>
</b>
</td>
<td align="left" valign="top">
<?php echo $_smarty_tpl->tpl_vars['info_entscheid_punkte_gesamt']->value;?>
Punkte
</td>
</tr>
<?php if ($_smarty_tpl->tpl_vars['info_entscheid_praemie_gutschein']->value > '0') {?>
<tr>
<td align="left" valign="top">
<b><?php echo $_smarty_tpl->tpl_vars['info_entscheid_field_praemie_gutschein']->value;?>
</b>
</td>
<td align="left" valign="top">
<?php echo $_smarty_tpl->tpl_vars['info_entscheid_praemie_gutschein']->value;?>
&euro;
</td>
</tr>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['info_entscheid_dienstbefreiung']->value > '0') {?>
<tr>
<td align="left" valign="top">
<b><?php echo $_smarty_tpl->tpl_vars['info_entscheid_field_dienstbefreiung']->value;?>
</b>
</td>
<td align="left" valign="top">
<?php echo $_smarty_tpl->tpl_vars['info_entscheid_dienstbefreiung']->value;?>
Tag(e)
</td>
</tr>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['info_entscheid_annahme']->value == 'Ja') {?>
<tr>
<td align="left" valign="top">
<b><?php echo $_smarty_tpl->tpl_vars['info_entscheid_field_massnahme']->value;?>
</b>
</td>
<td align="left" valign="top">
<?php echo $_smarty_tpl->tpl_vars['info_entscheid_massnahme']->value;?>
</td>
</tr>
<?php }?>
<?php }?>
</table>
</div>
</body>
</html><?php }
}