Subversion-Projekte lars-tiefland.em_wm

Revision

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

{include file=header.tpl focus="register.username"}
{include file=meld_inc.tpl}
                <form action="{$SCRIPTNAME}" method="post" name="register" onsubmit="return check_register_form();">
                        <table>
                                <tr>
                                        <th>Eigenschaft</th>
                                        <th>Wert</th>
                                </tr>
                                <tr>
                                        <td>Benutzername</td>
                                        <td><input type="text" name="username" class="post" size="100" value="{$username}"></td>
                                </tr>
                                <tr>
                                        <td>E-Mail Adresse</td>
                                        <td><input type="text" name="email" class="post" size="100" value="{$email}"></td>
                                </tr>
                                <tr>
                                        <td>Paßwort</td>
                                        <td><input type="password" name="password" class="post" size="100"></td>
                                </tr>
                                <tr>
                                        <td>Paßwort wiederholen</td>
                                        <td><input type="password" name="password2" class="post" size="100"></td>
                                </tr>
                                <tr>
                                        <td>Sprache</td>
                                        <td>{html_options name="u_lang" options=$langs selected="$act_lang"}</td>
                                </tr>
                                <tr>
                                        <td class="catBottom" colspan=2><input type="submit" class="mainoption" value="registrieren"></td>
                                </tr>
                        </table>
                        <input type="hidden" name="mode" value="register">
                </form>
{include file=footer.tpl}