Subversion-Projekte lars-tiefland.niewerth

Revision

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

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