Subversion-Projekte lars-tiefland.niewerth

Revision

Revision 2 | Revision 12 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

{include file=header.tpl}
        <form action="termine.php" method="get">
        <table>
                <tr>
                        <th>Arbeitnehmer</th>
                        <th>Firma</th>
                </tr>
                <tr>
                        <td>{html_options name="an_id" options=$an_arr selected=$an_id}</td>
                        <td>{html_options name="f_id" options=$f_arr selected=$f_id}</td>
                </tr>
                <tr>
                        <td class="catBottom" colspan=2><input type="submit" value="weiter"></td>
        </table>
        <input type="hidden" name="mode" value="calendar">
        </form>
{include file=footer.tpl}