Subversion-Projekte lars-tiefland.em_wm

Revision

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

{include file=header.tpl focus=login.username}
<br>
{include file=meld_inc.tpl}
<br>
        <form name="login" action="{$SCRIPT_NAME}" method="post" onsubmit="return check_login_form();">
                <table>
                        <tr>
                                <th colspan="2">Login</th>
                        </tr>
                        <tr>
                                <td>{$L_USERNAME}</td>
                                <td>
                                        <input type="text" name="username" max_length="30" size="30" value="{$user}" class="post">
                                </td>
                        </tr>
                        <tr>
                                <td>{$L_PASSWORD}</td>
                                <td>
                                        <input type="password" name="password" 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="{$mode}">
                <input type="hidden" name="id" value="{$id}">
        </form>
{include file=footer.tpl}