831 |
florian |
1 |
{IF ERROR}<div class="PhorumUserError">{ERROR}</div>{/IF}
|
|
|
2 |
{IF OKMSG}<div class="PhorumOkMsg">{OKMSG}</div>{/IF}
|
|
|
3 |
<form action="{URL->ACTION}" method="POST">
|
|
|
4 |
<div class="PhorumStdBlockHeader PhorumHeaderText" style="text-align: left;">{PROFILE->block_title}</div>
|
|
|
5 |
{POST_VARS}
|
|
|
6 |
<input type="hidden" name="panel" value="{PROFILE->PANEL}" />
|
|
|
7 |
<input type="hidden" name="forum_id" value="{PROFILE->forum_id}" />
|
|
|
8 |
<div class="PhorumStdBlock" style="text-align: left;">
|
|
|
9 |
<table class="PhorumFormTable" cellspacing="0" border="0">
|
|
|
10 |
{IF PROFILE->USERPROFILE}
|
|
|
11 |
<tr>
|
|
|
12 |
<td nowrap="nowrap">{LANG->RealName}: </td>
|
|
|
13 |
<td><input type="text" name="real_name" size="30" value="{PROFILE->real_name}" /></td>
|
|
|
14 |
</tr>
|
|
|
15 |
{/IF}
|
|
|
16 |
{IF PROFILE->SIGSETTINGS}
|
|
|
17 |
<tr>
|
|
|
18 |
<td valign="top" nowrap="nowrap">{LANG->Signature}: </td>
|
|
|
19 |
<td width="100%"><textarea name="signature" rows="15" cols="50" style="width: 100%">{PROFILE->signature}</textarea></td>
|
|
|
20 |
</tr>
|
|
|
21 |
{/IF}
|
|
|
22 |
{IF PROFILE->MAILSETTINGS}
|
|
|
23 |
<tr>
|
|
|
24 |
<td valign="top">
|
|
|
25 |
{LANG->Email}*:
|
|
|
26 |
{IF PROFILE->EMAIL_CONFIRM}<br />{LANG->EmailConfirmRequired}{/IF}
|
|
|
27 |
</td>
|
|
|
28 |
<td><input type="text" name="email" size="30" value="{PROFILE->email}" /></td>
|
|
|
29 |
</tr>
|
|
|
30 |
{IF PROFILE->email_temp_part}
|
|
|
31 |
<tr>
|
|
|
32 |
<td valign="top">{LANG->EmailVerify}: </td>
|
|
|
33 |
<td>
|
|
|
34 |
{LANG->EmailVerifyDesc} {PROFILE->email_temp_part}<br>
|
|
|
35 |
{LANG->EmailVerifyEnterCode}: <input type="text" name="email_verify_code" value="" />
|
|
|
36 |
</td>
|
|
|
37 |
</tr>
|
|
|
38 |
{/IF}
|
|
|
39 |
<tr>
|
|
|
40 |
<td colspan="2"><input type="checkbox" name="hide_email" value="1"{PROFILE->hide_email_checked} /> {LANG->AllowSeeEmail}</td>
|
|
|
41 |
</tr>
|
|
|
42 |
{IF PROFILE->show_moderate_options}
|
|
|
43 |
<tr>
|
|
|
44 |
<td colspan="2"><input type="checkbox" name="moderation_email" value="1"{PROFILE->moderation_email_checked} /> {LANG->ReceiveModerationMails}</td>
|
|
|
45 |
</tr>
|
|
|
46 |
{/IF}
|
|
|
47 |
{/IF}
|
|
|
48 |
{IF PROFILE->PRIVACYSETTINGS}
|
|
|
49 |
<tr>
|
|
|
50 |
<td colspan="2"><input type="checkbox" name="hide_email" value="1"{PROFILE->hide_email_checked} /> {LANG->AllowSeeEmail}</td>
|
|
|
51 |
</tr>
|
|
|
52 |
<tr>
|
|
|
53 |
<td colspan="2"><input type="checkbox" name="hide_activity" value="1"{PROFILE->hide_activity_checked} /> {LANG->AllowSeeActivity}</td>
|
|
|
54 |
</tr>
|
|
|
55 |
{/IF}
|
|
|
56 |
{IF PROFILE->BOARDSETTINGS}
|
|
|
57 |
{IF PROFILE->TZSELECTION}
|
|
|
58 |
<tr>
|
|
|
59 |
<td nowrap="nowrap">{LANG->Timezone}: </td>
|
|
|
60 |
<td>
|
|
|
61 |
<select name="tz_offset">
|
|
|
62 |
{LOOP TIMEZONE}
|
|
|
63 |
<option value="{TIMEZONE->tz}"{TIMEZONE->sel}>{TIMEZONE->str}</option>
|
|
|
64 |
{/LOOP TIMEZONE}
|
|
|
65 |
</select>
|
|
|
66 |
</td>
|
|
|
67 |
</tr>
|
|
|
68 |
<tr>
|
|
|
69 |
<td nowrap="nowrap">{LANG->IsDST}: </td>
|
|
|
70 |
<td><input type="checkbox" name="is_dst" value="1"{IF PROFILE->is_dst 1} checked="checked"{/IF}></td>
|
|
|
71 |
</tr>
|
|
|
72 |
{/IF}
|
|
|
73 |
<tr>
|
|
|
74 |
<td nowrap="nowrap">{LANG->Language}: </td>
|
|
|
75 |
<td>
|
|
|
76 |
<select name="user_language">
|
|
|
77 |
{LOOP LANGUAGES}
|
|
|
78 |
<option value="{LANGUAGES->file}"{LANGUAGES->sel}>{LANGUAGES->name}</option>
|
|
|
79 |
{/LOOP LANGUAGES}
|
|
|
80 |
</select>
|
|
|
81 |
</td>
|
|
|
82 |
</tr>
|
|
|
83 |
{IF PROFILE->TMPLSELECTION}
|
|
|
84 |
<tr>
|
|
|
85 |
<td nowrap="nowrap">{LANG->Template}: </td>
|
|
|
86 |
<td>
|
|
|
87 |
<select name="user_template">
|
|
|
88 |
{LOOP TEMPLATES}
|
|
|
89 |
<option value="{TEMPLATES->file}"{TEMPLATES->sel}>{TEMPLATES->name}</option>
|
|
|
90 |
{/LOOP TEMPLATES}
|
|
|
91 |
</select>
|
|
|
92 |
</td>
|
|
|
93 |
</tr>
|
|
|
94 |
{/IF}
|
|
|
95 |
<tr>
|
|
|
96 |
<td nowrap="nowrap">{LANG->ThreadViewList}: </td>
|
|
|
97 |
<td>
|
|
|
98 |
<select name="threaded_list">
|
|
|
99 |
<option value="0">{LANG->Default}</option>
|
|
|
100 |
<option value="1" {IF PROFILE->threaded_list}selected{/IF}>{LANG->ViewThreaded}</option>
|
|
|
101 |
<option value="2" {IF PROFILE->threaded_list 2}selected{/IF}>{LANG->ViewFlat}</option>
|
|
|
102 |
</select>
|
|
|
103 |
</td>
|
|
|
104 |
</tr>
|
|
|
105 |
<tr>
|
|
|
106 |
<td nowrap="nowrap">{LANG->ThreadViewRead}: </td>
|
|
|
107 |
<td>
|
|
|
108 |
<select name="threaded_read">
|
|
|
109 |
<option value="0">{LANG->Default}</option>
|
|
|
110 |
<option value="1" {IF PROFILE->threaded_read}selected{/IF}>{LANG->ViewThreaded}</option>
|
|
|
111 |
<option value="2" {IF PROFILE->threaded_read 2}selected{/IF}>{LANG->ViewFlat}</option>
|
|
|
112 |
</select>
|
|
|
113 |
</td>
|
|
|
114 |
</tr>
|
|
|
115 |
<tr>
|
|
|
116 |
<td nowrap="nowrap">{LANG->EnableNotifyDefault}: </td>
|
|
|
117 |
<td>
|
|
|
118 |
<select name="email_notify">
|
|
|
119 |
<option value="0"{IF PROFILE->email_notify 0} selected="selected" {/IF}>{LANG->No}</option>
|
|
|
120 |
<option value="1"{IF PROFILE->email_notify 1} selected="selected" {/IF}>{LANG->Yes}</option>
|
|
|
121 |
</select>
|
|
|
122 |
</td>
|
|
|
123 |
</tr>
|
|
|
124 |
<tr>
|
|
|
125 |
<td nowrap="nowrap">{LANG->AddSigDefault}: </td>
|
|
|
126 |
<td>
|
|
|
127 |
<select name="show_signature">
|
|
|
128 |
<option value="0"{IF PROFILE->show_signature 0} selected="selected" {/IF}>{LANG->No}</option>
|
|
|
129 |
<option value="1"{IF PROFILE->show_signature 1} selected="selected" {/IF}>{LANG->Yes}</option>
|
|
|
130 |
</select>
|
|
|
131 |
</td>
|
|
|
132 |
</tr>
|
|
|
133 |
<tr>
|
|
|
134 |
<td nowrap="nowrap">{LANG->PMNotifyEnableSetting}: </td>
|
|
|
135 |
<td>
|
|
|
136 |
<select name="pm_email_notify">
|
|
|
137 |
<option value="0"{IF PROFILE->pm_email_notify 0} selected="selected" {/IF}>{LANG->No}</option>
|
|
|
138 |
<option value="1"{IF PROFILE->pm_email_notify 1} selected="selected" {/IF}>{LANG->Yes}</option>
|
|
|
139 |
</select>
|
|
|
140 |
</td>
|
|
|
141 |
</tr>
|
|
|
142 |
{/IF}
|
|
|
143 |
{IF PROFILE->CHANGEPASSWORD}
|
|
|
144 |
<tr>
|
|
|
145 |
<td nowrap="nowrap">{LANG->Password}*: </td>
|
|
|
146 |
<td><input type="password" name="password" size="30" value="" /></td>
|
|
|
147 |
</tr>
|
|
|
148 |
<tr>
|
|
|
149 |
<td nowrap="nowrap"> </td>
|
|
|
150 |
<td><input type="password" name="password2" size="30" value="" /> ({LANG->again})</td>
|
|
|
151 |
</tr>
|
|
|
152 |
{/IF}
|
|
|
153 |
{HOOK tpl_cc_usersettings PROFILE}
|
|
|
154 |
</table>
|
|
|
155 |
<div style="float: left; margin-top: 5px;">*{LANG->Required}</div>
|
|
|
156 |
<div style="margin-top: 3px;" align="center"><input type="submit" class="PhorumSubmit" value=" {LANG->Submit} " /></div>
|
|
|
157 |
</div>
|
|
|
158 |
</form>
|