Subversion-Projekte lars-tiefland.niewerth

Revision

Revision 14 | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
29 lars 1
<?php /* Smarty version 2.6.16, created on 2007-01-21 20:01:35
2 lars 2
         compiled from termine.tpl */ ?>
3
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
4
smarty_core_load_plugins(array('plugins' => array(array('function', 'html_options', 'termine.tpl', 9, false),)), $this); ?>
5
<?php $_smarty_tpl_vars = $this->_tpl_vars;
6
$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array()));
7
$this->_tpl_vars = $_smarty_tpl_vars;
8
unset($_smarty_tpl_vars);
9
 ?>
14 lars 10
	<form action="termine.php" method="get" onsubmit="return check_termine_form();" name="termine">
29 lars 11
		<center><table>
12 lars 12
			<tr>
13
				<th>Arbeitnehmer</th>
14
				<th>Firma</th>
15
			</tr>
16
			<tr>
17
				<td><?php echo smarty_function_html_options(array('name' => 'an_id','options' => $this->_tpl_vars['an_arr'],'selected' => $this->_tpl_vars['an_id']), $this);?>
2 lars 18
</td>
12 lars 19
				<td><?php echo smarty_function_html_options(array('name' => 'f_id','options' => $this->_tpl_vars['f_arr'],'selected' => $this->_tpl_vars['f_id']), $this);?>
2 lars 20
</td>
12 lars 21
			</tr>
22
			<tr>
23
				<td class="catBottom" colspan=2><input type="submit" value="weiter"></td>
29 lars 24
		</table></center>
12 lars 25
		<input type="hidden" name="mode" value="calendar">
2 lars 26
	</form>
12 lars 27
	<br>
28
	<form action="index.php" method="post">
29
		<input type="submit" name="back" value="zurück zur Übersicht" class="liteoption">
30
	</form>
2 lars 31
<?php $_smarty_tpl_vars = $this->_tpl_vars;
32
$this->_smarty_include(array('smarty_include_tpl_file' => "footer.tpl", 'smarty_include_vars' => array()));
33
$this->_tpl_vars = $_smarty_tpl_vars;
34
unset($_smarty_tpl_vars);
35
 ?>