|
|
4c79b5 |
<form id="user_profile" method="post" action="{U_ACTION}">
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset>
|
|
|
4c79b5 |
<legend>{L_USER_PROFILE}</legend>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="icq">{L_UCP_ICQ}:</label>
|
|
|
4c79b5 |
<input type="text" id="icq" name="icq" value="{ICQ}" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="aim">{L_UCP_AIM}:</label>
|
|
|
4c79b5 |
<input type="text" id="aim" name="aim" value="{AIM}" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="msn">{L_UCP_MSNM}:</label>
|
|
|
4c79b5 |
<input type="text" id="msn" name="msn" value="{MSN}" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="yim">{L_UCP_YIM}:</label>
|
|
|
4c79b5 |
<input type="text" id="yim" name="yim" value="{YIM}" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="jabber">{L_UCP_JABBER}:</label>
|
|
|
4c79b5 |
<input type="text" id="jabber" name="jabber" value="{JABBER}" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="website">{L_WEBSITE}:</label>
|
|
|
4c79b5 |
<input type="text" id="website" name="website" value="{WEBSITE}" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="location">{L_LOCATION}:</label>
|
|
|
4c79b5 |
<input type="text" id="location" name="location" value="{LOCATION}" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="occupation">{L_OCCUPATION}:</label>
|
|
|
4c79b5 |
<textarea id="occupation" name="occupation" rows="3" cols="30">{OCCUPATION}</textarea>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="interests">{L_INTERESTS}:</label>
|
|
|
4c79b5 |
<textarea id="interests" name="interests" rows="3" cols="30">{INTERESTS}</textarea>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="birthday">{L_BIRTHDAY}:</label> {L_BIRTHDAY_EXPLAIN}
|
|
|
4c79b5 |
{L_DAY}: <select id="birthday" name="bday_day">{S_BIRTHDAY_DAY_OPTIONS}</select> {L_MONTH}: <select name="bday_month">{S_BIRTHDAY_MONTH_OPTIONS}</select> {L_YEAR}: <select name="bday_year">{S_BIRTHDAY_YEAR_OPTIONS}</select>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset>
|
|
|
4c79b5 |
<legend>{L_USER_CUSTOM_PROFILE_FIELDS}</legend>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label<!-- IF profile_fields.FIELD_ID --> for="{profile_fields.FIELD_ID}">{profile_fields.LANG_NAME}:</label> {profile_fields.LANG_EXPLAIN}
|
|
|
4c79b5 |
{profile_fields.FIELD}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{profile_fields.ERROR}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset class="quick">
|
|
|
4c79b5 |
<input class="button1" type="submit" name="update" value="{L_SUBMIT}" />
|
|
|
4c79b5 |
{S_FORM_TOKEN}
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
</form>
|