ideenmanagement/templates_c/1c1a19b82dc5139c967182394d4192b0621aaa77_0.file.ansicht_stellungnahme.html.php
2023-03-09 11:22:13 +01:00

213 lines
5.0 KiB
PHP
Executable File

<?php
/* Smarty version 3.1.29, created on 2020-01-28 09:28:25
from "/srv/www/htdocs-hvf/kurs/ideenmanagement/templates/modern/ansicht_stellungnahme.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5e2ff0a9eaa0f4_77405198',
'file_dependency' =>
array (
'1c1a19b82dc5139c967182394d4192b0621aaa77' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/ideenmanagement/templates/modern/ansicht_stellungnahme.html',
1 => 1558945366,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5e2ff0a9eaa0f4_77405198 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<title><?php echo $_smarty_tpl->tpl_vars['register_titel']->value;?>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css" type="text/css">
<style type="text/css">
.squarebutton_blue{
width:100px;
}
.correct
{
color:#B3DF00;
}
.wrong
{
color:#FF0000;
}
</style>
</head>
<body>
<table height="100%" width="100%">
<tr>
<td width="5%">
&nbsp;
</td>
<td width="90%">
<div class="Header">
<div>
<div align="center"><?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_titel']->value;?>
<?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_vorname']->value;?>
<?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_nachname']->value;?>
</div>
</div>
</div>
<div class="pat_list_box">
<table width="100%">
<tr>
<td>
<?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_field_betreff']->value;?>
</td>
<td>
<?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_betreff']->value;?>
</td>
</tr>
<tr>
<td>
<?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_field_datum']->value;?>
</td>
<td>
<?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_stellung_dat']->value;?>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<strong><?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_field_stellungnahme']->value;?>
</strong>
</td>
<td>
&nbsp;
</td>
</tr>
<!--
<tr>
<td colspan="2">
<?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_stellungnahme']->value;?>
</td>
</tr>
-->
<tr>
<td valign="top">
<strong><?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_field_zweck']->value;?>
</strong>
</td>
<td valign="top">
<?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_zweck']->value;?>
</td>
</tr>
<tr>
<td valign="top">
<strong><?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_field_umsetzung']->value;?>
</strong>
</td>
<td valign="top">
<?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_umsetzung']->value;?>
</td>
</tr>
<tr>
<td valign="top">
<strong><?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_field_nutzen']->value;?>
</strong>
</td>
<td valign="top">
<?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_nutzen']->value;?>
</td>
</tr>
<tr>
<td valign="top">
<strong><?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_field_kosteneinsparung']->value;?>
</strong>
</td>
<td valign="top">
<?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_kosteneinsparung']->value;?>
</td>
</tr>
<tr>
<td valign="top">
<strong><?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_field_arbeitszeiteinsparung']->value;?>
</strong>
</td>
<td valign="top">
<?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_arbeitszeiteinsparung']->value;?>
</td>
</tr>
<tr>
<td valign="top">
<strong><?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_field_ideeneu']->value;?>
</strong>
</td>
<td valign="top">
<?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_ideeneu']->value;?>
</td>
</tr>
<tr>
<td valign="top">
<strong><?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_field_empfehlung']->value;?>
</strong>
</td>
<td valign="top">
<?php echo $_smarty_tpl->tpl_vars['ansicht_stellungnahme_empfehlung']->value;?>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
</table>
<br />
<br />
</div>
</td>
<td width="5%">
&nbsp;
</td>
</tr>
</table>
</body>
</html>
<?php }
}
}