81 lines
2.8 KiB
PHP
Executable File
81 lines
2.8 KiB
PHP
Executable File
<?php
|
|
/* Smarty version 3.1.29, created on 2019-06-27 14:38:06
|
|
from "D:\xampp\htdocs\kurs\utf8\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_5d14b8ae2fcd72_34565979',
|
|
'file_dependency' =>
|
|
array (
|
|
'693777c4549dedf4ed8ac5b7eb4ae194805babe7' =>
|
|
array (
|
|
0 => 'D:\\xampp\\htdocs\\kurs\\utf8\\deputat\\templates\\modern\\jahrgang.html',
|
|
1 => 1561639084,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
),false)) {
|
|
function content_5d14b8ae2fcd72_34565979 ($_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 }
|
|
}
|
|
}
|