Revision 14 |
Details |
Vergleich mit vorheriger |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 2 |
lars |
1 |
{include file=header.tpl}
|
| 14 |
lars |
2 |
<form action="termine.php" method="get" onsubmit="return check_termine_form();" name="termine">
|
| 29 |
lars |
3 |
<center><table>
|
| 12 |
lars |
4 |
<tr>
|
|
|
5 |
<th>Arbeitnehmer</th>
|
|
|
6 |
<th>Firma</th>
|
|
|
7 |
</tr>
|
|
|
8 |
<tr>
|
|
|
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>
|
|
|
11 |
</tr>
|
|
|
12 |
<tr>
|
|
|
13 |
<td class="catBottom" colspan=2><input type="submit" value="weiter"></td>
|
| 29 |
lars |
14 |
</table></center>
|
| 12 |
lars |
15 |
<input type="hidden" name="mode" value="calendar">
|
| 2 |
lars |
16 |
</form>
|
| 12 |
lars |
17 |
<br>
|
|
|
18 |
<form action="index.php" method="post">
|
|
|
19 |
<input type="submit" name="back" value="zurück zur Übersicht" class="liteoption">
|
|
|
20 |
</form>
|
| 2 |
lars |
21 |
{include file=footer.tpl}
|