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
{include file=header.tpl}
1
{include file=header.tpl}
2
	<form action="termine.php" method="get" onsubmit="return check_termine_form();" name="termine">
2
	<form action="termine.php" method="get" onsubmit="return check_termine_form();" name="termine">
3
		<table>
3
		<center><table>
4
			<tr>
4
			<tr>
5
				<th>Arbeitnehmer</th>
5
				<th>Arbeitnehmer</th>
6
				<th>Firma</th>
6
				<th>Firma</th>
7
			</tr>
7
			</tr>
8
			<tr>
8
			<tr>
9
				<td>{html_options name="an_id" options=$an_arr selected=$an_id}</td>
9
				<td>{html_options name="an_id" options=$an_arr selected=$an_id}</td>
10
				<td>{html_options name="f_id" options=$f_arr selected=$f_id}</td>
10
				<td>{html_options name="f_id" options=$f_arr selected=$f_id}</td>
11
			</tr>
11
			</tr>
12
			<tr>
12
			<tr>
13
				<td class="catBottom" colspan=2><input type="submit" value="weiter"></td>
13
				<td class="catBottom" colspan=2><input type="submit" value="weiter"></td>
14
		</table>
14
		</table></center>
15
		<input type="hidden" name="mode" value="calendar">
15
		<input type="hidden" name="mode" value="calendar">
16
	</form>
16
	</form>
17
	<br>
17
	<br>
18
	<form action="index.php" method="post">
18
	<form action="index.php" method="post">
19
		<input type="submit" name="back" value="zurück zur Übersicht" class="liteoption">
19
		<input type="submit" name="back" value="zurück zur Übersicht" class="liteoption">