169 lines
5.6 KiB
PHP
Executable File
169 lines
5.6 KiB
PHP
Executable File
<?php
|
|
/* Smarty version 3.1.29, created on 2018-02-27 11:33:02
|
|
from "D:\xampp\htdocs\kurs\utf8\ideenmanagement\templates\modern\sitzung_vertretung.html" */
|
|
|
|
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
|
|
'has_nocache_code' => false,
|
|
'version' => '3.1.29',
|
|
'unifunc' => 'content_5a9533dea5c4f4_32961772',
|
|
'file_dependency' =>
|
|
array (
|
|
'938430bb78b04cf01cc9504ac6e0fa2040aef63f' =>
|
|
array (
|
|
0 => 'D:\\xampp\\htdocs\\kurs\\utf8\\ideenmanagement\\templates\\modern\\sitzung_vertretung.html',
|
|
1 => 1519719699,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
),false)) {
|
|
function content_5a9533dea5c4f4_32961772 ($_smarty_tpl) {
|
|
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
|
|
|
|
<html>
|
|
<head>
|
|
<link type="text/css" rel="stylesheet" href="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
|
/css/styles_refill.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div class="header">
|
|
<div>
|
|
<div><?php echo $_smarty_tpl->tpl_vars['sitzung_vertretung_titel']->value;?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="pat_list_box">
|
|
|
|
<?php if ($_smarty_tpl->tpl_vars['sitzung_vertretung_pflichtfelder']->value == '1') {?>
|
|
<table width="70%" class="errorTable" align="center">
|
|
<tr>
|
|
<td>
|
|
<img src="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
|
/images/pflichtfelder/achtung_gross.gif">
|
|
</td>
|
|
<td><b>Achtung!</b><br>
|
|
<?php echo $_smarty_tpl->tpl_vars['sitzung_vertretung_error_text']->value;?>
|
|
|
|
</td>
|
|
</tr>
|
|
</table><br>
|
|
<?php }?>
|
|
|
|
<table cellspacing="1" cellpadding="1" width="100%" height="90%" border="0">
|
|
<tr>
|
|
<td valign='top'>
|
|
<form action="?action=step1" method='post' name='ldap'>
|
|
<table cellspacing="1" cellpadding="1" width="100%" border="0">
|
|
<tr>
|
|
<td width="90%" valign="top">
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['sitzung_vertretung_field_name']->value;?>
|
|
</strong>
|
|
</td>
|
|
<td align="center" width="10%" valign="top">
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['sitzung_vertretung_field_auswahl']->value;?>
|
|
</strong>
|
|
</td>
|
|
</tr>
|
|
|
|
<?php
|
|
$__section_table_data1_0_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1'] : false;
|
|
$__section_table_data1_0_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data1']->value) ? count($_loop) : max(0, (int) $_loop));
|
|
$__section_table_data1_0_total = $__section_table_data1_0_loop;
|
|
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = new Smarty_Variable(array());
|
|
if ($__section_table_data1_0_total != 0) {
|
|
for ($__section_table_data1_0_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index'] = 0; $__section_table_data1_0_iteration <= $__section_table_data1_0_total; $__section_table_data1_0_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index']++){
|
|
$_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] = $__section_table_data1_0_iteration;
|
|
?>
|
|
<?php if ((isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null) != '') {?>
|
|
<tr>
|
|
|
|
<td width="90%" valign="top">
|
|
<?php echo $_smarty_tpl->tpl_vars['table_data1']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index'] : null)]['nachname'];?>
|
|
, <?php echo $_smarty_tpl->tpl_vars['table_data1']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index'] : null)]['vorname'];?>
|
|
|
|
</td>
|
|
<td align="center" width="10%" valign="top">
|
|
<input type="radio" name="auswahl" value="<?php echo $_smarty_tpl->tpl_vars['table_data1']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index'] : null)]['imtuid'];?>
|
|
">
|
|
</td>
|
|
</tr>
|
|
<?php }?>
|
|
<?php
|
|
}
|
|
}
|
|
if ($__section_table_data1_0_saved) {
|
|
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
|
|
}
|
|
?>
|
|
<tr>
|
|
<td colspan="2" align="center">
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="2" align="center">
|
|
<input type="submit" name="senden" value="Abschicken">
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="2" align="center">
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
<?php }?>
|
|
|
|
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'step1') {?>
|
|
<html>
|
|
<head>
|
|
<link type="text/css" rel="stylesheet" href="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
|
/css/styles_refill.css">
|
|
</head>
|
|
|
|
<body>
|
|
<br />
|
|
<br />
|
|
|
|
<div class="header">
|
|
<div>
|
|
<div><?php echo $_smarty_tpl->tpl_vars['sitzung_vertretung_titel_success_titel']->value;?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<form action="?action=step3" method='post' name='ldap'>
|
|
<div class="pat_list_box">
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<p align="center"><?php echo $_smarty_tpl->tpl_vars['sitzung_vertretung_titel_success_text']->value;?>
|
|
</p>
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
<?php }
|
|
}
|
|
}
|