1 | <!-- INCLUDE ucp_header.html -->
|
---|
2 |
|
---|
3 | <table class="tablebg" width="100%" cellspacing="1">
|
---|
4 | <tr>
|
---|
5 | <th colspan="2" valign="middle">{L_TITLE}</th>
|
---|
6 | </tr>
|
---|
7 | <!-- IF ERROR -->
|
---|
8 | <tr>
|
---|
9 | <td class="row3" colspan="2" align="center"><span class="gensmall error">{ERROR}</span></td>
|
---|
10 | </tr>
|
---|
11 | <!-- ENDIF -->
|
---|
12 | <tr>
|
---|
13 | <td class="row1" colspan="2"><span class="gensmall">{L_PROFILE_INFO_NOTICE}</span></td>
|
---|
14 | </tr>
|
---|
15 | <tr>
|
---|
16 | <td class="row1" width="35%"><b class="genmed">{L_UCP_ICQ}: </b></td>
|
---|
17 | <td class="row2"><input class="post" type="text" name="icq" size="30" maxlength="15" value="{ICQ}" /></td>
|
---|
18 | </tr>
|
---|
19 | <tr>
|
---|
20 | <td class="row1" width="35%"><b class="genmed">{L_UCP_AIM}: </b></td>
|
---|
21 | <td class="row2"><input class="post" type="text" name="aim" size="30" maxlength="255" value="{AIM}" /></td>
|
---|
22 | </tr>
|
---|
23 | <tr>
|
---|
24 | <td class="row1" width="35%"><b class="genmed">{L_UCP_MSNM}: </b></td>
|
---|
25 | <td class="row2"><input class="post" type="text" name="msn" size="30" maxlength="255" value="{MSN}" /></td>
|
---|
26 | </tr>
|
---|
27 | <tr>
|
---|
28 | <td class="row1" width="35%"><b class="genmed">{L_UCP_YIM}: </b></td>
|
---|
29 | <td class="row2"><input class="post" type="text" name="yim" size="30" maxlength="255" value="{YIM}" /></td>
|
---|
30 | </tr>
|
---|
31 | <tr>
|
---|
32 | <td class="row1" width="35%"><b class="genmed">{L_UCP_JABBER}: </b></td>
|
---|
33 | <td class="row2"><input class="post" type="text" name="jabber" size="30" maxlength="255" value="{JABBER}" /></td>
|
---|
34 | </tr>
|
---|
35 | <tr>
|
---|
36 | <td class="row1" width="35%"><b class="genmed">{L_WEBSITE}: </b></td>
|
---|
37 | <td class="row2"><input class="post" type="text" name="website" size="30" maxlength="255" value="{WEBSITE}" /></td>
|
---|
38 | </tr>
|
---|
39 | <tr>
|
---|
40 | <td class="row1" width="35%"><b class="genmed">{L_LOCATION}: </b></td>
|
---|
41 | <td class="row2"><input class="post" type="text" name="location" size="30" maxlength="100" value="{LOCATION}" /></td>
|
---|
42 | </tr>
|
---|
43 | <tr>
|
---|
44 | <td class="row1" width="35%"><b class="genmed">{L_OCCUPATION}: </b></td>
|
---|
45 | <td class="row2"><textarea class="post" name="occupation" rows="3" cols="30">{OCCUPATION}</textarea></td>
|
---|
46 | </tr>
|
---|
47 | <tr>
|
---|
48 | <td class="row1" width="35%"><b class="genmed">{L_INTERESTS}: </b></td>
|
---|
49 | <td class="row2"><textarea class="post" name="interests" rows="3" cols="30">{INTERESTS}</textarea></td>
|
---|
50 | </tr>
|
---|
51 | <!-- IF S_BIRTHDAYS_ENABLED -->
|
---|
52 | <tr>
|
---|
53 | <td class="row1" width="35%"><b class="genmed">{L_BIRTHDAY}: </b><br /><span class="gensmall">{L_BIRTHDAY_EXPLAIN}</span></td>
|
---|
54 | <td class="row2"><span class="genmed">{L_DAY}:</span> <select name="bday_day">{S_BIRTHDAY_DAY_OPTIONS}</select> <span class="genmed">{L_MONTH}:</span> <select name="bday_month">{S_BIRTHDAY_MONTH_OPTIONS}</select> <span class="genmed">{L_YEAR}:</span> <select name="bday_year">{S_BIRTHDAY_YEAR_OPTIONS}</select></td>
|
---|
55 | </tr>
|
---|
56 | <!-- ENDIF -->
|
---|
57 | <!-- BEGIN profile_fields -->
|
---|
58 | <tr>
|
---|
59 | <td class="row1" width="35%">
|
---|
60 | <b class="genmed">{profile_fields.LANG_NAME}: </b>
|
---|
61 | <!-- IF profile_fields.S_REQUIRED --><b>*</b><!-- ENDIF -->
|
---|
62 | <!-- IF profile_fields.LANG_EXPLAIN --><br /><span class="gensmall">{profile_fields.LANG_EXPLAIN}</span><!-- ENDIF -->
|
---|
63 | </td>
|
---|
64 | <td class="row2">{profile_fields.FIELD}<!-- IF profile_fields.ERROR --><br /><span class="gensmall error">{profile_fields.ERROR}</span><!-- ENDIF --></td>
|
---|
65 | </tr>
|
---|
66 | <!-- END profile_fields -->
|
---|
67 | <tr>
|
---|
68 | <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
---|
69 | </tr>
|
---|
70 | </table>
|
---|
71 |
|
---|
72 | <!-- INCLUDE ucp_footer.html -->
|
---|