Subversion-Projekte lars-tiefland.niewerth

Revision

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" onsubmit="return check_termine_form();" name="termine">
                <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>
        <br>
        <form action="index.php" method="post">
                <input type="submit" name="back" value="zurück zur Übersicht" class="liteoption">
        </form>
{include file=footer.tpl}