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