ideenmanagement/templates_c/315c7e05148cb74a595eb3500b982ec44d8ab33d_0.file.gruppenmitglieder.html.php
2023-03-09 11:22:13 +01:00

128 lines
4.1 KiB
PHP
Executable File

<?php
/* Smarty version 3.1.29, created on 2018-02-27 10:51:23
from "D:\xampp\htdocs\kurs\utf8\ideenmanagement\templates\modern\gruppenmitglieder.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5a952a1b8cef61_18992649',
'file_dependency' =>
array (
'315c7e05148cb74a595eb3500b982ec44d8ab33d' =>
array (
0 => 'D:\\xampp\\htdocs\\kurs\\utf8\\ideenmanagement\\templates\\modern\\gruppenmitglieder.html',
1 => 1519717336,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5a952a1b8cef61_18992649 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<title><?php echo $_smarty_tpl->tpl_vars['hauptframe_titel']->value;?>
</title>
<link type="text/css" rel="stylesheet" href="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div><?php echo $_smarty_tpl->tpl_vars['gruppenmitglieder_eingabe_titel']->value;?>
</div>
</div>
</div>
<div class="pat_list_box">
<form action="?action=save" method='post' name='gruppenmitglieder'>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="80%">
<tr>
<td valign="top" >
<table valign="top" width="100%" border=0>
<tr>
<td width="50%">
<strong>Name</strong>
</td>
<td width="50%">
<strong>Mail</strong>
</td>
</tr>
<tr>
<td width="50%">
<input type="text" name="mitgl_name" size="40">
</td>
<td width="50%">
<input type="text" name="mitgl_mail" size="40">
</td>
</tr>
<tr>
<td width="50%">
<input type="submit" value="Speichern" name="B1">
</td>
<td width="50%">
</td>
</tr>
<tr>
<td width="50%">
<strong>Name</strong>
</td>
<td width="50%">
<strong>Mail</strong>
</td>
</tr>
<?php
$__section_table_data_0_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data'] : false;
$__section_table_data_0_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data_0_total = $__section_table_data_0_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data'] = new Smarty_Variable(array());
if ($__section_table_data_0_total != 0) {
for ($__section_table_data_0_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] = 0; $__section_table_data_0_iteration <= $__section_table_data_0_total; $__section_table_data_0_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']++){
?>
<tr>
<td width="50%">
<?php echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['name'];?>
</td>
<td width="50%">
<?php echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['mail'];?>
</td>
</tr>
<?php
}
}
if ($__section_table_data_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data'] = $__section_table_data_0_saved;
}
?>
</table>
</td>
</tr>
</table>
</form>
</div>
</body>
</html>
<?php }
}
}