Subversion-Projekte lars-tiefland.em_wm

Revision

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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
        <head>
                <title>{$title} - {$title2}</title>
                <link href="./images/favicon.ico" rel="shortcut icon" type="image/x-icon">
                <link rel="stylesheet" href="./styles/Standard.css" type="text/css">
                <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
        </head>
        <body onload="register.username.focus();">
                angemeldet als: {$u_name|default:"<i>[nicht angemeldet]</i>"} Version: {$version}
                <div align="right">Datum / Uhrzeit: {$smarty.now|date_format:"%d.%m.%Y %H:%M"} Uhr</div>
                <h1>Registrierung - <img src="{$logo}" width="64">{$title2}</h1>
                <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"></td>
                                </tr>
                                <tr>
                                        <td>E-Mail Adresse</td>
                                        <td><input type="text" name="email" class="post" size="100"></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 class="catBottom" colspan=2><input type="submit" class="mainoption" value="registrieren"></td>
                                </tr>
                        </table>
                </form>
{include file=footer.tpl}