View file phpBB-WAP(wml)_by_chel/templates/subSilver/profile_add_body.tpl

File size: 2.38Kb
</small>
{L_USERNAME}:<br/>
<input type="text" name="username" value="{USERNAME}" /><br/>
{L_EMAIL_ADDRESS}:<br/>
<input type="text" name="email" value="{EMAIL}" /><br/>

<!-- BEGIN switch_edit_profile -->
{L_CURRENT_PASSWORD}:<br/>
<input type="password" name="cur_password" value="{PASSWORD}" /><br/>
<!-- END switch_edit_profile -->

{L_NEW_PASSWORD}: <br/>
<input type="password" name="new_password" value="{PASSWORD}" /><br/>
{L_CONFIRM_PASSWORD}:<br/>
<input type="password" name="password_confirm" value="{PASSWORD_CONFIRM}" /><br/>

<!-- BEGIN switch_edit_profile -->

<!-- BEGIN switch_avatar_block -->

<!-- BEGIN switch_avatar_remote_link -->
{L_LINK_REMOTE_AVATAR}:<br/>
<input type="text" name="avatarremoteurl" /><br/>
	
<!-- END switch_avatar_remote_link -->

<!-- END switch_avatar_block -->


{L_LOCATION}:<br/>
<input type="text" name="location" value="{LOCATION}" /><br/>
{L_OCCUPATION}:<br/>
<input type="text" name="occupation" value="{OCCUPATION}" /><br/>
 {L_INTERESTS}:<br/>
<input type="text" name="interests" value="{INTERESTS}" /><br/>
 {L_WEBSITE}:<br/>
<input type="text" name="website" value="{WEBSITE}" /><br/>

<!-- END switch_edit_profile -->

<anchor>Ok<go method="post" href="{S_PROFILE_ACTION}">
<postfield name="username" value="$(username)"/>
<postfield name="email" value="$(email)"/>
<postfield name="cur_password" value="$(cur_password)"/>
<postfield name="allowsmilies" value="1"/>
<postfield name="new_password" value="$(new_password)"/>
<postfield name="password_confirm" value="$(password_confirm)"/>
<postfield name="viewemail" value="1"/>
<postfield name="notifyreply" value="0"/>
<postfield name="notifypm" value="0"/>
<postfield name="popup_pm" value="1"/>
<postfield name="attachsig" value="1"/>
<postfield name="allowhtml" value="0"/>
<postfield name="language" value="russian"/>
<postfield name="style" value="1"/>
<postfield name="timezone" value="3"/>
<postfield name="dateformat" value="d M,  G:i"/>
<postfield name="submit" value="{L_SUBMIT}"/>
<postfield name="hideonline" value="0"/>
<postfield name="allowbbcode" value="1"/>
<postfield name="location" value="$(location)"/>
<postfield name="occupation" value="$(occupation)"/>
<postfield name="interests" value="$(interests)"/>
<postfield name="website" value="$(website)"/>
{S_HIDDEN_FIELDS}
</go>
</anchor><br/>
&gt;<a href="{U_INDEX}">!L_INDEX!</a>
<small>