182 |
kaklik |
1 |
|
|
|
2 |
<h1>{L_CONFIGURATION_TITLE}</h1> |
|
|
3 |
|
|
|
4 |
<p>{L_CONFIGURATION_EXPLAIN}</p> |
|
|
5 |
|
|
|
6 |
<form action="{S_CONFIG_ACTION}" method="post"><table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> |
|
|
7 |
<tr> |
|
|
8 |
<th class="thHead" colspan="2">{L_GENERAL_SETTINGS}</th> |
|
|
9 |
</tr> |
|
|
10 |
<tr> |
|
|
11 |
<td class="row1">{L_SERVER_NAME}</td> |
|
|
12 |
<td class="row2"><input class="post" type="text" maxlength="255" size="40" name="server_name" value="{SERVER_NAME}" /></td> |
|
|
13 |
</tr> |
|
|
14 |
<tr> |
|
|
15 |
<td class="row1">{L_SERVER_PORT}<br /><span class="gensmall">{L_SERVER_PORT_EXPLAIN}</span></td> |
|
|
16 |
<td class="row2"><input class="post" type="text" maxlength="5" size="5" name="server_port" value="{SERVER_PORT}" /></td> |
|
|
17 |
</tr> |
|
|
18 |
<tr> |
|
|
19 |
<td class="row1">{L_SCRIPT_PATH}<br /><span class="gensmall">{L_SCRIPT_PATH_EXPLAIN}</span></td> |
|
|
20 |
<td class="row2"><input class="post" type="text" maxlength="255" name="script_path" value="{SCRIPT_PATH}" /></td> |
|
|
21 |
</tr> |
|
|
22 |
<tr> |
|
|
23 |
<td class="row1">{L_SITE_NAME}<br /><span class="gensmall">{L_SITE_NAME_EXPLAIN}</span></td> |
|
|
24 |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}" /></td> |
|
|
25 |
</tr> |
|
|
26 |
<tr> |
|
|
27 |
<td class="row1">{L_SITE_DESCRIPTION}</td> |
|
|
28 |
<td class="row2"><input class="post" type="text" size="40" maxlength="255" name="site_desc" value="{SITE_DESCRIPTION}" /></td> |
|
|
29 |
</tr> |
|
|
30 |
<tr> |
|
|
31 |
<td class="row1">{L_DISABLE_BOARD}<br /><span class="gensmall">{L_DISABLE_BOARD_EXPLAIN}</span></td> |
|
|
32 |
<td class="row2"><input type="radio" name="board_disable" value="1" {S_DISABLE_BOARD_YES} /> {L_YES} <input type="radio" name="board_disable" value="0" {S_DISABLE_BOARD_NO} /> {L_NO}</td> |
|
|
33 |
</tr> |
|
|
34 |
<tr> |
|
|
35 |
<td class="row1">{L_ACCT_ACTIVATION}</td> |
|
|
36 |
<td class="row2"><input type="radio" name="require_activation" value="{ACTIVATION_NONE}" {ACTIVATION_NONE_CHECKED} />{L_NONE} <input type="radio" name="require_activation" value="{ACTIVATION_USER}" {ACTIVATION_USER_CHECKED} />{L_USER} <input type="radio" name="require_activation" value="{ACTIVATION_ADMIN}" {ACTIVATION_ADMIN_CHECKED} />{L_ADMIN}</td> |
|
|
37 |
</tr> |
|
|
38 |
<tr> |
|
|
39 |
<td class="row1">{L_VISUAL_CONFIRM}<br /><span class="gensmall">{L_VISUAL_CONFIRM_EXPLAIN}</span></td> |
|
|
40 |
<td class="row2"><input type="radio" name="enable_confirm" value="1" {CONFIRM_ENABLE} />{L_YES} <input type="radio" name="enable_confirm" value="0" {CONFIRM_DISABLE} />{L_NO}</td> |
|
|
41 |
</tr> |
|
|
42 |
<tr> |
|
|
43 |
<td class="row1">{L_ALLOW_AUTOLOGIN}<br /><span class="gensmall">{L_ALLOW_AUTOLOGIN_EXPLAIN}</span></td> |
|
|
44 |
<td class="row2"><input type="radio" name="allow_autologin" value="1" {ALLOW_AUTOLOGIN_YES} />{L_YES} <input type="radio" name="allow_autologin" value="0" {ALLOW_AUTOLOGIN_NO} />{L_NO}</td> |
|
|
45 |
</tr> |
|
|
46 |
<tr> |
|
|
47 |
<td class="row1">{L_AUTOLOGIN_TIME} <br /><span class="gensmall">{L_AUTOLOGIN_TIME_EXPLAIN}</span></td> |
|
|
48 |
<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="max_autologin_time" value="{AUTOLOGIN_TIME}" /></td> |
|
|
49 |
</tr> |
|
|
50 |
<tr> |
|
|
51 |
<td class="row1">{L_BOARD_EMAIL_FORM}<br /><span class="gensmall">{L_BOARD_EMAIL_FORM_EXPLAIN}</span></td> |
|
|
52 |
<td class="row2"><input type="radio" name="board_email_form" value="1" {BOARD_EMAIL_FORM_ENABLE} /> {L_ENABLED} <input type="radio" name="board_email_form" value="0" {BOARD_EMAIL_FORM_DISABLE} /> {L_DISABLED}</td> |
|
|
53 |
</tr> |
|
|
54 |
<tr> |
|
|
55 |
<td class="row1">{L_FLOOD_INTERVAL} <br /><span class="gensmall">{L_FLOOD_INTERVAL_EXPLAIN}</span></td> |
|
|
56 |
<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="flood_interval" value="{FLOOD_INTERVAL}" /></td> |
|
|
57 |
</tr> |
|
|
58 |
<tr> |
|
|
59 |
<td class="row1">{L_SEARCH_FLOOD_INTERVAL} <br /><span class="gensmall">{L_SEARCH_FLOOD_INTERVAL_EXPLAIN}</span></td> |
|
|
60 |
<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="search_flood_interval" value="{SEARCH_FLOOD_INTERVAL}" /></td> |
|
|
61 |
</tr> |
|
|
62 |
<tr> |
|
|
63 |
<td class="row1">{L_MAX_LOGIN_ATTEMPTS}<br /><span class="gensmall">{L_MAX_LOGIN_ATTEMPTS_EXPLAIN}</span></td> |
|
|
64 |
<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="max_login_attempts" value="{MAX_LOGIN_ATTEMPTS}" /></td> |
|
|
65 |
</tr> |
|
|
66 |
<tr> |
|
|
67 |
<td class="row1">{L_LOGIN_RESET_TIME}<br /><span class="gensmall">{L_LOGIN_RESET_TIME_EXPLAIN}</span></td> |
|
|
68 |
<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="login_reset_time" value="{LOGIN_RESET_TIME}" /></td> |
|
|
69 |
</tr> |
|
|
70 |
<tr> |
|
|
71 |
<td class="row1">{L_TOPICS_PER_PAGE}</td> |
|
|
72 |
<td class="row2"><input class="post" type="text" name="topics_per_page" size="3" maxlength="4" value="{TOPICS_PER_PAGE}" /></td> |
|
|
73 |
</tr> |
|
|
74 |
<tr> |
|
|
75 |
<td class="row1">{L_POSTS_PER_PAGE}</td> |
|
|
76 |
<td class="row2"><input class="post" type="text" name="posts_per_page" size="3" maxlength="4" value="{POSTS_PER_PAGE}" /></td> |
|
|
77 |
</tr> |
|
|
78 |
<tr> |
|
|
79 |
<td class="row1">{L_HOT_THRESHOLD}</td> |
|
|
80 |
<td class="row2"><input class="post" type="text" name="hot_threshold" size="3" maxlength="4" value="{HOT_TOPIC}" /></td> |
|
|
81 |
</tr> |
|
|
82 |
<tr> |
|
|
83 |
<td class="row1">{L_DEFAULT_STYLE}</td> |
|
|
84 |
<td class="row2">{STYLE_SELECT}</td> |
|
|
85 |
</tr> |
|
|
86 |
<tr> |
|
|
87 |
<td class="row1">{L_OVERRIDE_STYLE}<br /><span class="gensmall">{L_OVERRIDE_STYLE_EXPLAIN}</span></td> |
|
|
88 |
<td class="row2"><input type="radio" name="override_user_style" value="1" {OVERRIDE_STYLE_YES} /> {L_YES} <input type="radio" name="override_user_style" value="0" {OVERRIDE_STYLE_NO} /> {L_NO}</td> |
|
|
89 |
</tr> |
|
|
90 |
<tr> |
|
|
91 |
<td class="row1">{L_DEFAULT_LANGUAGE}</td> |
|
|
92 |
<td class="row2">{LANG_SELECT}</td> |
|
|
93 |
</tr> |
|
|
94 |
<tr> |
|
|
95 |
<td class="row1">{L_DATE_FORMAT}<br /><span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td> |
|
|
96 |
<td class="row2"><input class="post" type="text" name="default_dateformat" value="{DEFAULT_DATEFORMAT}" /></td> |
|
|
97 |
</tr> |
|
|
98 |
<tr> |
|
|
99 |
<td class="row1">{L_SYSTEM_TIMEZONE}</td> |
|
|
100 |
<td class="row2">{TIMEZONE_SELECT}</td> |
|
|
101 |
</tr> |
|
|
102 |
<tr> |
|
|
103 |
<td class="row1">{L_ENABLE_GZIP}</td> |
|
|
104 |
<td class="row2"><input type="radio" name="gzip_compress" value="1" {GZIP_YES} /> {L_YES} <input type="radio" name="gzip_compress" value="0" {GZIP_NO} /> {L_NO}</td> |
|
|
105 |
</tr> |
|
|
106 |
<tr> |
|
|
107 |
<td class="row1">{L_ENABLE_PRUNE}</td> |
|
|
108 |
<td class="row2"><input type="radio" name="prune_enable" value="1" {PRUNE_YES} /> {L_YES} <input type="radio" name="prune_enable" value="0" {PRUNE_NO} /> {L_NO}</td> |
|
|
109 |
</tr> |
|
|
110 |
<tr> |
|
|
111 |
<th class="thHead" colspan="2">{L_COOKIE_SETTINGS}</th> |
|
|
112 |
</tr> |
|
|
113 |
<tr> |
|
|
114 |
<td class="row2" colspan="2"><span class="gensmall">{L_COOKIE_SETTINGS_EXPLAIN}</span></td> |
|
|
115 |
</tr> |
|
|
116 |
<tr> |
|
|
117 |
<td class="row1">{L_COOKIE_DOMAIN}</td> |
|
|
118 |
<td class="row2"><input class="post" type="text" maxlength="255" name="cookie_domain" value="{COOKIE_DOMAIN}" /></td> |
|
|
119 |
</tr> |
|
|
120 |
<tr> |
|
|
121 |
<td class="row1">{L_COOKIE_NAME}</td> |
|
|
122 |
<td class="row2"><input class="post" type="text" maxlength="16" name="cookie_name" value="{COOKIE_NAME}" /></td> |
|
|
123 |
</tr> |
|
|
124 |
<tr> |
|
|
125 |
<td class="row1">{L_COOKIE_PATH}</td> |
|
|
126 |
<td class="row2"><input class="post" type="text" maxlength="255" name="cookie_path" value="{COOKIE_PATH}" /></td> |
|
|
127 |
</tr> |
|
|
128 |
<tr> |
|
|
129 |
<td class="row1">{L_COOKIE_SECURE}<br /><span class="gensmall">{L_COOKIE_SECURE_EXPLAIN}</span></td> |
|
|
130 |
<td class="row2"><input type="radio" name="cookie_secure" value="0" {S_COOKIE_SECURE_DISABLED} />{L_DISABLED} <input type="radio" name="cookie_secure" value="1" {S_COOKIE_SECURE_ENABLED} />{L_ENABLED}</td> |
|
|
131 |
</tr> |
|
|
132 |
<tr> |
|
|
133 |
<td class="row1">{L_SESSION_LENGTH}</td> |
|
|
134 |
<td class="row2"><input class="post" type="text" maxlength="5" size="5" name="session_length" value="{SESSION_LENGTH}" /></td> |
|
|
135 |
</tr> |
|
|
136 |
<tr> |
|
|
137 |
<th class="thHead" colspan="2">{L_PRIVATE_MESSAGING}</th> |
|
|
138 |
</tr> |
|
|
139 |
<tr> |
|
|
140 |
<td class="row1">{L_DISABLE_PRIVATE_MESSAGING}</td> |
|
|
141 |
<td class="row2"><input type="radio" name="privmsg_disable" value="0" {S_PRIVMSG_ENABLED} />{L_ENABLED} <input type="radio" name="privmsg_disable" value="1" {S_PRIVMSG_DISABLED} />{L_DISABLED}</td> |
|
|
142 |
</tr> |
|
|
143 |
<tr> |
|
|
144 |
<td class="row1">{L_INBOX_LIMIT}</td> |
|
|
145 |
<td class="row2"><input class="post" type="text" maxlength="4" size="4" name="max_inbox_privmsgs" value="{INBOX_LIMIT}" /></td> |
|
|
146 |
</tr> |
|
|
147 |
<tr> |
|
|
148 |
<td class="row1">{L_SENTBOX_LIMIT}</td> |
|
|
149 |
<td class="row2"><input class="post" type="text" maxlength="4" size="4" name="max_sentbox_privmsgs" value="{SENTBOX_LIMIT}" /></td> |
|
|
150 |
</tr> |
|
|
151 |
<tr> |
|
|
152 |
<td class="row1">{L_SAVEBOX_LIMIT}</td> |
|
|
153 |
<td class="row2"><input class="post" type="text" maxlength="4" size="4" name="max_savebox_privmsgs" value="{SAVEBOX_LIMIT}" /></td> |
|
|
154 |
</tr> |
|
|
155 |
<tr> |
|
|
156 |
<th class="thHead" colspan="2">{L_ABILITIES_SETTINGS}</th> |
|
|
157 |
</tr> |
|
|
158 |
<tr> |
|
|
159 |
<td class="row1">{L_MAX_POLL_OPTIONS}</td> |
|
|
160 |
<td class="row2"><input class="post" type="text" name="max_poll_options" size="4" maxlength="4" value="{MAX_POLL_OPTIONS}" /></td> |
|
|
161 |
</tr> |
|
|
162 |
<tr> |
|
|
163 |
<td class="row1">{L_ALLOW_HTML}</td> |
|
|
164 |
<td class="row2"><input type="radio" name="allow_html" value="1" {HTML_YES} /> {L_YES} <input type="radio" name="allow_html" value="0" {HTML_NO} /> {L_NO}</td> |
|
|
165 |
</tr> |
|
|
166 |
<tr> |
|
|
167 |
<td class="row1">{L_ALLOWED_TAGS}<br /><span class="gensmall">{L_ALLOWED_TAGS_EXPLAIN}</span></td> |
|
|
168 |
<td class="row2"><input class="post" type="text" size="30" maxlength="255" name="allow_html_tags" value="{HTML_TAGS}" /></td> |
|
|
169 |
</tr> |
|
|
170 |
<tr> |
|
|
171 |
<td class="row1">{L_ALLOW_BBCODE}</td> |
|
|
172 |
<td class="row2"><input type="radio" name="allow_bbcode" value="1" {BBCODE_YES} /> {L_YES} <input type="radio" name="allow_bbcode" value="0" {BBCODE_NO} /> {L_NO}</td> |
|
|
173 |
</tr> |
|
|
174 |
<tr> |
|
|
175 |
<td class="row1">{L_ALLOW_SMILIES}</td> |
|
|
176 |
<td class="row2"><input type="radio" name="allow_smilies" value="1" {SMILE_YES} /> {L_YES} <input type="radio" name="allow_smilies" value="0" {SMILE_NO} /> {L_NO}</td> |
|
|
177 |
</tr> |
|
|
178 |
<tr> |
|
|
179 |
<td class="row1">{L_SMILIES_PATH} <br /><span class="gensmall">{L_SMILIES_PATH_EXPLAIN}</span></td> |
|
|
180 |
<td class="row2"><input class="post" type="text" size="20" maxlength="255" name="smilies_path" value="{SMILIES_PATH}" /></td> |
|
|
181 |
</tr> |
|
|
182 |
<tr> |
|
|
183 |
<td class="row1">{L_ALLOW_SIG}</td> |
|
|
184 |
<td class="row2"><input type="radio" name="allow_sig" value="1" {SIG_YES} /> {L_YES} <input type="radio" name="allow_sig" value="0" {SIG_NO} /> {L_NO}</td> |
|
|
185 |
</tr> |
|
|
186 |
<tr> |
|
|
187 |
<td class="row1">{L_MAX_SIG_LENGTH}<br /><span class="gensmall">{L_MAX_SIG_LENGTH_EXPLAIN}</span></td> |
|
|
188 |
<td class="row2"><input class="post" type="text" size="5" maxlength="4" name="max_sig_chars" value="{SIG_SIZE}" /></td> |
|
|
189 |
</tr> |
|
|
190 |
<tr> |
|
|
191 |
<td class="row1">{L_ALLOW_NAME_CHANGE}</td> |
|
|
192 |
<td class="row2"><input type="radio" name="allow_namechange" value="1" {NAMECHANGE_YES} /> {L_YES} <input type="radio" name="allow_namechange" value="0" {NAMECHANGE_NO} /> {L_NO}</td> |
|
|
193 |
</tr> |
|
|
194 |
<tr> |
|
|
195 |
<th class="thHead" colspan="2">{L_AVATAR_SETTINGS}</th> |
|
|
196 |
</tr> |
|
|
197 |
<tr> |
|
|
198 |
<td class="row1">{L_ALLOW_LOCAL}</td> |
|
|
199 |
<td class="row2"><input type="radio" name="allow_avatar_local" value="1" {AVATARS_LOCAL_YES} /> {L_YES} <input type="radio" name="allow_avatar_local" value="0" {AVATARS_LOCAL_NO} /> {L_NO}</td> |
|
|
200 |
</tr> |
|
|
201 |
<tr> |
|
|
202 |
<td class="row1">{L_ALLOW_REMOTE} <br /><span class="gensmall">{L_ALLOW_REMOTE_EXPLAIN}</span></td> |
|
|
203 |
<td class="row2"><input type="radio" name="allow_avatar_remote" value="1" {AVATARS_REMOTE_YES} /> {L_YES} <input type="radio" name="allow_avatar_remote" value="0" {AVATARS_REMOTE_NO} /> {L_NO}</td> |
|
|
204 |
</tr> |
|
|
205 |
<tr> |
|
|
206 |
<td class="row1">{L_ALLOW_UPLOAD}</td> |
|
|
207 |
<td class="row2"><input type="radio" name="allow_avatar_upload" value="1" {AVATARS_UPLOAD_YES} /> {L_YES} <input type="radio" name="allow_avatar_upload" value="0" {AVATARS_UPLOAD_NO} /> {L_NO}</td> |
|
|
208 |
</tr> |
|
|
209 |
<tr> |
|
|
210 |
<td class="row1">{L_MAX_FILESIZE}<br /><span class="gensmall">{L_MAX_FILESIZE_EXPLAIN}</span></td> |
|
|
211 |
<td class="row2"><input class="post" type="text" size="4" maxlength="10" name="avatar_filesize" value="{AVATAR_FILESIZE}" /> Bytes</td> |
|
|
212 |
</tr> |
|
|
213 |
<tr> |
|
|
214 |
<td class="row1">{L_MAX_AVATAR_SIZE} <br /> |
|
|
215 |
<span class="gensmall">{L_MAX_AVATAR_SIZE_EXPLAIN}</span> |
|
|
216 |
</td> |
|
|
217 |
<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="avatar_max_height" value="{AVATAR_MAX_HEIGHT}" /> x <input class="post" type="text" size="3" maxlength="4" name="avatar_max_width" value="{AVATAR_MAX_WIDTH}"></td> |
|
|
218 |
</tr> |
|
|
219 |
<tr> |
|
|
220 |
<td class="row1">{L_AVATAR_STORAGE_PATH} <br /><span class="gensmall">{L_AVATAR_STORAGE_PATH_EXPLAIN}</span></td> |
|
|
221 |
<td class="row2"><input class="post" type="text" size="20" maxlength="255" name="avatar_path" value="{AVATAR_PATH}" /></td> |
|
|
222 |
</tr> |
|
|
223 |
<tr> |
|
|
224 |
<td class="row1">{L_AVATAR_GALLERY_PATH} <br /><span class="gensmall">{L_AVATAR_GALLERY_PATH_EXPLAIN}</span></td> |
|
|
225 |
<td class="row2"><input class="post" type="text" size="20" maxlength="255" name="avatar_gallery_path" value="{AVATAR_GALLERY_PATH}" /></td> |
|
|
226 |
</tr> |
|
|
227 |
<tr> |
|
|
228 |
<th class="thHead" colspan="2">{L_COPPA_SETTINGS}</th> |
|
|
229 |
</tr> |
|
|
230 |
<tr> |
|
|
231 |
<td class="row1">{L_COPPA_FAX}</td> |
|
|
232 |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="coppa_fax" value="{COPPA_FAX}" /></td> |
|
|
233 |
</tr> |
|
|
234 |
<tr> |
|
|
235 |
<td class="row1">{L_COPPA_MAIL}<br /><span class="gensmall">{L_COPPA_MAIL_EXPLAIN}</span></td> |
|
|
236 |
<td class="row2"><textarea name="coppa_mail" rows="5" cols="30">{COPPA_MAIL}</textarea></td> |
|
|
237 |
</tr> |
|
|
238 |
|
|
|
239 |
<tr> |
|
|
240 |
<th class="thHead" colspan="2">{L_EMAIL_SETTINGS}</th> |
|
|
241 |
</tr> |
|
|
242 |
<tr> |
|
|
243 |
<td class="row1">{L_ADMIN_EMAIL}</td> |
|
|
244 |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="board_email" value="{EMAIL_FROM}" /></td> |
|
|
245 |
</tr> |
|
|
246 |
<tr> |
|
|
247 |
<td class="row1">{L_EMAIL_SIG}<br /><span class="gensmall">{L_EMAIL_SIG_EXPLAIN}</span></td> |
|
|
248 |
<td class="row2"><textarea name="board_email_sig" rows="5" cols="30">{EMAIL_SIG}</textarea></td> |
|
|
249 |
</tr> |
|
|
250 |
<tr> |
|
|
251 |
<td class="row1">{L_USE_SMTP}<br /><span class="gensmall">{L_USE_SMTP_EXPLAIN}</span></td> |
|
|
252 |
<td class="row2"><input type="radio" name="smtp_delivery" value="1" {SMTP_YES} /> {L_YES} <input type="radio" name="smtp_delivery" value="0" {SMTP_NO} /> {L_NO}</td> |
|
|
253 |
</tr> |
|
|
254 |
<tr> |
|
|
255 |
<td class="row1">{L_SMTP_SERVER}</td> |
|
|
256 |
<td class="row2"><input class="post" type="text" name="smtp_host" value="{SMTP_HOST}" size="25" maxlength="50" /></td> |
|
|
257 |
</tr> |
|
|
258 |
<tr> |
|
|
259 |
<td class="row1">{L_SMTP_USERNAME}<br /><span class="gensmall">{L_SMTP_USERNAME_EXPLAIN}</span></td> |
|
|
260 |
<td class="row2"><input class="post" type="text" name="smtp_username" value="{SMTP_USERNAME}" size="25" maxlength="255" /></td> |
|
|
261 |
</tr> |
|
|
262 |
<tr> |
|
|
263 |
<td class="row1">{L_SMTP_PASSWORD}<br /><span class="gensmall">{L_SMTP_PASSWORD_EXPLAIN}</span></td> |
|
|
264 |
<td class="row2"><input class="post" type="password" name="smtp_password" value="{SMTP_PASSWORD}" size="25" maxlength="255" /></td> |
|
|
265 |
</tr> |
|
|
266 |
<tr> |
|
|
267 |
<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /> |
|
|
268 |
</td> |
|
|
269 |
</tr> |
|
|
270 |
</table></form> |
|
|
271 |
|
|
|
272 |
<br clear="all" /> |