81 lines
2.8 KiB
PHP
Executable File
81 lines
2.8 KiB
PHP
Executable File
<?php
|
|
/* Smarty version 3.1.29, created on 2022-06-02 06:42:06
|
|
from "C:\xampp_7.4.24\htdocs\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_62983f9e161bd8_69386448',
|
|
'file_dependency' =>
|
|
array (
|
|
'b47c90a6c37b1229c4d45c65316f799fd9b565e3' =>
|
|
array (
|
|
0 => 'C:\\xampp_7.4.24\\htdocs\\deputat\\templates\\modern\\jahrgang.html',
|
|
1 => 1583413883,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
),false)) {
|
|
function content_62983f9e161bd8_69386448 ($_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 }
|
|
}
|
|
}
|