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

46 lines
3.4 KiB
Smarty

<h2>User Control Panel</h2>
<span style="text-align:center; display:block;">
{$emsg}
<form class="registerform" action="{$path}usercp.php" method="post">
<fieldset>
<legend>##DATA##</legend>
<div style="float:left; width: 200px; margin-top: 10px;"><strong><img src="{$path}themes/default/images/icons/key.png" style="border:none;"/> ##OLDPASSWORD##:</strong><br />
<input type="password" name="oldpassword" size="20" maxlength="20" /></div>
<div style="float:left; width: 200px; margin-top: 10px; margin-left:20px;">
<strong><img src="{$path}themes/default/images/icons/key.png" style="border:none;" /> ##NEWPASSWORD##:</strong><br />
<input type="password" name="password" size="20" maxlength="25" /></div>
<div style="float:right; width: 200px; margin-top: 10px;">
<strong><img src="{$path}themes/default/images/icons/key.png" style="border:none;" /> ##REPEATPASSWORD##:</strong><br />
<input type="password" name="cpassword" size="20" maxlength="25" /></div>
<div style="float:left; width: 200px; margin-top: 10px;">
<strong><img src="{$path}themes/default/images/icons/email.png" style="border:none;"/> ##MAIL##:<img src="{$path}themes/default/images/icons/bullet_star.png" style="border:none;" /></strong><br />
<input type="text" value="{$data.email}" name="email" size="20" maxlength="40" /></div>
<div style="float:left; width: 200px; margin-top: 10px; margin-left:20px;">
<strong><img src="{$path}themes/default/images/icons/map.png" style="border:none;"/> ##LOCATION##:</strong><br />
<input type="text" 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/user_orange.png" style="border:none;"/> ##REALNAME##:<br /></strong>
<input type="text" value="{$data.realname}" name="realname" size="20" maxlength="25" /></div>
<div style="float:left; width: 200px; margin-top: 10px;"><strong><img src="{$path}themes/default/images/icons/female.png" style="border:none;"/>/<img src="{$path}themes/default/images/icons/male.png" style="border:none;" /> ##GENDER##:<br /></strong>
<select name="gender">
<option {$gender.u} value="u">##N/A##</option>
<option {$gender.f} value="f">##FEMALE##</option>
<option {$gender.m} value="m">##MALE##</option>
</select></div>
<div style="float:left; width: 200px; margin-top: 10px; margin-left:20px;">
<strong><img src="{$path}themes/default/images/icons/cake.png" style="border:none;"/> ##BIRTHDAY##:</strong><br />
<input type="text" 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:right; width: 200px; margin-top: 10px;"><strong><img src="{$path}themes/default/images/icons/world_edit.png" style="border:none;"/> ##LANGUAGE##:<br /></strong>
<select name="lang">
{$langs}
</select></div>
{if $connect_openid==1}
<br />
<div style="float:left; width: 200px; align:center; margin-top: 10px;">
<strong><img src="{$path}themes/default/images/icons/openid.gif" /> OpenID:</strong><br />
<input type="text" tabindex="3" value="{$data.openid_identity}" name="openid_identity" size="30" maxlength="80" /></div>
{/if}
</fieldset>
<img src="{$path}themes/default/images/icons/bullet_star.png" style="border:none;"/> ##REQUIREDFIELDS##<br />
<input type="submit" class="button" name="submit" value="##SUBMIT##" />
</form>
</span>