funchat/themes/default/usercp.tpl
2025-06-02 10:01:12 +02:00

39 lines
2.7 KiB
Smarty

<h2>User Control Panel</h2>
<span style="text-align:center;">
{$emsg}
<form class="registerform" action="{$path}usercp.php" method="post">
<fieldset>
<legend>Grunddaten</legend>
<div style="float:right; width: 200px; margin-top: 10px;"><strong><img src="{$path}themes/default/images/icons/key.png" /> altes Passwort:</strong><br />
<input type="password" tabindex="5" name="oldpassword" size="20" maxlength="20" /></div>
<div style="float:left; width: 200px; margin-top: 10px;">
<strong><img src="{$path}themes/default/images/icons/email.png" /> E-Mail:<img src="{$path}themes/default/images/icons/bullet_star.png" /></strong><br />
<input type="text" tabindex="1" value="{$data.email}" name="email" size="20" maxlength="40" /></div>
<div style="float:right; width: 200px; margin-top: 10px;"><strong><img src="{$path}themes/default/images/icons/key.png" /> neues Passwort:</strong><br />
<input type="password" tabindex="6" name="password" size="20" maxlength="20" /></div>
<div style="float:left; width: 200px; margin-top: 10px;"><strong><img src="{$path}themes/default/images/icons/user_orange.png" /> Realer Name:<br /></strong>
<input type="text" tabindex="2" value="{$data.realname}" name="realname" size="20" maxlength="25" /></div>
<div style="float:right; width: 200px; margin-top: 10px;">
<strong><img src="{$path}themes/default/images/icons/key.png" /> neues Passwort wiederholen:</strong><br />
<input type="password" tabindex="7" name="cpassword" size="20" maxlength="25" /></div>
<div style="float:left; width: 200px; margin-top: 10px;">
<strong><img src="{$path}themes/default/images/icons/map.png" /> Herkunft:</strong><br />
<input type="text" tabindex="3" value="{$data.from}" name="from" size="20" maxlength="40" /></div>
<div style="float:right; width: 200px; margin-top: 10px;">
<strong><img src="{$path}themes/default/images/icons/cake.png" /> Geburtstag:</strong><br />
<input type="text" tabindex="8" value="{$birthday}" name="birthday" size="10" maxlength="10" /> <img src="{$path}themes/default/images/icons/date.png" onclick="displayCalendar(document.forms[0].birthday,'dd.mm.yyyy',this)"/></div>
<div style="float:left; width: 200px; margin-top: 10px;"><strong><img src="{$path}themes/default/images/icons/female.png" />/<img src="{$path}themes/default/images/icons/male.png" /> Geschlecht:<br /></strong>
<select tabindex="4" name="gender">
<option {$gender.u} value="u">N/A</option>
<option {$gender.f} value="f">weiblich</option>
<option {$gender.m} value="m">m&auml;nnlich</option>
</select></div>
</fieldset>
<fieldset>
<img src="{$path}themes/default/images/icons/bullet_star.png" /> ben&ouml;tigtes Feld<br />
<input type="submit" class="button" name="submit" value="Absenden" />
</form>
</span>