first commit
This commit is contained in:
@ -0,0 +1,185 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.29, created on 2018-02-27 08:35:52
|
||||
from "D:\xampp\htdocs\kurs\utf8\ideenmanagement\templates\modern\edit_administratoren.html" */
|
||||
|
||||
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
|
||||
'has_nocache_code' => false,
|
||||
'version' => '3.1.29',
|
||||
'unifunc' => 'content_5a950a58112962_71326879',
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'25739fe13c0f29ba24a43204658f92c43f49afee' =>
|
||||
array (
|
||||
0 => 'D:\\xampp\\htdocs\\kurs\\utf8\\ideenmanagement\\templates\\modern\\edit_administratoren.html',
|
||||
1 => 1519716944,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5a950a58112962_71326879 ($_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>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<div class="header">
|
||||
<div>
|
||||
<div><?php echo $_smarty_tpl->tpl_vars['edit_admin_titel']->value;?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<form action="?action=step2" method='post' name='erfassen'>
|
||||
<div class="pat_list_box">
|
||||
|
||||
|
||||
|
||||
<fieldset>
|
||||
<legend>
|
||||
<b>Administrator bestellen (Nur registrierte Benutzer)</b>
|
||||
</legend>
|
||||
<br />
|
||||
<br />
|
||||
<table cellspacing="1" cellpadding="1" width="100%" border="0">
|
||||
<tr>
|
||||
<td width=20<?php echo '%>';?>
|
||||
<strong><?php echo $_smarty_tpl->tpl_vars['edit_admin_mitgl_ausw']->value;?>
|
||||
</strong>
|
||||
</td>
|
||||
<td>
|
||||
<select name="mitglied">
|
||||
<option value="">Bitte auswählen</option>
|
||||
<?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']++){
|
||||
?>
|
||||
<option 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'];?>
|
||||
"><?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'];?>
|
||||
<?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'];?>
|
||||
</option>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
if ($__section_table_data1_0_saved) {
|
||||
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div style="display: none" id="divvertr">
|
||||
<table cellspacing="1" cellpadding="1" width="100%" border="0">
|
||||
<tr>
|
||||
<td width=20<?php echo '%>';?>
|
||||
<strong><?php echo $_smarty_tpl->tpl_vars['edit_admin_mitgl_vertreter_text']->value;?>
|
||||
</strong>
|
||||
</td>
|
||||
<td>
|
||||
<select name="vertreten_von">
|
||||
<?php
|
||||
$__section_table_data2a_1_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2a']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2a'] : false;
|
||||
$__section_table_data2a_1_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data2a']->value) ? count($_loop) : max(0, (int) $_loop));
|
||||
$__section_table_data2a_1_total = $__section_table_data2a_1_loop;
|
||||
$_smarty_tpl->tpl_vars['__smarty_section_table_data2a'] = new Smarty_Variable(array());
|
||||
if ($__section_table_data2a_1_total != 0) {
|
||||
for ($__section_table_data2a_1_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data2a']->value['index'] = 0; $__section_table_data2a_1_iteration <= $__section_table_data2a_1_total; $__section_table_data2a_1_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data2a']->value['index']++){
|
||||
?>
|
||||
<option value="<?php echo $_smarty_tpl->tpl_vars['table_data2a']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2a']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2a']->value['index'] : null)]['imtuid'];?>
|
||||
"><?php echo $_smarty_tpl->tpl_vars['table_data2a']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2a']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2a']->value['index'] : null)]['vorname'];?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['table_data2a']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2a']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2a']->value['index'] : null)]['nachname'];?>
|
||||
</option>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
if ($__section_table_data2a_1_saved) {
|
||||
$_smarty_tpl->tpl_vars['__smarty_section_table_data2a'] = $__section_table_data2a_1_saved;
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<input type="submit" name="senden" value="Mitglied hinzufügen">
|
||||
</fieldset>
|
||||
</form>
|
||||
<br />
|
||||
<br />
|
||||
<fieldset>
|
||||
<legend>
|
||||
<b>Administratoren im System</b>
|
||||
</legend>
|
||||
<table cellspacing="1" cellpadding="1" width="100%" border="0">
|
||||
<tr>
|
||||
<td width=80<?php echo '%>';?>
|
||||
<b>Name</b>
|
||||
</td>
|
||||
<td width=20<?php echo '%>';?>
|
||||
<b>Löschen</b>
|
||||
</td>
|
||||
<tr>
|
||||
<?php
|
||||
$__section_table_data2_2_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2'] : false;
|
||||
$__section_table_data2_2_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data2']->value) ? count($_loop) : max(0, (int) $_loop));
|
||||
$__section_table_data2_2_total = $__section_table_data2_2_loop;
|
||||
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = new Smarty_Variable(array());
|
||||
if ($__section_table_data2_2_total != 0) {
|
||||
for ($__section_table_data2_2_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] = 0; $__section_table_data2_2_iteration <= $__section_table_data2_2_total; $__section_table_data2_2_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']++){
|
||||
$_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['rownum'] = $__section_table_data2_2_iteration;
|
||||
?>
|
||||
<?php if ((isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['rownum'] : null) != '') {?>
|
||||
<tr>
|
||||
<td width=80<?php echo '%>';?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['table_data2']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] : null)]['vorname'];?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['table_data2']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] : null)]['nachname'];?>
|
||||
|
||||
</td>
|
||||
<td width=20<?php echo '%>';?>
|
||||
<a href=?action=step3&rolle=1&imtuid=<?php echo $_smarty_tpl->tpl_vars['table_data2']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] : null)]['imtuid'];?>
|
||||
><img title = 'Mitglied löschen' border="0" height=10 src="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
||||
/images/drop.png"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
if ($__section_table_data2_2_saved) {
|
||||
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = $__section_table_data2_2_saved;
|
||||
}
|
||||
?>
|
||||
</table>
|
||||
</fieldset>
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<?php }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user