first commit
This commit is contained in:
@ -0,0 +1,137 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.29, created on 2018-02-27 12:02:36
|
||||
from "D:\xampp\htdocs\kurs\utf8\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_5a953acc0237e7_18112935',
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'1029dd3c0aa8c2eccb4b233618a5389a47c0028e' =>
|
||||
array (
|
||||
0 => 'D:\\xampp\\htdocs\\kurs\\utf8\\ideenmanagement\\templates\\modern\\info_entscheid.html',
|
||||
1 => 1519657698,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5a953acc0237e7_18112935 ($_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;?>
|
||||
€
|
||||
</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 }
|
||||
}
|
Reference in New Issue
Block a user