gottesdienst/templates_c/b161cc081ae1ce7f98c3902b22fc9b467f314fa9_0.file.sitz_koord.html.php
2023-03-14 07:16:04 +01:00

79 lines
3.7 KiB
PHP

<?php
/* Smarty version 3.1.29, created on 2020-11-06 13:57:12
from "F:\xampp_7.4.4\htdocs\gdregister\templates\modern\admin\sitz_koord.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5fa54828963f43_11807123',
'file_dependency' =>
array (
'b161cc081ae1ce7f98c3902b22fc9b467f314fa9' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\gdregister\\templates\\modern\\admin\\sitz_koord.html',
1 => 1604667420,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5fa54828963f43_11807123 ($_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>
<form action="?action=edit" method='post' name='ausgabe'>
<?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']++){
?>
<?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'];?>
<a href="?action=del&bid=<?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)]['bid'];?>
&reihe=<?php echo $_smarty_tpl->tpl_vars['koord_reihe']->value;?>
&platz=<?php echo $_smarty_tpl->tpl_vars['koord_platz']->value;?>
&tid=<?php echo $_smarty_tpl->tpl_vars['koord_tid']->value;?>
"><img title = 'Zuordnung l&ouml;schen' border="0" height=10 src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/drop.png"></a><br>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</form>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'del') {?>
<html>
<head>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
<?php echo '<script'; ?>
type="text/javascript">
function reload_unzugeordnet() {
var iframe = parent.document.getElementById('unzugeordnet');
iframe.src = iframe.src;
}
<?php echo '</script'; ?>
>
</head>
<body onload='reload_unzugeordnet();'>
</body>
</html>
<?php }
}
}