Subversion-Projekte lars-tiefland.em_wm

Revision

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

{include file=header.tpl}
<br>
{include file=meld_inc.tpl}
<br>
    <form name="login" action="{$SCRIPT_NAME}" method="post">
        <table>
            <tr>
                <th colspan="2">Login</th>
            </tr>
            <tr>
                <td>Benutzername</td>
                <td>
                                        <input type="text" name="user" max_length="30" size="30" value="{$user}" class="post">
                </td>
            </tr>
            <tr>
                <td>Paßwort</td>
                <td>
                                        <input type="password" name="pass" max_length="10" size="10" value="" class="post">
                </td>
            </tr>
            <tr>
                <td class="catBottom" colspan="2">
                                        <input class="mainoption" value="Login" type="submit">
                </td>
            </tr>
        </table>
        <input type="hidden" name="mode" value="login">
    </form>
{include file=footer.tpl}