first commit
This commit is contained in:
@ -0,0 +1,80 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.29, created on 2019-11-07 07:15:15
|
||||
from "/srv/www/htdocs-hvf/kurs/deputat/templates/modern/jahrgang.html" */
|
||||
|
||||
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
|
||||
'has_nocache_code' => false,
|
||||
'version' => '3.1.29',
|
||||
'unifunc' => 'content_5dc3b6733ea5c6_29567260',
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'1737584bde5dceaf44bccc0a6e1015da2a0e8e49' =>
|
||||
array (
|
||||
0 => '/srv/www/htdocs-hvf/kurs/deputat/templates/modern/jahrgang.html',
|
||||
1 => 1561639084,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5dc3b6733ea5c6_29567260 ($_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['jahrgang_titel']->value;?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<form action=?action=jahr method="POST">
|
||||
<div class="pat_list_box">
|
||||
<p align="center">
|
||||
<select size="5" name="jahr">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->tpl_vars['jahrgang']->value;
|
||||
if (!is_array($_from) && !is_object($_from)) {
|
||||
settype($_from, 'array');
|
||||
}
|
||||
$__foreach_aktuellerjahrgang_0_saved_item = isset($_smarty_tpl->tpl_vars['aktuellerjahrgang']) ? $_smarty_tpl->tpl_vars['aktuellerjahrgang'] : false;
|
||||
$_smarty_tpl->tpl_vars['aktuellerjahrgang'] = new Smarty_Variable();
|
||||
$_smarty_tpl->tpl_vars['aktuellerjahrgang']->_loop = false;
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['aktuellerjahrgang']->value) {
|
||||
$_smarty_tpl->tpl_vars['aktuellerjahrgang']->_loop = true;
|
||||
$__foreach_aktuellerjahrgang_0_saved_local_item = $_smarty_tpl->tpl_vars['aktuellerjahrgang'];
|
||||
?>
|
||||
<option value='<?php echo $_smarty_tpl->tpl_vars['aktuellerjahrgang']->value;?>
|
||||
' <?php if ($_smarty_tpl->tpl_vars['aktuellerjahrgang']->value == $_smarty_tpl->tpl_vars['jahrgang_cur_jahrgang']->value) {?> selected <?php }?>><?php echo $_smarty_tpl->tpl_vars['aktuellerjahrgang']->value;?>
|
||||
/<?php echo $_smarty_tpl->tpl_vars['aktuellerjahrgang']->value+1;?>
|
||||
</option>
|
||||
<?php
|
||||
$_smarty_tpl->tpl_vars['aktuellerjahrgang'] = $__foreach_aktuellerjahrgang_0_saved_local_item;
|
||||
}
|
||||
if ($__foreach_aktuellerjahrgang_0_saved_item) {
|
||||
$_smarty_tpl->tpl_vars['aktuellerjahrgang'] = $__foreach_aktuellerjahrgang_0_saved_item;
|
||||
}
|
||||
?>
|
||||
|
||||
</select>
|
||||
<br>
|
||||
<br>
|
||||
<input type="submit" value="Abschicken" name="B1"> </p>
|
||||
</form>
|
||||
<br />
|
||||
</fieldset>
|
||||
</form>
|
||||
<br />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<?php }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user