Subversion-Projekte lars-tiefland.niewerth

Revision

Revision 1 | Zur aktuellen Revision | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
3 lars 1
<?php /* Smarty version 2.6.16, created on 2007-01-17 16:32:48
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>
3 lars 22
	<form name="new" method="get" action="termine.php">
23
		<input type="hidden" name="mode" value="">
24
		<input type="hidden" name="f_id" value=<?php echo $this->_tpl_vars['f_id']; ?>
25
>
26
		<input type="hidden" name="an_id" value=<?php echo $this->_tpl_vars['an_id']; ?>
27
>
28
		<input type="submit" value="einen weiteren Termin eingeben" class="liteoption">
1 lars 29
	</form>
30
	<br><br>
31
	<form action="index.php" method="post">
32
		<input type="submit" name="back" value="zurück zur Übersicht" class="liteoption">
33
	</form>
34
<?php $_smarty_tpl_vars = $this->_tpl_vars;
35
$this->_smarty_include(array('smarty_include_tpl_file' => "footer.tpl", 'smarty_include_vars' => array()));
36
$this->_tpl_vars = $_smarty_tpl_vars;
37
unset($_smarty_tpl_vars);
38
 ?>