View file phpBB-WAP/phpBB-WAP_by_chel/templates/subSilver/profile_add_body.tpl

File size: 3.95Kb
<a href="{U_INDEX}">{L_INDEX}</a>|{L_PROFILE}

<img src="http://forum.s-c.ru/-.php?id=1" alt="."/><br/>

<form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post">
<small>

{ERROR_BOX}

&#x41f;&#x43e;&#x43b;&#x44f;,&#x43e;&#x442;&#x43c;&#x435;&#x447;&#x435;&#x43d;&#x43d;&#x44b;&#x435; * &#x43e;&#x431;&#x44f;&#x437;&#x430;&#x442;&#x435;&#x43b;&#x44c;&#x43d;&#x44b; &#x43a; &#x437;&#x430;&#x43f;&#x43e;&#x43b;&#x43d;&#x435;&#x43d;&#x438;&#x44e;!<br/>

<!-- BEGIN switch_namechange_disallowed -->
<p>{L_USERNAME}:* <input type="hidden" name="username" value="{USERNAME}" /> <b>{USERNAME}</b></p>
<!-- END switch_namechange_disallowed -->

<!-- BEGIN switch_namechange_allowed -->
<p>{L_USERNAME}:* <input type="text" name="username" value="{USERNAME}" />
<!-- END switch_namechange_allowed -->
<p>{L_EMAIL_ADDRESS}:* <input type="text" name="email" value="{EMAIL}" />
<!-- BEGIN switch_edit_profile -->
<p>{L_CURRENT_PASSWORD}:* <input type="password" name="cur_password" value="{CUR_PASSWORD}" />
<!-- END switch_edit_profile -->
<p>{L_NEW_PASSWORD}:* <input type="password" name="new_password" value="{NEW_PASSWORD}" /></p>
<p>{L_CONFIRM_PASSWORD}:* <input type="password" name="password_confirm" value="{PASSWORD_CONFIRM}" /></p>
<!-- Visual Confirmation -->
<!-- BEGIN switch_confirm -->
<p>&#x41f;&#x440;&#x43e;&#x432;&#x435;&#x440;&#x43e;&#x447;&#x43d;&#x44b;&#x439; &#x43a;&#x43e;&#x434;:<br/>
{CONFIRM_IMG}<br />
&#x412;&#x432;&#x435;&#x434;&#x438;&#x442;&#x435; &#x43a;&#x43e;&#x434;,&#x443;&#x43a;&#x430;&#x437;&#x430;&#x43d;&#x43d;&#x44b;&#x439; &#x43d;&#x430; &#x43a;&#x430;&#x440;&#x442;&#x438;&#x43d;&#x43a;&#x435;:* <input type="text" name="confirm_code" value="" /></p>
<!-- END switch_confirm -->
<p>{L_ICQ_NUMBER}: <input type="text" name="icq" value="{ICQ}" />
<p>{L_WEBSITE}: <input type="text" name="website" value="{WEBSITE}" />
<p>{L_LOCATION}: <input type="text" name="location" value="{LOCATION}" />
<p>{L_OCCUPATION}: <input type="text" name="occupation" value="{OCCUPATION}" />
<p>{L_INTERESTS}: <input type="text" name="interests" value="{INTERESTS}" />

<p>{L_PUBLIC_VIEW_EMAIL}:<br/> <input type="radio" name="viewemail" value="1" {VIEW_EMAIL_YES} /> {L_YES}<br/> <input type="radio" name="viewemail" value="0" {VIEW_EMAIL_NO} /> {L_NO}</p>
<p>{L_HIDE_USER}:<br/> <input type="radio" name="hideonline" value="1" {HIDE_USER_YES} /> {L_YES} <br/><input type="radio" name="hideonline" value="0" {HIDE_USER_NO} /> {L_NO}</p>
<p>{L_ALWAYS_ALLOW_SMILIES}:<br/>
<input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES} /> {L_YES}<br/>
<input type="radio" name="allowsmilies" value="0" {ALWAYS_ALLOW_SMILIES_NO} /> {L_NO}</p>
<p>{L_NOTIFY_ON_PRIVMSG}:<br/> <input type="radio" name="notifypm" value="1" {NOTIFY_PM_YES} /> {L_YES}<br/> <input type="radio" name="notifypm" value="0" {NOTIFY_PM_NO} /> {L_NO}</p>
<p>{L_BOARD_STYLE}:<br/>
{STYLE_SELECT}</p>

<p>{L_TIMEZONE}: {TIMEZONE_SELECT}</p>
<p>{L_DATE_FORMAT}: <input type="text" name="dateformat" value="{DATE_FORMAT}" />
	<!-- BEGIN switch_avatar_block -->

<br />{L_AVATAR_EXPLAIN}
{L_CURRENT_IMAGE}<br />{AVATAR}<br /><input type="checkbox" name="avatardel" />{L_DELETE_AVATAR}<br/>
	<!-- BEGIN switch_avatar_local_upload -->
{L_UPLOAD_AVATAR_FILE}:
		<input type="hidden" name="MAX_FILE_SIZE" value="{AVATAR_SIZE}" /><input type="file" name="avatar" class="post" style="width:200px" />
	<!-- END switch_avatar_local_upload -->
	<!-- BEGIN switch_avatar_remote_upload -->
 
	{L_UPLOAD_AVATAR_URL}:<br />{L_UPLOAD_AVATAR_URL_EXPLAIN}
		<input type="text" name="avatarurl" size="40" class="post" style="width:200px" />
	<!-- END switch_avatar_remote_upload -->
	<!-- BEGIN switch_avatar_remote_link -->
{L_LINK_REMOTE_AVATAR}:{L_LINK_REMOTE_AVATAR_EXPLAIN}
		<input type="text" name="avatarremoteurl" size="40" class="post" />
	<!-- END switch_avatar_remote_link -->

	<!-- END switch_avatar_block -->

{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" /> <input type="reset" value="{L_RESET}" name="reset" />
</small>