| 13 |
lars |
1 |
<?php /* Smarty version 2.6.16, created on 2007-01-18 14:05:52
|
| 1 |
lars |
2 |
compiled from meld.tpl */ ?>
|
|
|
3 |
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
|
|
4 |
$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array()));
|
|
|
5 |
$this->_tpl_vars = $_smarty_tpl_vars;
|
|
|
6 |
unset($_smarty_tpl_vars);
|
|
|
7 |
?>
|
|
|
8 |
<?php if ($this->_tpl_vars['error']): ?>
|
|
|
9 |
<div class="error">
|
|
|
10 |
<?php else: ?>
|
|
|
11 |
<div class="success">
|
|
|
12 |
<?php endif; ?>
|
|
|
13 |
<?php echo $this->_tpl_vars['meld']; ?>
|
|
|
14 |
</div>
|
|
|
15 |
<?php if ($this->_tpl_vars['error']): ?>
|
|
|
16 |
<div class="error_upd">
|
|
|
17 |
<?php else: ?>
|
|
|
18 |
<div class="success_upd">
|
|
|
19 |
<?php endif; ?>
|
|
|
20 |
<?php echo $this->_tpl_vars['db_meld']; ?>
|
|
|
21 |
</div>
|
| 13 |
lars |
22 |
<form name="new" method="get" action="<?php echo $this->_tpl_vars['scr']; ?>
|
|
|
23 |
">
|
| 3 |
lars |
24 |
<input type="hidden" name="mode" value="">
|
|
|
25 |
<input type="hidden" name="f_id" value=<?php echo $this->_tpl_vars['f_id']; ?>
|
|
|
26 |
>
|
|
|
27 |
<input type="hidden" name="an_id" value=<?php echo $this->_tpl_vars['an_id']; ?>
|
|
|
28 |
>
|
| 13 |
lars |
29 |
<input type="hidden" name="d" value=<?php echo $this->_tpl_vars['d']; ?>
|
|
|
30 |
>
|
|
|
31 |
<input type="hidden" name="m" value=<?php echo $this->_tpl_vars['m']; ?>
|
|
|
32 |
>
|
|
|
33 |
<input type="hidden" name="y" value=<?php echo $this->_tpl_vars['y']; ?>
|
|
|
34 |
>
|
|
|
35 |
<input type="submit" value="einen weiteren Termin <?php echo $this->_tpl_vars['akt']; ?>
|
|
|
36 |
" class="liteoption">
|
| 1 |
lars |
37 |
</form>
|
|
|
38 |
<br><br>
|
|
|
39 |
<form action="index.php" method="post">
|
|
|
40 |
<input type="submit" name="back" value="zurück zur Übersicht" class="liteoption">
|
|
|
41 |
</form>
|
|
|
42 |
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
|
|
43 |
$this->_smarty_include(array('smarty_include_tpl_file' => "footer.tpl", 'smarty_include_vars' => array()));
|
|
|
44 |
$this->_tpl_vars = $_smarty_tpl_vars;
|
|
|
45 |
unset($_smarty_tpl_vars);
|
|
|
46 |
?>
|