Subversion-Projekte lars-tiefland.niewerth

Revision

Revision 1 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1 Revision 3
Zeile 1... Zeile 1...
1
<?php /* Smarty version 2.6.16, created on 2007-01-17 10:05:05
1
<?php /* Smarty version 2.6.16, created on 2007-01-17 16:32:48
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
	<?php if ($this->_tpl_vars['save']): ?>
23
		<input type="hidden" name="mode" value="">
23
	<form name="new" method="post" action="<?php echo $this->_tpl_vars['SCRIPT_NAME']; ?>
24
		<input type="hidden" name="f_id" value=<?php echo $this->_tpl_vars['f_id']; ?>
24
">
25
>
25
		<input type="hidden" name="mode" value="new">
26
		<input type="hidden" name="an_id" value=<?php echo $this->_tpl_vars['an_id']; ?>
-
 
27
>
26
		<input type="submit" value="<?php echo $this->_tpl_vars['weiter']; ?>
28
		<input type="submit" value="einen weiteren Termin eingeben" class="liteoption">
27
" class="liteoption">
-
 
28
	</form>
29
	</form>
29
	<?php endif; ?>
-
 
30
	<?php if ($this->_tpl_vars['upd']): ?>
-
 
31
	<form name="new" method="post" action="<?php echo $this->_tpl_vars['script']; ?>
-
 
32
">
-
 
33
		<input type="submit" value="<?php echo $this->_tpl_vars['weiter']; ?>
-
 
34
" class="liteoption">
-
 
35
	</form>
-
 
36
	<?php endif; ?>
-
 
37
	<br><br>
30
	<br><br>
38
	<form action="index.php" method="post">
31
	<form action="index.php" method="post">
39
		<input type="submit" name="back" value="zurück zur Übersicht" class="liteoption">
32
		<input type="submit" name="back" value="zurück zur Übersicht" class="liteoption">
40
	</form>
33
	</form>
41
<?php $_smarty_tpl_vars = $this->_tpl_vars;
34
<?php $_smarty_tpl_vars = $this->_tpl_vars;