12 lines
813 B
HTML
12 lines
813 B
HTML
<div>{message}</div>
|
|
<form action="index.php?ucp-safe" method="post">
|
|
<fieldset><legend><b>Sicherheits Einstellungen:</b></legend>
|
|
<div style="width:45%; height:23px; float:left;">Aktuelles Passwort:</div>
|
|
<div style="width:55%; height:23px; float:left;"><input style="width:80%;" name="oPass" type="password" /></div>
|
|
<div style="width:45%; height:23px; float:left;">Neues Passwort:</div>
|
|
<div style="width:55%; height:23px; float:left;"><input style="width:80%;" name="pass" type="password" /></div>
|
|
<div style="width:45%; height:23px; float:left;">Passwort wiederholen:</div>
|
|
<div style="width:55%; height:23px; float:left;"><input style="width:80%;" name="pass2" type="password" /></div>
|
|
<div style="clear:both; width:100%;"><input type="submit" name="subEdit" value="Ändern" /></div>
|
|
</fieldset>
|
|
</form> |