182 |
kaklik |
1 |
|
|
|
2 |
<form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post"> |
|
|
3 |
|
|
|
4 |
{ERROR_BOX} |
|
|
5 |
|
|
|
6 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
|
|
7 |
<tr> |
|
|
8 |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
|
|
9 |
</tr> |
|
|
10 |
</table> |
|
|
11 |
|
|
|
12 |
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> |
|
|
13 |
<tr> |
|
|
14 |
<th class="thHead" colspan="2" height="25" valign="middle">{L_REGISTRATION_INFO}</th> |
|
|
15 |
</tr> |
|
|
16 |
<tr> |
|
|
17 |
<td class="row2" colspan="2"><span class="gensmall">{L_ITEMS_REQUIRED}</span></td> |
|
|
18 |
</tr> |
|
|
19 |
<!-- BEGIN switch_namechange_disallowed --> |
|
|
20 |
<tr> |
|
|
21 |
<td class="row1" width="38%"><span class="gen">{L_USERNAME}: *</span></td> |
|
|
22 |
<td class="row2"><input type="hidden" name="username" value="{USERNAME}" /><span class="gen"><b>{USERNAME}</b></span></td> |
|
|
23 |
</tr> |
|
|
24 |
<!-- END switch_namechange_disallowed --> |
|
|
25 |
<!-- BEGIN switch_namechange_allowed --> |
|
|
26 |
<tr> |
|
|
27 |
<td class="row1" width="38%"><span class="gen">{L_USERNAME}: *</span></td> |
|
|
28 |
<td class="row2"><input type="text" class="post" style="width:200px" name="username" size="25" maxlength="25" value="{USERNAME}" /></td> |
|
|
29 |
</tr> |
|
|
30 |
<!-- END switch_namechange_allowed --> |
|
|
31 |
<tr> |
|
|
32 |
<td class="row1"><span class="gen">{L_EMAIL_ADDRESS}: *</span></td> |
|
|
33 |
<td class="row2"><input type="text" class="post" style="width:200px" name="email" size="25" maxlength="255" value="{EMAIL}" /></td> |
|
|
34 |
</tr> |
|
|
35 |
<!-- BEGIN switch_edit_profile --> |
|
|
36 |
<tr> |
|
|
37 |
<td class="row1"><span class="gen">{L_CURRENT_PASSWORD}: *</span><br /> |
|
|
38 |
<span class="gensmall">{L_CONFIRM_PASSWORD_EXPLAIN}</span></td> |
|
|
39 |
<td class="row2"> |
|
|
40 |
<input type="password" class="post" style="width: 200px" name="cur_password" size="25" maxlength="32" value="{CUR_PASSWORD}" /> |
|
|
41 |
</td> |
|
|
42 |
</tr> |
|
|
43 |
<!-- END switch_edit_profile --> |
|
|
44 |
<tr> |
|
|
45 |
<td class="row1"><span class="gen">{L_NEW_PASSWORD}: *</span><br /> |
|
|
46 |
<span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td> |
|
|
47 |
<td class="row2"> |
|
|
48 |
<input type="password" class="post" style="width: 200px" name="new_password" size="25" maxlength="32" value="{NEW_PASSWORD}" /> |
|
|
49 |
</td> |
|
|
50 |
</tr> |
|
|
51 |
<tr> |
|
|
52 |
<td class="row1"><span class="gen">{L_CONFIRM_PASSWORD}: * </span><br /> |
|
|
53 |
<span class="gensmall">{L_PASSWORD_CONFIRM_IF_CHANGED}</span></td> |
|
|
54 |
<td class="row2"> |
|
|
55 |
<input type="password" class="post" style="width: 200px" name="password_confirm" size="25" maxlength="32" value="{PASSWORD_CONFIRM}" /> |
|
|
56 |
</td> |
|
|
57 |
</tr> |
|
|
58 |
<!-- Visual Confirmation --> |
|
|
59 |
<!-- BEGIN switch_confirm --> |
|
|
60 |
<tr> |
|
|
61 |
<td class="row1" colspan="2" align="center"><span class="gensmall">{L_CONFIRM_CODE_IMPAIRED}</span><br /><br />{CONFIRM_IMG}<br /><br /></td> |
|
|
62 |
</tr> |
|
|
63 |
<tr> |
|
|
64 |
<td class="row1"><span class="gen">{L_CONFIRM_CODE}: * </span><br /><span class="gensmall">{L_CONFIRM_CODE_EXPLAIN}</span></td> |
|
|
65 |
<td class="row2"><input type="text" class="post" style="width: 200px" name="confirm_code" size="6" maxlength="6" value="" /></td> |
|
|
66 |
</tr> |
|
|
67 |
<!-- END switch_confirm --> |
|
|
68 |
<tr> |
|
|
69 |
<td class="catSides" colspan="2" height="28"> </td> |
|
|
70 |
</tr> |
|
|
71 |
<tr> |
|
|
72 |
<th class="thSides" colspan="2" height="25" valign="middle">{L_PROFILE_INFO}</th> |
|
|
73 |
</tr> |
|
|
74 |
<tr> |
|
|
75 |
<td class="row2" colspan="2"><span class="gensmall">{L_PROFILE_INFO_NOTICE}</span></td> |
|
|
76 |
</tr> |
|
|
77 |
<tr> |
|
|
78 |
<td class="row1"><span class="gen">{L_ICQ_NUMBER}:</span></td> |
|
|
79 |
<td class="row2"> |
|
|
80 |
<input type="text" name="icq" class="post" style="width: 100px" size="10" maxlength="15" value="{ICQ}" /> |
|
|
81 |
</td> |
|
|
82 |
</tr> |
|
|
83 |
<tr> |
|
|
84 |
<td class="row1"><span class="gen">{L_AIM}:</span></td> |
|
|
85 |
<td class="row2"> |
|
|
86 |
<input type="text" class="post" style="width: 150px" name="aim" size="20" maxlength="255" value="{AIM}" /> |
|
|
87 |
</td> |
|
|
88 |
</tr> |
|
|
89 |
<tr> |
|
|
90 |
<td class="row1"><span class="gen">{L_MESSENGER}:</span></td> |
|
|
91 |
<td class="row2"> |
|
|
92 |
<input type="text" class="post" style="width: 150px" name="msn" size="20" maxlength="255" value="{MSN}" /> |
|
|
93 |
</td> |
|
|
94 |
</tr> |
|
|
95 |
<tr> |
|
|
96 |
<td class="row1"><span class="gen">{L_YAHOO}:</span></td> |
|
|
97 |
<td class="row2"> |
|
|
98 |
<input type="text" class="post" style="width: 150px" name="yim" size="20" maxlength="255" value="{YIM}" /> |
|
|
99 |
</td> |
|
|
100 |
</tr> |
|
|
101 |
<tr> |
|
|
102 |
<td class="row1"><span class="gen">{L_WEBSITE}:</span></td> |
|
|
103 |
<td class="row2"> |
|
|
104 |
<input type="text" class="post" style="width: 200px" name="website" size="25" maxlength="255" value="{WEBSITE}" /> |
|
|
105 |
</td> |
|
|
106 |
</tr> |
|
|
107 |
<tr> |
|
|
108 |
<td class="row1"><span class="gen">{L_LOCATION}:</span></td> |
|
|
109 |
<td class="row2"> |
|
|
110 |
<input type="text" class="post" style="width: 200px" name="location" size="25" maxlength="100" value="{LOCATION}" /> |
|
|
111 |
</td> |
|
|
112 |
</tr> |
|
|
113 |
<tr> |
|
|
114 |
<td class="row1"><span class="gen">{L_OCCUPATION}:</span></td> |
|
|
115 |
<td class="row2"> |
|
|
116 |
<input type="text" class="post" style="width: 200px" name="occupation" size="25" maxlength="100" value="{OCCUPATION}" /> |
|
|
117 |
</td> |
|
|
118 |
</tr> |
|
|
119 |
<tr> |
|
|
120 |
<td class="row1"><span class="gen">{L_INTERESTS}:</span></td> |
|
|
121 |
<td class="row2"> |
|
|
122 |
<input type="text" class="post" style="width: 200px" name="interests" size="35" maxlength="150" value="{INTERESTS}" /> |
|
|
123 |
</td> |
|
|
124 |
</tr> |
|
|
125 |
<tr> |
|
|
126 |
<td class="row1"><span class="gen">{L_SIGNATURE}:</span><br /><span class="gensmall">{L_SIGNATURE_EXPLAIN}<br /><br />{HTML_STATUS}<br />{BBCODE_STATUS}<br />{SMILIES_STATUS}</span></td> |
|
|
127 |
<td class="row2"> |
|
|
128 |
<textarea name="signature" style="width: 300px" rows="6" cols="30" class="post">{SIGNATURE}</textarea> |
|
|
129 |
</td> |
|
|
130 |
</tr> |
|
|
131 |
<tr> |
|
|
132 |
<td class="catSides" colspan="2" height="28"> </td> |
|
|
133 |
</tr> |
|
|
134 |
<tr> |
|
|
135 |
<th class="thSides" colspan="2" height="25" valign="middle">{L_PREFERENCES}</th> |
|
|
136 |
</tr> |
|
|
137 |
<tr> |
|
|
138 |
<td class="row1"><span class="gen">{L_PUBLIC_VIEW_EMAIL}:</span></td> |
|
|
139 |
<td class="row2"> |
|
|
140 |
<input type="radio" name="viewemail" value="1" {VIEW_EMAIL_YES} /> |
|
|
141 |
<span class="gen">{L_YES}</span> |
|
|
142 |
<input type="radio" name="viewemail" value="0" {VIEW_EMAIL_NO} /> |
|
|
143 |
<span class="gen">{L_NO}</span></td> |
|
|
144 |
</tr> |
|
|
145 |
<tr> |
|
|
146 |
<td class="row1"><span class="gen">{L_HIDE_USER}:</span></td> |
|
|
147 |
<td class="row2"> |
|
|
148 |
<input type="radio" name="hideonline" value="1" {HIDE_USER_YES} /> |
|
|
149 |
<span class="gen">{L_YES}</span> |
|
|
150 |
<input type="radio" name="hideonline" value="0" {HIDE_USER_NO} /> |
|
|
151 |
<span class="gen">{L_NO}</span></td> |
|
|
152 |
</tr> |
|
|
153 |
<tr> |
|
|
154 |
<td class="row1"><span class="gen">{L_NOTIFY_ON_REPLY}:</span><br /> |
|
|
155 |
<span class="gensmall">{L_NOTIFY_ON_REPLY_EXPLAIN}</span></td> |
|
|
156 |
<td class="row2"> |
|
|
157 |
<input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} /> |
|
|
158 |
<span class="gen">{L_YES}</span> |
|
|
159 |
<input type="radio" name="notifyreply" value="0" {NOTIFY_REPLY_NO} /> |
|
|
160 |
<span class="gen">{L_NO}</span></td> |
|
|
161 |
</tr> |
|
|
162 |
<tr> |
|
|
163 |
<td class="row1"><span class="gen">{L_NOTIFY_ON_PRIVMSG}:</span></td> |
|
|
164 |
<td class="row2"> |
|
|
165 |
<input type="radio" name="notifypm" value="1" {NOTIFY_PM_YES} /> |
|
|
166 |
<span class="gen">{L_YES}</span> |
|
|
167 |
<input type="radio" name="notifypm" value="0" {NOTIFY_PM_NO} /> |
|
|
168 |
<span class="gen">{L_NO}</span></td> |
|
|
169 |
</tr> |
|
|
170 |
<tr> |
|
|
171 |
<td class="row1"><span class="gen">{L_POPUP_ON_PRIVMSG}:</span><br /><span class="gensmall">{L_POPUP_ON_PRIVMSG_EXPLAIN}</span></td> |
|
|
172 |
<td class="row2"> |
|
|
173 |
<input type="radio" name="popup_pm" value="1" {POPUP_PM_YES} /> |
|
|
174 |
<span class="gen">{L_YES}</span> |
|
|
175 |
<input type="radio" name="popup_pm" value="0" {POPUP_PM_NO} /> |
|
|
176 |
<span class="gen">{L_NO}</span></td> |
|
|
177 |
</tr> |
|
|
178 |
<tr> |
|
|
179 |
<td class="row1"><span class="gen">{L_ALWAYS_ADD_SIGNATURE}:</span></td> |
|
|
180 |
<td class="row2"> |
|
|
181 |
<input type="radio" name="attachsig" value="1" {ALWAYS_ADD_SIGNATURE_YES} /> |
|
|
182 |
<span class="gen">{L_YES}</span> |
|
|
183 |
<input type="radio" name="attachsig" value="0" {ALWAYS_ADD_SIGNATURE_NO} /> |
|
|
184 |
<span class="gen">{L_NO}</span></td> |
|
|
185 |
</tr> |
|
|
186 |
<tr> |
|
|
187 |
<td class="row1"><span class="gen">{L_ALWAYS_ALLOW_BBCODE}:</span></td> |
|
|
188 |
<td class="row2"> |
|
|
189 |
<input type="radio" name="allowbbcode" value="1" {ALWAYS_ALLOW_BBCODE_YES} /> |
|
|
190 |
<span class="gen">{L_YES}</span> |
|
|
191 |
<input type="radio" name="allowbbcode" value="0" {ALWAYS_ALLOW_BBCODE_NO} /> |
|
|
192 |
<span class="gen">{L_NO}</span></td> |
|
|
193 |
</tr> |
|
|
194 |
<tr> |
|
|
195 |
<td class="row1"><span class="gen">{L_ALWAYS_ALLOW_HTML}:</span></td> |
|
|
196 |
<td class="row2"> |
|
|
197 |
<input type="radio" name="allowhtml" value="1" {ALWAYS_ALLOW_HTML_YES} /> |
|
|
198 |
<span class="gen">{L_YES}</span> |
|
|
199 |
<input type="radio" name="allowhtml" value="0" {ALWAYS_ALLOW_HTML_NO} /> |
|
|
200 |
<span class="gen">{L_NO}</span></td> |
|
|
201 |
</tr> |
|
|
202 |
<tr> |
|
|
203 |
<td class="row1"><span class="gen">{L_ALWAYS_ALLOW_SMILIES}:</span></td> |
|
|
204 |
<td class="row2"> |
|
|
205 |
<input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES} /> |
|
|
206 |
<span class="gen">{L_YES}</span> |
|
|
207 |
<input type="radio" name="allowsmilies" value="0" {ALWAYS_ALLOW_SMILIES_NO} /> |
|
|
208 |
<span class="gen">{L_NO}</span></td> |
|
|
209 |
</tr> |
|
|
210 |
<tr> |
|
|
211 |
<td class="row1"><span class="gen">{L_BOARD_LANGUAGE}:</span></td> |
|
|
212 |
<td class="row2"><span class="gensmall">{LANGUAGE_SELECT}</span></td> |
|
|
213 |
</tr> |
|
|
214 |
<tr> |
|
|
215 |
<td class="row1"><span class="gen">{L_BOARD_STYLE}:</span></td> |
|
|
216 |
<td class="row2"><span class="gensmall">{STYLE_SELECT}</span></td> |
|
|
217 |
</tr> |
|
|
218 |
<tr> |
|
|
219 |
<td class="row1"><span class="gen">{L_TIMEZONE}:</span></td> |
|
|
220 |
<td class="row2"><span class="gensmall">{TIMEZONE_SELECT}</span></td> |
|
|
221 |
</tr> |
|
|
222 |
<tr> |
|
|
223 |
<td class="row1"><span class="gen">{L_DATE_FORMAT}:</span><br /> |
|
|
224 |
<span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td> |
|
|
225 |
<td class="row2"> |
|
|
226 |
<input type="text" name="dateformat" value="{DATE_FORMAT}" maxlength="14" class="post" /> |
|
|
227 |
</td> |
|
|
228 |
</tr> |
|
|
229 |
<!-- BEGIN switch_avatar_block --> |
|
|
230 |
<tr> |
|
|
231 |
<td class="catSides" colspan="2" height="28"> </td> |
|
|
232 |
</tr> |
|
|
233 |
<tr> |
|
|
234 |
<th class="thSides" colspan="2" height="12" valign="middle">{L_AVATAR_PANEL}</th> |
|
|
235 |
</tr> |
|
|
236 |
<tr> |
|
|
237 |
<td class="row1" colspan="2"><table width="70%" cellspacing="2" cellpadding="0" border="0" align="center"> |
|
|
238 |
<tr> |
|
|
239 |
<td width="65%"><span class="gensmall">{L_AVATAR_EXPLAIN}</span></td> |
|
|
240 |
<td align="center"><span class="gensmall">{L_CURRENT_IMAGE}</span><br />{AVATAR}<br /><input type="checkbox" name="avatardel" /> <span class="gensmall">{L_DELETE_AVATAR}</span></td> |
|
|
241 |
</tr> |
|
|
242 |
</table></td> |
|
|
243 |
</tr> |
|
|
244 |
<!-- BEGIN switch_avatar_local_upload --> |
|
|
245 |
<tr> |
|
|
246 |
<td class="row1"><span class="gen">{L_UPLOAD_AVATAR_FILE}:</span></td> |
|
|
247 |
<td class="row2"><input type="hidden" name="MAX_FILE_SIZE" value="{AVATAR_SIZE}" /><input type="file" name="avatar" class="post" style="width:200px" /></td> |
|
|
248 |
</tr> |
|
|
249 |
<!-- END switch_avatar_local_upload --> |
|
|
250 |
<!-- BEGIN switch_avatar_remote_upload --> |
|
|
251 |
<tr> |
|
|
252 |
<td class="row1"><span class="gen">{L_UPLOAD_AVATAR_URL}:</span><br /><span class="gensmall">{L_UPLOAD_AVATAR_URL_EXPLAIN}</span></td> |
|
|
253 |
<td class="row2"><input type="text" name="avatarurl" size="40" class="post" style="width:200px" /></td> |
|
|
254 |
</tr> |
|
|
255 |
<!-- END switch_avatar_remote_upload --> |
|
|
256 |
<!-- BEGIN switch_avatar_remote_link --> |
|
|
257 |
<tr> |
|
|
258 |
<td class="row1"><span class="gen">{L_LINK_REMOTE_AVATAR}:</span><br /><span class="gensmall">{L_LINK_REMOTE_AVATAR_EXPLAIN}</span></td> |
|
|
259 |
<td class="row2"><input type="text" name="avatarremoteurl" size="40" class="post" style="width:200px" /></td> |
|
|
260 |
</tr> |
|
|
261 |
<!-- END switch_avatar_remote_link --> |
|
|
262 |
<!-- BEGIN switch_avatar_local_gallery --> |
|
|
263 |
<tr> |
|
|
264 |
<td class="row1"><span class="gen">{L_AVATAR_GALLERY}:</span></td> |
|
|
265 |
<td class="row2"><input type="submit" name="avatargallery" value="{L_SHOW_GALLERY}" class="liteoption" /></td> |
|
|
266 |
</tr> |
|
|
267 |
<!-- END switch_avatar_local_gallery --> |
|
|
268 |
<!-- END switch_avatar_block --> |
|
|
269 |
<tr> |
|
|
270 |
<td class="catBottom" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" name="reset" class="liteoption" /></td> |
|
|
271 |
</tr> |
|
|
272 |
</table> |
|
|
273 |
|
|
|
274 |
</form> |