Subversion-Projekte lars-tiefland.niewerth

Revision

Revision 3 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 3 Revision 13
Zeile 1... Zeile 1...
1
<?php /* Smarty version 2.6.16, created on 2007-01-17 16:32:48
1
<?php /* Smarty version 2.6.16, created on 2007-01-18 14:05:52
2
         compiled from meld.tpl */ ?>
2
         compiled from meld.tpl */ ?>
3
<?php $_smarty_tpl_vars = $this->_tpl_vars;
3
<?php $_smarty_tpl_vars = $this->_tpl_vars;
4
$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array()));
4
$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array()));
5
$this->_tpl_vars = $_smarty_tpl_vars;
5
$this->_tpl_vars = $_smarty_tpl_vars;
6
unset($_smarty_tpl_vars);
6
unset($_smarty_tpl_vars);
Zeile 17... Zeile 17...
17
	<?php else: ?>
17
	<?php else: ?>
18
	<div class="success_upd">
18
	<div class="success_upd">
19
	<?php endif; ?>
19
	<?php endif; ?>
20
	<?php echo $this->_tpl_vars['db_meld']; ?>
20
	<?php echo $this->_tpl_vars['db_meld']; ?>
21
</div>
21
</div>
22
	<form name="new" method="get" action="termine.php">
22
	<form name="new" method="get" action="<?php echo $this->_tpl_vars['scr']; ?>
-
 
23
">
23
		<input type="hidden" name="mode" value="">
24
		<input type="hidden" name="mode" value="">
24
		<input type="hidden" name="f_id" value=<?php echo $this->_tpl_vars['f_id']; ?>
25
		<input type="hidden" name="f_id" value=<?php echo $this->_tpl_vars['f_id']; ?>
25
>
26
>
26
		<input type="hidden" name="an_id" value=<?php echo $this->_tpl_vars['an_id']; ?>
27
		<input type="hidden" name="an_id" value=<?php echo $this->_tpl_vars['an_id']; ?>
27
>
28
>
-
 
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
>
28
		<input type="submit" value="einen weiteren Termin eingeben" class="liteoption">
35
		<input type="submit" value="einen weiteren Termin <?php echo $this->_tpl_vars['akt']; ?>
-
 
36
" class="liteoption">
29
	</form>
37
	</form>
30
	<br><br>
38
	<br><br>
31
	<form action="index.php" method="post">
39
	<form action="index.php" method="post">
32
		<input type="submit" name="back" value="zurück zur Übersicht" class="liteoption">
40
		<input type="submit" name="back" value="zurück zur Übersicht" class="liteoption">
33
	</form>
41
	</form>