Subversion-Projekte lars-tiefland.niewerth

Revision

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

Revision 14 Revision 29
Zeile 1... Zeile 1...
1
<?php /* Smarty version 2.6.16, created on 2007-01-18 14:22:28
1
<?php /* Smarty version 2.6.16, created on 2007-01-21 20:01:35
2
         compiled from termine.tpl */ ?>
2
         compiled from termine.tpl */ ?>
3
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
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); ?>
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;
5
<?php $_smarty_tpl_vars = $this->_tpl_vars;
6
$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array()));
6
$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array()));
7
$this->_tpl_vars = $_smarty_tpl_vars;
7
$this->_tpl_vars = $_smarty_tpl_vars;
8
unset($_smarty_tpl_vars);
8
unset($_smarty_tpl_vars);
9
 ?>
9
 ?>
10
	<form action="termine.php" method="get" onsubmit="return check_termine_form();" name="termine">
10
	<form action="termine.php" method="get" onsubmit="return check_termine_form();" name="termine">
11
		<table>
11
		<center><table>
12
			<tr>
12
			<tr>
13
				<th>Arbeitnehmer</th>
13
				<th>Arbeitnehmer</th>
14
				<th>Firma</th>
14
				<th>Firma</th>
15
			</tr>
15
			</tr>
16
			<tr>
16
			<tr>
Zeile 19... Zeile 19...
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);?>
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);?>
20
</td>
20
</td>
21
			</tr>
21
			</tr>
22
			<tr>
22
			<tr>
23
				<td class="catBottom" colspan=2><input type="submit" value="weiter"></td>
23
				<td class="catBottom" colspan=2><input type="submit" value="weiter"></td>
24
		</table>
24
		</table></center>
25
		<input type="hidden" name="mode" value="calendar">
25
		<input type="hidden" name="mode" value="calendar">
26
	</form>
26
	</form>
27
	<br>
27
	<br>
28
	<form action="index.php" method="post">
28
	<form action="index.php" method="post">
29
		<input type="submit" name="back" value="zurück zur Übersicht" class="liteoption">
29
		<input type="submit" name="back" value="zurück zur Übersicht" class="liteoption">