Revision 1678
Added by Dietmar over 12 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
12 | 12 |
=============================================================================== |
13 | 13 |
|
14 | 14 |
|
15 |
24 Apr-2012 Build 1677 Dietmar Woellbrink (Luisehahne) |
|
15 |
27 Apr-2012 Build 1678 Dietmar Woellbrink (Luisehahne) |
|
16 |
# validation fix in print_footer, class.database |
|
17 |
! replace settings and default header |
|
18 |
27 Apr-2012 Build 1677 Dietmar Woellbrink (Luisehahne) |
|
16 | 19 |
! preparing new groups management and page settings |
17 | 20 |
! upgrade-script insert or update page access files |
18 | 21 |
24 Apr-2012 Build 1676 Dietmar Woellbrink (Luisehahne) |
branches/2.8.x/wb/admin/skel/themes/htt/settings.htt | ||
---|---|---|
6 | 6 |
|
7 | 7 |
{FTAN} |
8 | 8 |
|
9 |
<table summary="" width="957" cellpadding="3" cellspacing="0" border="0" align="center" class="settings_table" style="table-layout: fixed;">
|
|
9 |
<table summary="" cellpadding="3" cellspacing="0" border="0" align="center" class="settings_table">
|
|
10 | 10 |
<tr> |
11 |
<td colspan="5"><h2>{HEADING_GENERAL_SETTINGS}</h2></td>
|
|
11 |
<td colspan="3"><h2>{HEADING_GENERAL_SETTINGS}</h2></td>
|
|
12 | 12 |
</tr> |
13 | 13 |
<tr> |
14 | 14 |
<td class="setting_name">{TEXT_WEBSITE_TITLE}:</td> |
15 |
<td class="setting_value" colspan="4">
|
|
15 |
<td class="setting_value" colspan="2">
|
|
16 | 16 |
<input type="text" name="website_title" value="{WEBSITE_TITLE}" /> |
17 | 17 |
</td> |
18 | 18 |
</tr> |
19 | 19 |
<tr> |
20 | 20 |
<td class="setting_name">{TEXT_WEBSITE_DESCRIPTION}:</td> |
21 |
<td class="setting_value" colspan="4">
|
|
21 |
<td class="setting_value" colspan="2">
|
|
22 | 22 |
<textarea name="website_description" cols="50" rows="3">{WEBSITE_DESCRIPTION}</textarea> |
23 | 23 |
</td> |
24 | 24 |
</tr> |
25 | 25 |
<tr> |
26 | 26 |
<td class="setting_name">{TEXT_WEBSITE_KEYWORDS}:</td> |
27 |
<td class="setting_value" colspan="4">
|
|
27 |
<td class="setting_value" colspan="2">
|
|
28 | 28 |
<textarea name="website_keywords" cols="50" rows="3" >{WEBSITE_KEYWORDS}</textarea> |
29 | 29 |
</td> |
30 | 30 |
</tr> |
31 | 31 |
<tr> |
32 | 32 |
<td class="setting_name">{TEXT_WEBSITE_HEADER}:</td> |
33 |
<td class="setting_value" colspan="4">
|
|
33 |
<td class="setting_value" colspan="2">
|
|
34 | 34 |
<textarea name="website_header" cols="50" rows="3">{WEBSITE_HEADER}</textarea> |
35 | 35 |
</td> |
36 | 36 |
</tr> |
37 | 37 |
<tr> |
38 | 38 |
<td class="setting_name">{TEXT_WEBSITE_FOOTER}:</td> |
39 |
<td class="setting_value" colspan="4">
|
|
39 |
<td class="setting_value" colspan="2">
|
|
40 | 40 |
<textarea name="website_footer" cols="50" rows="3">{WEBSITE_FOOTER}</textarea> |
41 | 41 |
</td> |
42 | 42 |
</tr> |
43 |
</table> |
|
44 |
<table summary="" cellpadding="3" cellspacing="0" border="0" align="center" class="settings_table"> |
|
43 | 45 |
<!-- BEGIN show_page_level_limit_block --> |
44 | 46 |
<tr{DISPLAY_ADVANCED}> |
45 | 47 |
<td class="setting_name">{TEXT_PAGE_LEVEL_LIMIT}:</td> |
46 |
<td class="setting_value" colspan="4">
|
|
48 |
<td class="setting_value" colspan="2">
|
|
47 | 49 |
<select name="page_level_limit"> |
48 | 50 |
<!-- BEGIN page_level_limit_list_block --> |
49 | 51 |
<option value="{NUMBER}"{SELECTED}>{NUMBER}</option> |
... | ... | |
54 | 56 |
<!-- END show_page_level_limit_block --> |
55 | 57 |
<tr> |
56 | 58 |
<td class="setting_name">{TEXT_PAGE_TRASH}:</td> |
57 |
<td class="setting_value" colspan="4">
|
|
59 |
<td class="setting_value" colspan="2">
|
|
58 | 60 |
<input type="radio" name="page_trash" id="page_trash_inline" style="width: 14px; height: 14px;" value="inline"{PAGE_TRASH_INLINE} /> |
59 | 61 |
<label for="page_trash_inline">{TEXT_ENABLED}</label> |
60 | 62 |
<input type="radio" name="page_trash" id="page_trash_disabled" style="width: 14px; height: 14px;" value="disabled"{PAGE_TRASH_DISABLED} /> |
... | ... | |
68 | 70 |
<!-- BEGIN show_checkbox_1_block --> |
69 | 71 |
<tr{DISPLAY_ADVANCED}> |
70 | 72 |
<td class="setting_name">{TEXT_PAGE_LANGUAGES}:</td> |
71 |
<td class="setting_value" colspan="4">
|
|
73 |
<td class="setting_value" colspan="2">
|
|
72 | 74 |
<input type="radio" name="page_languages" id="page_languages_true" style="width: 14px; height: 14px;" value="true"{PAGE_LANGUAGES_ENABLED} /> |
73 | 75 |
<label for="page_languages_true">{TEXT_ENABLED}</label> |
74 | 76 |
<input type="radio" name="page_languages" id="page_languages_false" style="width: 14px; height: 14px;" value="false"{PAGE_LANGUAGES_DISABLED} /> |
... | ... | |
77 | 79 |
</tr> |
78 | 80 |
<tr{DISPLAY_ADVANCED}> |
79 | 81 |
<td class="setting_name">{TEXT_MULTIPLE_MENUS}:</td> |
80 |
<td class="setting_value" colspan="4">
|
|
82 |
<td class="setting_value" colspan="2">
|
|
81 | 83 |
<input type="radio" name="multiple_menus" id="multiple_menus_true" style="width: 14px; height: 14px;" value="true"{MULTIPLE_MENUS_ENABLED} /> |
82 | 84 |
<label for="multiple_menus_true">{TEXT_ENABLED}</label> |
83 | 85 |
<input type="radio" name="multiple_menus" id="multiple_menus_false" style="width: 14px; height: 14px;" value="false"{MULTIPLE_MENUS_DISABLED} /> |
... | ... | |
87 | 89 |
<!-- END show_checkbox_1_block --> |
88 | 90 |
<tr> |
89 | 91 |
<td class="setting_name">{TEXT_HOME_FOLDERS}:</td> |
90 |
<td class="setting_value" colspan="4">
|
|
92 |
<td class="setting_value" colspan="2">
|
|
91 | 93 |
<input type="radio" name="home_folders" id="home_folders_true" style="width: 14px; height: 14px;" value="true"{HOME_FOLDERS_ENABLED} /> |
92 | 94 |
<label for="home_folders_true">{TEXT_ENABLED}</label> |
93 | 95 |
<input type="radio" name="home_folders" id="home_folders_false" style="width: 14px; height: 14px;" value="false"{HOME_FOLDERS_DISABLED} /> |
... | ... | |
97 | 99 |
<!-- BEGIN show_checkbox_2_block --> |
98 | 100 |
<tr{DISPLAY_ADVANCED}> |
99 | 101 |
<td class="setting_name">{TEXT_MANAGE_SECTIONS}:</td> |
100 |
<td class="setting_value" colspan="4">
|
|
102 |
<td class="setting_value" colspan="2">
|
|
101 | 103 |
<input type="radio" name="manage_sections" id="manage_sections_true" style="width: 14px; height: 14px;" value="true"{MANAGE_SECTIONS_ENABLED} /> |
102 | 104 |
<label for="manage_sections_true">{TEXT_ENABLED}</label> |
103 | 105 |
<input type="radio" name="manage_sections" id="manage_sections_false" style="width: 14px; height: 14px;" value="false"{MANAGE_SECTIONS_DISABLED} /> |
... | ... | |
106 | 108 |
</tr> |
107 | 109 |
<tr{DISPLAY_ADVANCED}> |
108 | 110 |
<td class="setting_name">{TEXT_SECTION_BLOCKS}:</td> |
109 |
<td class="setting_value" colspan="4">
|
|
111 |
<td class="setting_value" colspan="2">
|
|
110 | 112 |
<input type="radio" name="section_blocks" id="section_blocks_true" style="width: 14px; height: 14px;" value="true"{SECTION_BLOCKS_ENABLED} /> |
111 | 113 |
<label for="section_blocks_true">{TEXT_ENABLED}</label> |
112 | 114 |
<input type="radio" name="section_blocks" id="section_blocks_false" style="width: 14px; height: 14px;" value="false"{SECTION_BLOCKS_DISABLED} /> |
... | ... | |
116 | 118 |
<!-- END show_checkbox_2_block --> |
117 | 119 |
<tr> |
118 | 120 |
<td class="setting_name">{TEXT_INTRO_PAGE}:</td> |
119 |
<td class="setting_value" colspan="4">
|
|
121 |
<td class="setting_value" colspan="2">
|
|
120 | 122 |
<input type="radio" name="intro_page" id="intro_page_true" style="width: 14px; height: 14px;" value="true"{INTRO_PAGE_ENABLED} /> |
121 | 123 |
<label for="intro_page_true">{TEXT_ENABLED}</label> |
122 | 124 |
<input type="radio" name="intro_page" id="intro_page_false" style="width: 14px; height: 14px;" value="false"{INTRO_PAGE_DISABLED} /> |
... | ... | |
126 | 128 |
<!-- BEGIN show_checkbox_3_block --> |
127 | 129 |
<tr{DISPLAY_ADVANCED}> |
128 | 130 |
<td class="setting_name">{TEXT_HOMEPAGE_REDIRECTION}:</td> |
129 |
<td class="setting_value" colspan="4">
|
|
131 |
<td class="setting_value" colspan="2">
|
|
130 | 132 |
<input type="radio" name="homepage_redirection" id="homepage_redirection_true" style="width: 14px; height: 14px;" value="true"{HOMEPAGE_REDIRECTION_ENABLED} /> |
131 | 133 |
<label for="homepage_redirection_true">{TEXT_ENABLED}</label> |
132 | 134 |
<input type="radio" name="homepage_redirection" id="homepage_redirection_false" style="width: 14px; height: 14px;" value="false"{HOMEPAGE_REDIRECTION_DISABLED} /> |
... | ... | |
135 | 137 |
</tr> |
136 | 138 |
<tr{DISPLAY_ADVANCED}> |
137 | 139 |
<td class="setting_name">{TEXT_SMART_LOGIN}:</td> |
138 |
<td class="setting_value" colspan="4">
|
|
140 |
<td class="setting_value" colspan="2">
|
|
139 | 141 |
<input type="radio" name="smart_login" id="smart_login_true" style="width: 14px; height: 14px;" value="true"{SMART_LOGIN_ENABLED} /> |
140 | 142 |
<label for="smart_login_true">{TEXT_ENABLED}</label> |
141 | 143 |
<input type="radio" name="smart_login" id="smart_login_false" style="width: 14px; height: 14px;" value="false"{SMART_LOGIN_DISABLED} /> |
... | ... | |
145 | 147 |
<!-- END show_checkbox_3_block --> |
146 | 148 |
<tr> |
147 | 149 |
<td class="setting_name">{TEXT_LOGIN}:</td> |
148 |
<td class="setting_value" colspan="4">
|
|
150 |
<td class="setting_value" colspan="2">
|
|
149 | 151 |
<input type="radio" name="frontend_login" id="frontend_login_true" style="width: 14px; height: 14px;" value="true"{PRIVATE_ENABLED} /> |
150 | 152 |
<label for="frontend_login_true">{TEXT_ENABLED}</label> |
151 | 153 |
<input type="radio" name="frontend_login" id="frontend_login_false" style="width: 14px; height: 14px;" value="false"{PRIVATE_DISABLED} /> |
... | ... | |
155 | 157 |
<!-- BEGIN show_redirect_timer_block --> |
156 | 158 |
<tr{DISPLAY_ADVANCED}> |
157 | 159 |
<td class="setting_name">{TEXT_REDIRECT_AFTER}:</td> |
158 |
<td class="setting_value" colspan="4">
|
|
160 |
<td class="setting_value" colspan="2">
|
|
159 | 161 |
<input type="text" name="redirect_timer" value="{REDIRECT_TIMER}" style="width:50%;" /> |
160 | 162 |
<label> ( <strong>-1</strong> = {TEXT_DISABLED}, <strong>0 -10000</strong> )</label><br /> |
161 | 163 |
</td> |
... | ... | |
163 | 165 |
<!-- END show_redirect_timer_block --> |
164 | 166 |
<tr> |
165 | 167 |
<td class="setting_name">{TEXT_SIGNUP}:</td> |
166 |
<td class="setting_value" colspan="4">
|
|
168 |
<td class="setting_value" colspan="2">
|
|
167 | 169 |
<select name="frontend_signup"> |
168 | 170 |
<option value="false">{TEXT_DISABLED}</option> |
169 | 171 |
<!-- BEGIN group_list_block --> |
... | ... | |
175 | 177 |
<!-- BEGIN show_php_error_level_block --> |
176 | 178 |
<tr{DISPLAY_ADVANCED}> |
177 | 179 |
<td class="setting_name">{TEXT_PHP_ERROR_LEVEL}:</td> |
178 |
<td class="setting_value" colspan="4">
|
|
180 |
<td class="setting_value" colspan="2">
|
|
179 | 181 |
<select name="er_level"> |
180 | 182 |
<option value="">{TEXT_PLEASE_SELECT}...</option> |
181 | 183 |
<!-- BEGIN error_reporting_list_block --> |
... | ... | |
188 | 190 |
<!-- BEGIN show_wysiwyg_block --> |
189 | 191 |
<tr{DISPLAY_ADVANCED}> |
190 | 192 |
<td class="setting_name">{TEXT_WYSIWYG_STYLE}:</td> |
191 |
<td class="setting_value" colspan="4"><input type="text" name="wysiwyg_style" value="{WYSIWYG_STYLE}" /></td> |
|
193 |
<td class="setting_value" colspan="2"> |
|
194 |
<input type="text" name="wysiwyg_style" value="{WYSIWYG_STYLE}" /> |
|
195 |
</td> |
|
192 | 196 |
</tr> |
193 | 197 |
<tr{DISPLAY_ADVANCED}> |
194 | 198 |
<td class="setting_name">{TEXT_WYSIWYG_EDITOR}:</td> |
195 |
<td class="setting_value" colspan="4">
|
|
199 |
<td class="setting_value" colspan="2">
|
|
196 | 200 |
<select name="wysiwyg_editor"> |
197 | 201 |
<!-- BEGIN editor_list_block --> |
198 | 202 |
<option value="{FILE}"{SELECTED}>{NAME}</option> |
... | ... | |
202 | 206 |
</tr> |
203 | 207 |
<!-- END show_wysiwyg_block --> |
204 | 208 |
<tr> |
205 |
<td class="setting_name"> </td>
|
|
206 |
<td colspan="2" class="setting_value_permissions">
|
|
209 |
<td class=""> </td> |
|
210 |
<td class="">
|
|
207 | 211 |
<input type="submit" name="submit" value="{TEXT_SAVE}" class="save" /> |
208 | 212 |
<input type="reset" name="reset" value="{TEXT_RESET}" class="reset" /> |
209 | 213 |
</td> |
210 |
<td colspan="2" class="setting_value_permissions" style="text-align: right;">
|
|
214 |
<td class="" style="text-align: right;">
|
|
211 | 215 |
<button title="{MODE_SWITCH_WARNING}" onclick="window.location = '{ADVANCED_LINK}'; return false;" class="{DISPLAY_ADVANCED_BUTTON}">{ADVANCED_BUTTON}</button> |
212 | 216 |
</td> |
213 | 217 |
</tr> |
218 |
</table> |
|
219 |
<table summary="" cellpadding="3" cellspacing="0" border="0" align="center" class="settings_table"> |
|
214 | 220 |
<tr> |
215 |
<td colspan="5" style="padding-top: 10px;"><h2>{HEADING_DEFAULT_SETTINGS}</h2></td>
|
|
221 |
<td colspan="3" style="padding-top: 10px;"><h2>{HEADING_DEFAULT_SETTINGS}</h2></td>
|
|
216 | 222 |
</tr> |
217 | 223 |
<tr> |
218 | 224 |
<td class="setting_name">{TEXT_LANGUAGE}:</td> |
219 |
<td class="setting_value" colspan="4">
|
|
225 |
<td class="setting_value" colspan="2">
|
|
220 | 226 |
<select name="default_language"> |
221 | 227 |
<!-- BEGIN language_list_block --> |
222 | 228 |
<option value="{CODE}"{SELECTED} style="background: url({FLAG}.png) no-repeat center left; padding-left: 20px;">{NAME} ({CODE})</option> |
... | ... | |
227 | 233 |
<!-- BEGIN show_charset_block --> |
228 | 234 |
<tr{DISPLAY_ADVANCED}> |
229 | 235 |
<td class="setting_name">{TEXT_CHARSET}:</td> |
230 |
<td class="setting_value" colspan="4">
|
|
236 |
<td class="setting_value" colspan="2">
|
|
231 | 237 |
<select name="default_charset"> |
232 | 238 |
<option value="">{TEXT_PLEASE_SELECT}...</option> |
233 | 239 |
<!-- BEGIN charset_list_block --> |
... | ... | |
239 | 245 |
<!-- END show_charset_block --> |
240 | 246 |
<tr> |
241 | 247 |
<td class="setting_name">{TEXT_TIMEZONE}:</td> |
242 |
<td class="setting_value" colspan="4">
|
|
248 |
<td class="setting_value" colspan="2">
|
|
243 | 249 |
<select name="default_timezone"> |
244 | 250 |
<option value="0">{TEXT_PLEASE_SELECT}...</option> |
245 | 251 |
<!-- BEGIN timezone_list_block --> |
... | ... | |
250 | 256 |
</tr> |
251 | 257 |
<tr> |
252 | 258 |
<td class="setting_name">{TEXT_DATE_FORMAT}:</td> |
253 |
<td class="setting_value" colspan="4">
|
|
259 |
<td class="setting_value" colspan="2">
|
|
254 | 260 |
<select name="default_date_format"> |
255 | 261 |
<option value="M d Y">{TEXT_PLEASE_SELECT}...</option> |
256 | 262 |
<!-- BEGIN date_format_list_block --> |
... | ... | |
261 | 267 |
</tr> |
262 | 268 |
<tr> |
263 | 269 |
<td class="setting_name">{TEXT_TIME_FORMAT}:</td> |
264 |
<td class="setting_value" colspan="4">
|
|
270 |
<td class="setting_value" colspan="2">
|
|
265 | 271 |
<select name="default_time_format"> |
266 | 272 |
<option value="g:i A">{TEXT_PLEASE_SELECT}...</option> |
267 | 273 |
<!-- BEGIN time_format_list_block --> |
... | ... | |
272 | 278 |
</tr> |
273 | 279 |
<tr> |
274 | 280 |
<td class="setting_name">{TEXT_TEMPLATE}:</td> |
275 |
<td class="setting_value" colspan="4">
|
|
281 |
<td class="setting_value" colspan="2">
|
|
276 | 282 |
<select name="default_template"> |
277 | 283 |
<!-- BEGIN template_list_block --> |
278 | 284 |
<option value="{FILE}"{SELECTED}>{NAME}</option> |
... | ... | |
282 | 288 |
</tr> |
283 | 289 |
<tr> |
284 | 290 |
<td class="setting_name">{TEXT_THEME}:</td> |
285 |
<td class="setting_value" colspan="4">
|
|
291 |
<td class="setting_value" colspan="2">
|
|
286 | 292 |
<select name="default_theme"> |
287 | 293 |
<!-- BEGIN theme_list_block --> |
288 | 294 |
<option value="{FILE}"{SELECTED}>{NAME}</option> |
... | ... | |
291 | 297 |
</td> |
292 | 298 |
</tr> |
293 | 299 |
<tr> |
294 |
<td class="setting_name"> </td>
|
|
295 |
<td colspan="2" class="setting_value_permissions">
|
|
300 |
<td> </td> |
|
301 |
<td> |
|
296 | 302 |
<input type="submit" name="submit" value="{TEXT_SAVE}" class="save" /> |
297 | 303 |
<input type="reset" name="reset" value="{TEXT_RESET}" class="reset" /> |
298 | 304 |
</td> |
299 |
<td colspan="2" class="setting_value_permissions" style="text-align: right;">
|
|
305 |
<td style="text-align: right;"> |
|
300 | 306 |
<button title="{MODE_SWITCH_WARNING}" onclick="window.location = '{ADVANCED_LINK}'; return false;" class="{DISPLAY_ADVANCED_BUTTON}">{ADVANCED_BUTTON}</button> |
301 | 307 |
</td> |
302 | 308 |
</tr> |
309 |
</table> |
|
310 |
<table summary="" cellpadding="3" cellspacing="0" border="0" align="center" class="settings_table"> |
|
303 | 311 |
<tr> |
304 |
<td colspan="5" style="padding-top: 10px;"><h2>{HEADING_SEARCH_SETTINGS}</h2></td>
|
|
312 |
<td colspan="3" style="padding-top: 10px;"><h2>{HEADING_SEARCH_SETTINGS}</h2></td>
|
|
305 | 313 |
</tr> |
306 | 314 |
<tr> |
307 | 315 |
<td class="setting_name">{TEXT_VISIBILITY}:</td> |
308 |
<td class="setting_value" colspan="4">
|
|
316 |
<td class="setting_value" colspan="2">
|
|
309 | 317 |
<select name="search"> |
310 | 318 |
<option value="public">{TEXT_PUBLIC}</option> |
311 | 319 |
<option value="private" {PRIVATE_SEARCH}>{TEXT_PRIVATE}</option> |
... | ... | |
316 | 324 |
</tr> |
317 | 325 |
<tr> |
318 | 326 |
<td class="setting_name">{TEXT_TEMPLATE}:</td> |
319 |
<td class="setting_value" colspan="4">
|
|
327 |
<td class="setting_value" colspan="2">
|
|
320 | 328 |
<select name="search_template"> |
321 | 329 |
<!-- BEGIN search_template_list_block --> |
322 | 330 |
<option value="{FILE}"{SELECTED}>{NAME}</option> |
... | ... | |
327 | 335 |
<!-- BEGIN show_search_block --> |
328 | 336 |
<tr{DISPLAY_ADVANCED}> |
329 | 337 |
<td class="setting_name">{TEXT_HEADER}:</td> |
330 |
<td class="setting_value" colspan="4">
|
|
338 |
<td class="setting_value" colspan="2">
|
|
331 | 339 |
<textarea name="search_header" style="height: 100px;" cols="50" rows="3">{SEARCH_HEADER}</textarea> |
332 | 340 |
</td> |
333 | 341 |
</tr> |
334 | 342 |
<tr{DISPLAY_ADVANCED}> |
335 | 343 |
<td class="setting_name">{TEXT_RESULTS_HEADER}:</td> |
336 |
<td class="setting_value" colspan="4">
|
|
344 |
<td class="setting_value" colspan="2">
|
|
337 | 345 |
<textarea name="search_results_header" cols="50" rows="3">{SEARCH_RESULTS_HEADER}</textarea> |
338 | 346 |
</td> |
339 | 347 |
</tr> |
340 | 348 |
<tr{DISPLAY_ADVANCED}> |
341 | 349 |
<td class="setting_name">{TEXT_RESULTS_LOOP}:</td> |
342 |
<td class="setting_value" colspan="4">
|
|
350 |
<td class="setting_value" colspan="2">
|
|
343 | 351 |
<textarea name="search_results_loop" cols="50" rows="3">{SEARCH_RESULTS_LOOP}</textarea> |
344 | 352 |
</td> |
345 | 353 |
</tr> |
346 | 354 |
<tr{DISPLAY_ADVANCED}> |
347 | 355 |
<td class="setting_name">{TEXT_RESULTS_FOOTER}:</td> |
348 |
<td class="setting_value" colspan="4">
|
|
356 |
<td class="setting_value" colspan="2">
|
|
349 | 357 |
<textarea name="search_results_footer" cols="50" rows="3">{SEARCH_RESULTS_FOOTER}</textarea> |
350 | 358 |
</td> |
351 | 359 |
</tr> |
352 | 360 |
<tr{DISPLAY_ADVANCED}> |
353 | 361 |
<td class="setting_name">{TEXT_NO_RESULTS}:</td> |
354 |
<td class="setting_value" colspan="4">
|
|
362 |
<td class="setting_value" colspan="2">
|
|
355 | 363 |
<input type="text" name="search_no_results" value="{SEARCH_NO_RESULTS}" /> |
356 | 364 |
</td> |
357 | 365 |
</tr> |
358 | 366 |
<tr{DISPLAY_ADVANCED}> |
359 | 367 |
<td class="setting_name">{TEXT_FOOTER}:</td> |
360 |
<td class="setting_value" colspan="4">
|
|
368 |
<td class="setting_value" colspan="2">
|
|
361 | 369 |
<textarea name="search_footer" cols="50" rows="3">{SEARCH_FOOTER}</textarea> |
362 | 370 |
</td> |
363 | 371 |
</tr> |
364 | 372 |
<tr{DISPLAY_ADVANCED}> |
365 | 373 |
<td class="setting_name">{TEXT_MODULE_ORDER}:</td> |
366 |
<td class="setting_value" colspan="4">
|
|
374 |
<td class="setting_value" colspan="2">
|
|
367 | 375 |
<input type="text" name="search_module_order" value="{SEARCH_MODULE_ORDER}" /> |
368 | 376 |
</td> |
369 | 377 |
</tr> |
370 | 378 |
<tr{DISPLAY_ADVANCED}> |
371 | 379 |
<td class="setting_name">{TEXT_MAX_EXCERPT}:</td> |
372 |
<td class="setting_value" colspan="4">
|
|
380 |
<td class="setting_value" colspan="2">
|
|
373 | 381 |
<input type="text" name="search_max_excerpt" value="{SEARCH_MAX_EXCERPT}" /> |
374 | 382 |
</td> |
375 | 383 |
</tr> |
376 | 384 |
<tr{DISPLAY_ADVANCED}> |
377 | 385 |
<td class="setting_name">{TEXT_TIME_LIMIT}:</td> |
378 |
<td class="setting_value" colspan="4">
|
|
386 |
<td class="setting_value" colspan="2">
|
|
379 | 387 |
<input type="text" name="search_time_limit" value="{SEARCH_TIME_LIMIT}" /> |
380 | 388 |
</td> |
381 | 389 |
</tr> |
382 | 390 |
<!-- END show_search_block --> |
383 |
<!-- BEGIN show_access_block --> |
|
384 | 391 |
<tr> |
385 |
<td class="setting_name"> </td>
|
|
386 |
<td colspan="2" class="setting_value_permissions">
|
|
392 |
<td> </td> |
|
393 |
<td> |
|
387 | 394 |
<input type="submit" name="submit" value="{TEXT_SAVE}" class="save" /> |
388 | 395 |
<input type="reset" name="reset" value="{TEXT_RESET}" class="reset" /> |
389 | 396 |
</td> |
390 |
<td colspan="2" class="setting_value_permissions" style="text-align: right;">
|
|
397 |
<td style="text-align: right;"> |
|
391 | 398 |
<button title="{MODE_SWITCH_WARNING}" onclick="window.location = '{ADVANCED_LINK}'; return false;" class="{DISPLAY_ADVANCED_BUTTON}">{ADVANCED_BUTTON}</button> |
392 | 399 |
</td> |
393 | 400 |
</tr> |
401 |
</table> |
|
402 |
<!-- BEGIN show_access_block --> |
|
403 |
<table summary="" cellpadding="3" cellspacing="0" border="0" align="center" class="settings_table"> |
|
394 | 404 |
<tr> |
395 |
<td colspan="5" style="padding-top: 10px;"><h2>{HEADING_SERVER_SETTINGS}</h2></td>
|
|
405 |
<td colspan="3" style="padding-top: 10px;"><h2>{HEADING_SERVER_SETTINGS}</h2></td>
|
|
396 | 406 |
</tr> |
397 | 407 |
<tr> |
398 | 408 |
<td class="setting_name">{TEXT_SERVER_OPERATING_SYSTEM}:</td> |
399 |
<td colspan="4" class="setting_value">
|
|
409 |
<td colspan="2" class="setting_value">
|
|
400 | 410 |
<input type="radio" name="operating_system" id="operating_system_linux" onclick="javascript: change_os('linux');" style="width: 14px; height: 14px;" value="linux"{LINUX_SELECTED} /> |
401 | 411 |
<label for="operating_system_linux" onclick="javascript: change_os('linux');">{TEXT_LINUX_UNIX_BASED}</label> |
402 | 412 |
<input type="radio" name="operating_system" id="operating_system_windows" onclick="javascript: change_os('windows');" style="width: 14px; height: 14px;" value="windows"{WINDOWS_SELECTED} /> |
... | ... | |
405 | 415 |
</tr> |
406 | 416 |
<tr> |
407 | 417 |
<td class="setting_name"><div id="{BASIC_FILE_PERMS_ID}1" style="margin: 0; padding: 0;"> </div></td> |
408 |
<td colspan="4" class="setting_value" colspan="2">
|
|
418 |
<td colspan="2" class="setting_value">
|
|
409 | 419 |
<div id="{BASIC_FILE_PERMS_ID}2" style="margin: 0; padding: 0;"> |
410 | 420 |
<input type="checkbox" name="world_writeable" id="world_writeable" style="width: 14px; height: 14px;" value="true"{WORLD_WRITEABLE_SELECTED} /> |
411 | 421 |
<label for="world_writeable"> |
... | ... | |
418 | 428 |
</tr> |
419 | 429 |
<tr{DISPLAY_ADVANCED}> |
420 | 430 |
<td class="setting_name"><div id="{ADVANCED_FILE_PERMS_ID}1" style="margin: 0; padding: 0;">{TEXT_FILESYSTEM_PERMISSIONS}:</div></td> |
421 |
<td colspan="2" class="setting_value_permissions" id="file_mode"> |
|
422 |
<table summary="" cellpadding="2" cellspacing="0" width="90%" border="0" style="border-right: 1px solid #ddd;" id="{ADVANCED_FILE_PERMS_ID}2"> |
|
431 |
<td class="" id="file_mode"> |
|
432 |
<table class="permission_box" summary="" cellpadding="2" cellspacing="0" border="0" style="margin: 1px auto; width:95%;" id="{ADVANCED_FILE_PERMS_ID}2"> |
|
433 |
<caption>{TEXT_FILES}: {STRING_FILE_MODE}</caption> |
|
434 |
<thead> |
|
423 | 435 |
<tr> |
424 |
<td colspan="2" style="text-align: center; font-weight: bold;">{TEXT_FILES}: {STRING_FILE_MODE}</td> |
|
436 |
<th>{TEXT_USER}:</th> |
|
437 |
<th>{TEXT_GROUP}:</th> |
|
438 |
<th>{TEXT_OTHERS}:</th> |
|
425 | 439 |
</tr> |
440 |
</thead> |
|
426 | 441 |
<tr> |
427 |
<td>{TEXT_USER}:</td> |
|
428 |
<td>{TEXT_GROUP}:</td> |
|
429 |
<td>{TEXT_OTHERS}:</td> |
|
430 |
</tr> |
|
431 |
<tr> |
|
432 | 442 |
<td> |
433 | 443 |
<input type="checkbox" name="file_u_r" id="file_u_r" value="true"{FILE_U_R_CHECKED} /> |
434 | 444 |
<label for="file_u_r">{TEXT_READ}</label> |
... | ... | |
462 | 472 |
</tr> |
463 | 473 |
</table> |
464 | 474 |
</td> |
465 |
<td colspan="2" class="setting_value_permissions" id="dir_mode" style="text-align: right;"> |
|
466 |
<table summary="" cellpadding="2" cellspacing="0" width="90%" border="0" id="{ADVANCED_FILE_PERMS_ID}3"> |
|
475 |
<td class="" id="dir_mode" style="text-align: right;"> |
|
476 |
<table class="permission_box" summary="" cellpadding="2" cellspacing="0" border="0" style="margin: 1px auto; width:95%;" id="{ADVANCED_FILE_PERMS_ID}3"> |
|
477 |
<caption>{TEXT_DIRECTORIES}: {STRING_DIR_MODE}</caption> |
|
478 |
<thead> |
|
467 | 479 |
<tr> |
468 |
<td colspan="2" style="text-align: center; font-weight: bold;">{TEXT_DIRECTORIES}: {STRING_DIR_MODE}</td> |
|
480 |
<th>{TEXT_USER}:</th> |
|
481 |
<th>{TEXT_GROUP}:</th> |
|
482 |
<th>{TEXT_OTHERS}:</th> |
|
469 | 483 |
</tr> |
484 |
</thead> |
|
470 | 485 |
<tr> |
471 |
<td>{TEXT_USER}:</td> |
|
472 |
<td>{TEXT_GROUP}:</td> |
|
473 |
<td>{TEXT_OTHERS}:</td> |
|
474 |
</tr> |
|
475 |
<tr> |
|
476 | 486 |
<td> |
477 | 487 |
<input type="checkbox" name="dir_u_r" id="dir_u_r" value="true"{DIR_U_R_CHECKED} /> |
478 | 488 |
<label for="dir_u_r">{TEXT_READ}</label> |
... | ... | |
508 | 518 |
</td> |
509 | 519 |
</tr> |
510 | 520 |
<tr{DISPLAY_ADVANCED}> |
511 |
<td colspan="5"><hr /></td>
|
|
521 |
<td colspan="3"><hr /></td>
|
|
512 | 522 |
</tr> |
513 | 523 |
<tr{DISPLAY_ADVANCED}> |
514 | 524 |
<td class="setting_name">{TEXT_DEV_INFOS}:</td> |
515 |
<td class="setting_value" colspan="2">
|
|
525 |
<td colspan="2" class="setting_value">
|
|
516 | 526 |
<input type="radio" name="dev_infos" id="dev_infos_true" style="width: 14px; height: 14px;" value="true"{DEV_INFOS_ENABLED} /> |
517 | 527 |
<label for="dev_infos_true">{TEXT_ENABLED}</label> |
518 | 528 |
<input type="radio" name="dev_infos" id="dev_infos_false" style="width: 14px; height: 14px;" value="false"{DEV_INFOS_DISABLED} /> |
... | ... | |
521 | 531 |
</tr> |
522 | 532 |
<tr{DISPLAY_ADVANCED}> |
523 | 533 |
<td class="setting_name">{TEXT_PAGES_DIRECTORY}:</td> |
524 |
<td class="setting_value" colspan="4"><input type="text" name="pages_directory" value="{PAGES_DIRECTORY}" /></td>
|
|
534 |
<td colspan="2" class="setting_value"><input type="text" name="pages_directory" value="{PAGES_DIRECTORY}" /></td>
|
|
525 | 535 |
</tr> |
526 | 536 |
<tr{DISPLAY_ADVANCED}> |
527 | 537 |
<td class="setting_name">{TEXT_PAGE_ICON_DIR}:</td> |
528 |
<td class="setting_value" colspan="4">
|
|
538 |
<td colspan="2" class="setting_value">
|
|
529 | 539 |
<input class="c33" type="text" id="page_icon_dir" name="page_icon_dir" value="{PAGE_ICON_DIR}" /> |
530 | 540 |
</td> |
531 | 541 |
</tr> |
532 | 542 |
<tr{DISPLAY_ADVANCED}> |
533 | 543 |
<td class="setting_name">{TEXT_MEDIA_DIRECTORY}:</td> |
534 |
<td class="setting_value" colspan="4"><input type="text" name="media_directory" value="{MEDIA_DIRECTORY}" /></td>
|
|
544 |
<td colspan="2" class="setting_value"><input type="text" name="media_directory" value="{MEDIA_DIRECTORY}" /></td>
|
|
535 | 545 |
</tr> |
536 | 546 |
<tr{DISPLAY_ADVANCED}> |
537 | 547 |
<td class="setting_name">{TEXT_PAGE_EXTENSION}:</td> |
538 |
<td class="setting_value" colspan="4"><input type="text" name="page_extension" value="{PAGE_EXTENSION}" /></td>
|
|
548 |
<td colspan="2" class="setting_value"><input type="text" name="page_extension" value="{PAGE_EXTENSION}" /></td>
|
|
539 | 549 |
</tr> |
540 | 550 |
<tr{DISPLAY_ADVANCED}> |
541 | 551 |
<td class="setting_name">{TEXT_PAGE_SPACER}:</td> |
542 |
<td class="setting_value" colspan="4"><input type="text" name="page_spacer" value="{PAGE_SPACER}" /></td>
|
|
552 |
<td colspan="2" class="setting_value"><input type="text" name="page_spacer" value="{PAGE_SPACER}" /></td>
|
|
543 | 553 |
</tr> |
544 | 554 |
<tr{DISPLAY_ADVANCED}> |
545 | 555 |
<td class="setting_name">{TEXT_RENAME_FILES_ON_UPLOAD}:</td> |
546 |
<td class="setting_value" colspan="4"><input type="text" name="rename_files_on_upload" value="{RENAME_FILES_ON_UPLOAD}" /></td>
|
|
556 |
<td colspan="2" class="setting_value"><input type="text" name="rename_files_on_upload" value="{RENAME_FILES_ON_UPLOAD}" /></td>
|
|
547 | 557 |
</tr> |
548 | 558 |
<tr{DISPLAY_ADVANCED}> |
549 | 559 |
<td class="setting_name">{TEXT_SESSION_IDENTIFIER}:</td> |
550 |
<td class="setting_value" colspan="4"><input type="text" name="app_name" value="{APP_NAME}" /></td>
|
|
560 |
<td colspan="2" class="setting_value"><input type="text" name="app_name" value="{APP_NAME}" /></td>
|
|
551 | 561 |
</tr> |
552 | 562 |
<tr{DISPLAY_ADVANCED}> |
553 | 563 |
<td class="setting_name">{TEXT_SEC_ANCHOR}:</td> |
554 |
<td class="setting_value" colspan="4"><input type="text" name="sec_anchor" value="{SEC_ANCHOR}" /></td>
|
|
564 |
<td colspan="2" class="setting_value"><input type="text" name="sec_anchor" value="{SEC_ANCHOR}" /></td>
|
|
555 | 565 |
</tr> |
566 |
</table> |
|
567 |
<table summary="" cellpadding="3" cellspacing="0" border="0" align="center" class="settings_table"> |
|
556 | 568 |
<!-- BASIC MAILER SETTINGS --> |
557 | 569 |
<tr> |
558 |
<td colspan="5" style="padding-top: 10px;">
|
|
570 |
<td colspan="3" style="padding-top: 10px;">
|
|
559 | 571 |
<h2>{HEADING_WBMAILER_SETTINGS}</h2> |
560 |
<p style="line-height: 1.4em; margin-top: 0;">{TEXT_WBMAILER_DEFAULT_SETTINGS_NOTICE}</p>
|
|
572 |
<p class="msg-box" style="line-height: 150%; margin-top: 0;">{TEXT_WBMAILER_DEFAULT_SETTINGS_NOTICE}</p>
|
|
561 | 573 |
</td> |
562 | 574 |
</tr> |
563 | 575 |
<tr> |
564 | 576 |
<td class="setting_name">{TEXT_WBMAILER_DEFAULT_SENDER_MAIL}:</td> |
565 |
<td class="setting_value" colspan="4"><input type="text" style="width: 350px" name="server_email" value="{SERVER_EMAIL}" /></td>
|
|
577 |
<td colspan="2" class="setting_value"><input type="text" name="server_email" value="{SERVER_EMAIL}" /></td>
|
|
566 | 578 |
</tr> |
567 | 579 |
<tr> |
568 | 580 |
<td class="setting_name">{TEXT_WBMAILER_DEFAULT_SENDER_NAME}:</td> |
569 |
<td class="setting_value" colspan="4"><input type="text" style="width: 350px" name="wbmailer_default_sendername" value="{WBMAILER_DEFAULT_SENDERNAME}" /></td>
|
|
581 |
<td colspan="2" class="setting_value"><input type="text" name="wbmailer_default_sendername" value="{WBMAILER_DEFAULT_SENDERNAME}" /></td>
|
|
570 | 582 |
</tr> |
571 | 583 |
<tr> |
572 | 584 |
<td class="setting_name">{TEXT_WBMAILER_FUNCTION}:</td> |
573 |
<td class="setting_value" colspan="4">
|
|
585 |
<td colspan="2" class="setting_value">
|
|
574 | 586 |
<input type="radio" name="wbmailer_routine" id="wbmailer_routine_phpmail" onclick="javascript: change_wbmailer('phpmail');" style="width: 14px; height: 14px;" value="phpmail"{PHPMAIL_SELECTED} /> |
575 | 587 |
<label for="wbmailer_routine_phpmail" onclick="javascript: change_wbmailer('phpmail');">{TEXT_WBMAILER_PHP}</label> |
576 | 588 |
<input type="radio" name="wbmailer_routine" id="wbmailer_routine_smtp" onclick="javascript: change_wbmailer('smtp');" style="width: 14px; height: 14px;" value="smtp"{SMTPMAIL_SELECTED} /> |
... | ... | |
579 | 591 |
</tr> |
580 | 592 |
<!-- MORE ADVANCED SMTP MAILER SETTINGS --> |
581 | 593 |
<tr id="row_wbmailer_smtp_settings"{SMTP_VISIBILITY}> |
582 |
<td colspan="4" style="padding-top: 10px;"><p style="line-height: 1.4em; margin-top: 0;">{TEXT_WBMAILER_NOTICE}</p></td>
|
|
594 |
<td colspan="3" style="padding-top: 10px;"><p class="msg-box" style="line-height: 1.4em; margin-top: 0;">{TEXT_WBMAILER_NOTICE}</p></td>
|
|
583 | 595 |
</tr> |
584 | 596 |
<tr id="row_wbmailer_smtp_host"{SMTP_VISIBILITY}> |
585 | 597 |
<td class="setting_name">{TEXT_WBMAILER_SMTP_HOST}:</td> |
586 |
<td colspan="4" class="setting_value"><input type="text" style="width: 350px" name="wbmailer_smtp_host" value="{WBMAILER_SMTP_HOST}" /></td>
|
|
598 |
<td colspan="2" class="setting_value"><input type="text" name="wbmailer_smtp_host" value="{WBMAILER_SMTP_HOST}" /></td>
|
|
587 | 599 |
</tr> |
588 | 600 |
<!-- --> |
589 | 601 |
<tr id="row_wbmailer_smtp_auth_mode"{SMTP_VISIBILITY}> |
590 | 602 |
<td class="setting_name">{TEXT_WBMAILER_SMTP_AUTH}:</td> |
591 |
<td class="setting_value" colspan="4">
|
|
603 |
<td colspan="2" class="setting_value">
|
|
592 | 604 |
<input type="checkbox" name="wbmailer_smtp_auth" id="wbmailer_smtp_auth" onclick="javascript: toggle_wbmailer_auth();" style="width: 14px; height: 14px;" value="true" disabled="disabled" {SMTP_AUTH_SELECTED} /> |
593 | 605 |
<label for="wbmailer_smtp_auth" onclick="javascript: toggle_wbmailer_auth(this.value);">({TEXT_WBMAILER_SMTP_AUTH_NOTICE})</label> |
594 | 606 |
</td> |
... | ... | |
596 | 608 |
|
597 | 609 |
<tr id="row_wbmailer_smtp_username"{SMTP_VISIBILITY}> |
598 | 610 |
<td class="setting_name">{TEXT_WBMAILER_SMTP_USERNAME}:</td> |
599 |
<td class="setting_value" colspan="4"><input type="text" style="width: 350px" name="wbmailer_smtp_username" value="{WBMAILER_SMTP_USERNAME}" /></td>
|
|
611 |
<td colspan="2" class="setting_value"><input type="text" name="wbmailer_smtp_username" value="{WBMAILER_SMTP_USERNAME}" /></td>
|
|
600 | 612 |
</tr> |
601 | 613 |
<tr id="row_wbmailer_smtp_password"{SMTP_VISIBILITY}> |
602 | 614 |
<td class="setting_name">{TEXT_WBMAILER_SMTP_PASSWORD}:</td> |
603 |
<td class="setting_value" colspan="4"><input type="password" style="width: 350px" name="wbmailer_smtp_password" value="{WBMAILER_SMTP_PASSWORD}" /></td>
|
|
615 |
<td colspan="2" class="setting_value"><input type="password" name="wbmailer_smtp_password" value="{WBMAILER_SMTP_PASSWORD}" /></td>
|
|
604 | 616 |
</tr> |
605 |
<!-- END show_access_block --> |
|
606 | 617 |
<tr> |
607 |
<td class="setting_name"> </td>
|
|
608 |
<td colspan="2" class="setting_value_permissions">
|
|
618 |
<td> </td> |
|
619 |
<td> |
|
609 | 620 |
<input type="submit" name="submit" value="{TEXT_SAVE}" class="save" /> |
610 | 621 |
<input type="reset" name="reset" value="{TEXT_RESET}" class="reset" /> |
611 | 622 |
</td> |
612 |
<td colspan="2" class="setting_value_permissions" style="text-align: right;">
|
|
623 |
<td style="text-align: right;"> |
|
613 | 624 |
<button title="{MODE_SWITCH_WARNING}" onclick="window.location = '{ADVANCED_LINK}'; return false;" class="{DISPLAY_ADVANCED_BUTTON}">{ADVANCED_BUTTON}</button> |
614 | 625 |
</td> |
615 | 626 |
</tr> |
616 | 627 |
</table> |
628 |
<!-- END show_access_block --> |
|
617 | 629 |
|
618 | 630 |
</form> |
619 | 631 |
|
... | ... | |
621 | 633 |
|
622 | 634 |
<button title="{MODE_SWITCH_WARNING}" onclick="window.location = '{ADVANCED_LINK}'; return false;" class="{DISPLAY_ADVANCED_BUTTON}">{ADVANCED_BUTTON}</button> |
623 | 635 |
<br /> |
624 |
<font class="{DISPLAY_ADVANCED_BUTTON}">{MODE_SWITCH_WARNING}</font>
|
|
636 |
<h4 class="warning {DISPLAY_ADVANCED_BUTTON}">{MODE_SWITCH_WARNING}</h4>
|
|
625 | 637 |
<script src="{ADMIN_URL}/settings/setting.js" type="text/javascript"></script> |
626 | 638 |
<!-- END main_block --> |
branches/2.8.x/wb/admin/skel/themes/htt/header.htt | ||
---|---|---|
55 | 55 |
<table summary="" class="container"> |
56 | 56 |
<tr> |
57 | 57 |
<td> |
58 |
<div class="menu"> |
|
58 |
<div class="hmenu">
|
|
59 | 59 |
<ul> |
60 | 60 |
<!-- BEGIN linkBlock --> |
61 |
<li class="{CLASS}"><a href="{LINK}" target="{TARGET}">{TITLE}</a></li>
|
|
61 |
<li class="{CLASS}"><a class="{CLASS}" href="{LINK}">{TITLE}</a></li>
|
|
62 | 62 |
<!-- END linkBlock --> |
63 | 63 |
</ul> |
64 | 64 |
</div> |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
51 | 51 |
|
52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3'); |
54 |
if(!defined('REVISION')) define('REVISION', '1677');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '1678');
|
|
55 | 55 |
if(!defined('SP')) define('SP', ''); |
branches/2.8.x/wb/framework/class.admin.php | ||
---|---|---|
90 | 90 |
// Print the admin header |
91 | 91 |
function print_header($body_tags = '') { |
92 | 92 |
// Get vars from the language file |
93 |
global $MENU; |
|
94 |
global $MESSAGE; |
|
95 |
global $TEXT; |
|
93 |
global $MENU, $MESSAGE, $TEXT; |
|
96 | 94 |
// Connect to database and get website title |
97 | 95 |
global $database; |
98 | 96 |
// $GLOBALS['FTAN'] = $this->getFTAN(); |
... | ... | |
101 | 99 |
$get_title = $database->query($sql); |
102 | 100 |
$title = $get_title->fetchRow(); |
103 | 101 |
// Setup template object, parse vars to it, then parse it |
104 |
$header_template = new Template(dirname($this->correct_theme_source('header.htt'))); |
|
102 |
$header_template = new Template(dirname($this->correct_theme_source('header.htt')),'keep');
|
|
105 | 103 |
$header_template->set_file('page', 'header.htt'); |
106 | 104 |
$header_template->set_block('page', 'header_block', 'header'); |
107 | 105 |
if(defined('DEFAULT_CHARSET')) { |
... | ... | |
236 | 234 |
} |
237 | 235 |
$footer_template->parse('show_list', 'show_block_list', true); |
238 | 236 |
|
239 |
if($bDebug) |
|
237 |
if(!$bDebug)
|
|
240 | 238 |
{ |
241 | 239 |
$footer_template->parse('include_list', ''); |
242 | 240 |
$footer_template->parse('show_list', ''); |
branches/2.8.x/wb/templates/wb_theme/theme.css | ||
---|---|---|
1 |
* html div{ height :1em; /* Workaround gegen den 3-Pixel-Bug des Internet Explorers 6 */ } |
|
2 |
html{ font-family :Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; font-size :100.1%; font-weight :normal; color :#404040; overflow :-moz-scrollbars-vertical; } |
|
3 |
body{ margin :0 auto; padding :0px; background :#a8bccb; text-align :left; font-size :0.8em; } |
|
4 |
body { background-color :#a8bccb; background-repeat :repeat-x; } |
|
5 |
table {border-collapse: separate;} |
|
6 |
td,th,input,textarea { color :#000000; font-size :1.0em; font-family :Verdana, Arial, Helvetica, sans-serif; } |
|
7 |
textarea { font-size :1em; } |
|
8 |
img { border :0px; } |
|
9 |
form { margin :0; } |
|
10 |
hr { margin :1em auto; color :#003366; height :1px; } |
|
11 |
h1 { color :#000000; font-size :1.8em; text-align :center; text-transform :uppercase; } |
|
12 |
h2 { margin :0.5em 0px 0.5em 0px; color :#336699; font-size :1.5em; } |
|
13 |
h2 { font-family :arial,sans-serif; letter-spacing :-1px; margin :0.5em 0; text-align :left; } |
|
14 |
h4 { margin :0; border-bottom :1px solid #dddddd; padding-bottom :5px; } |
|
15 |
a h3 { margin :0; font-size :1.1em; padding-bottom :2px; } |
|
16 |
li p { margin :0.5em 0; } |
|
17 |
a:link, a:visited, a:active { color :#003366; text-decoration :none; } |
|
18 |
a:hover { color :#336699; text-decoration :none; } |
|
19 |
ul, li { margin :0; padding :0; list-style :none; } |
|
20 |
.current a, .current a:link, .current a:active, .current a:visited { background :url(images/menuo.png) #ffffff; background-repeat :repeat-x; color :#ffffff; } |
|
21 |
label { cursor :pointer; } |
|
22 |
input:focus, input:active, select:focus, textarea:focus { background :#f1f8fd; } |
|
23 |
iframe { border :1px solid #35373a; } |
|
24 |
div.box { width :100%; margin :-10px 0 0 0; font-size :small; text-align :right; } |
|
25 |
.header { width :900px; margin :0 auto; } |
|
26 |
.container { width :85%; margin :0 auto; background :url(images/bgtitle.png) #ffffff; background-repeat :repeat-x; } |
|
27 |
.content { padding :1.6em; margin :0 auto; min-height :300px; vertical-align :top; width :900px; } |
|
28 |
#content_container { text-align :center; width :900px; clear :both; margin :0 auto; } |
|
29 |
#admintools ul { padding :0; margin :0 auto; width :100%; } |
|
30 |
#admintools li { list-style-type :none; display :inline; float :left; width :47%; margin :0 10px 0 0; } |
|
31 |
.description { padding :4px 4px 0 4px; text-align :left; vertical-align :top; } |
|
32 |
.graphic { border :4px solid #fdfdfd; height :50px; padding-left :3px; width :50px; } |
|
33 |
.graphic img { background-color :#ffffff; border :1px solid #d0d0d0; padding :4px; vertical-align :middle; } |
|
34 |
.menu { margin :0; padding :0; padding-top :8px; padding-bottom :10px; padding-left :8px; background :url(images/menu.png) #000000; background-repeat :repeat-x; } |
|
35 |
.menu li { padding-right :1px; list-style-type :none; display :inline; } |
|
36 |
.menu a, .menu a:link, .menu a:active, .menu a:visited { border-bottom :0; padding :7px 11px 9px 11px; color :#ffffff; } |
|
37 |
.menu a:hover { color :#ffffff; background :url(images/menuo.png) #ffffff; background-repeat :repeat-x; text-decoration :none; } |
|
38 |
.note { color :#666666; font-size :10px; } |
|
39 |
div .pages_list { width :100%; font-size :0.7em; } |
|
40 |
.pages_list .icon_col td img { border-style :none; float :left; padding-right :7px; display :block; } |
|
41 |
.pages_list table { width :100%; margin :0 auto; background-color :#dcdcdc; } |
|
42 |
.pages_list ul { margin :0; padding :0px; font-weight :normal; } |
|
43 |
.pages_list ul li { margin :2px 0; padding :0px; list-style-type :none; } |
|
44 |
.page_list_show li { display :block; } |
|
45 |
img.page_list_rights { border :none; margin-right :5px; float :left; margin-top :2px; margin-bottom :2px; } |
|
46 |
.content input { font-size :12px; } |
|
47 |
.section { margin-top :10px; padding :0px; border :1px solid #999999; font-size :1em; width :100%; background-color :#fdfdfd; height :75px; } |
|
48 |
.sections_header { width :100%; margin-bottom :10px; border :none; background-color :#f0f0f0; height :50px; } |
|
49 |
.sections_header td { padding :5px; } |
|
50 |
.setting_name { width :20%; min-width :200px; } |
|
51 |
.setting_value { width :80%; } |
|
52 |
.setting_value_permissions { width :50%; min-width :400px; } |
|
53 |
.setting_value textarea { height :50px; } |
|
54 |
.title { |
|
55 |
text-align :left; |
|
56 |
padding :4px 5px 0px 3px; |
|
57 |
font-weight :bold; |
|
58 |
font-size :14px; |
|
59 |
margin-bottom :5px; |
|
60 |
} |
|
61 |
span.title { display :block; } |
|
62 |
.tool_table ul { margin :0; padding :0; margin-left :20px; margin-bottom :2px; } |
|
63 |
.tool_table li { padding :1px; list-style-type :disc; } |
|
64 |
/* CSS STYLES FOR THE PAGES SECTION */ |
|
65 |
table.pages_view { width :100%; margin :0 auto; border :0; background-color :#ecf3f7; border-spacing :0px; } |
|
66 |
table.pages_view tr:hover { background-color :#f1f8dd; } |
|
67 |
/* FORMS */ |
|
68 |
.submit, .cancel { width :100px; margin-top :5px; } |
|
69 |
.form_submit .right { text-align :right; } |
|
70 |
.input_small { width :20px; } |
|
71 |
.input_normal { width :120px; } |
|
72 |
.input_medium { width :150px; } |
|
73 |
.input_wide { width :200px; } |
|
74 |
.input_large { width :300px; } |
|
75 |
select option.disabled { color :#aaaaaa; } |
|
76 |
.jsadmin_drag img { padding :3px 0; margin-top :1px; vertical-align :top; cursor :pointer; } |
|
77 |
.modify_link { padding-top :4px; display :inline; vertical-align :middle; } |
|
78 |
.header_list_page_id { width :30px; padding-right :15px; text-align :right; } |
|
79 |
.header_list_actions { width :150px; text-align :left; } |
|
80 |
.list_actions { width :20px; text-align :left; } |
|
81 |
.sections_list { padding-left :10px; font-weight :bold; } |
|
82 |
.header_list_block { width :180px; text-align :left; } |
|
83 |
.header_list_sections_actions { width :30px; text-align :left; } |
|
84 |
.value_page_code { width :240px; color :#006400; font-weight :400; } |
|
85 |
/* Ende */ |
|
86 |
.pages_list table td, table.pages_view td { padding :3px; } |
|
87 |
.save, .reset, .input_narrow { width :100px; } |
|
88 |
.settings_table td, .tool_table td { text-align :left; vertical-align :top; } |
|
89 |
#file_mode input, #dir_mode input { width :12px; height :12px; } |
|
90 |
#hide2, .hide, .page_list { display :none; } |
|
91 |
.header_list_page_title, .list_page_title { width :300px; text-align :left; } |
|
92 |
.list_section_id, .list_page_id, .header_list_section_id { width :2em; text-align :right; } |
|
93 |
.list_page_code, .list_page_language { width :240px; } |
|
94 |
.form_submit .left, .header_list_menu_title, .list_menu_title, .header_list_type { text-align :left; } |
|
95 |
.header_title, .sections_list table, .setting_value input, .setting_value select, .setting_value textarea, .value_input input, .value_input text, .value_input select, .form_submit, .input_full { width :100%; } |
|
96 |
.header_list_pubdate_start, .header_list_pubdate_end, .list_pubdate_start, .list_pubdate_end { width :200px; text-align :left; } |
|
97 |
.right{ text-align :right; } |
|
98 |
.left{ text-align :left; } |
|
99 |
/* set div layers in dead tables */ |
|
100 |
.subcolumns { width :100%; overflow :hidden; margin :10px 0; } |
|
101 |
.subcolumns_oldgecko { width :100%; float :left; margin :10px 0; } |
|
102 |
.c10l, .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l { float :left; } |
|
103 |
.c10r, .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r { float :right; margin-left :-5px; } |
|
104 |
.c10l, .c10r { width :10%; } |
|
105 |
.c20l, .c20r { width :20%; line-height :2em; } |
|
106 |
.c40l, .c40r { width :40%; } |
|
107 |
.c60l, .c60r { width :60%; height :21px; } |
|
108 |
.c25l, .c25r { width :28%; } |
|
109 |
.c33l, .c33r { width :33.333%; } |
|
110 |
.c50l, .c50r { width :50%; } |
|
111 |
.c66l, .c66r { width :66.666%; } |
|
112 |
.c38l, .c38r { width :38.2%; } |
|
113 |
.c62l, .c62r { width :61.8%; } |
|
114 |
.subc { padding :0 0.5em; } |
|
115 |
.subcl { padding :0 1em 0 0; } |
|
116 |
.subcr { padding :0 0 0 1em; } |
|
117 |
.c80l, .c80r, .c90l, .c90r { width :80%; } |
|
118 |
.c75l, .c75r, .c80l, .c80r { width :75%; } |
|
119 |
.info { padding :10px; margin-bottom :0.5em; background :#f8f8f8; color :#666666; font-size :91.7%; } |
|
120 |
.note { border :2px #448844 solid; padding :10px; margin :10px auto; background :#eeffee; color :#004400; } |
|
121 |
.important { border :2px #888844 solid; padding :10px; margin-bottom :1em; background :#ffffee; color :#444400; } |
|
122 |
.warning { border :2px #884444 solid; padding :10px; margin-bottom :1em; background :#ffeeee; color :#440000; } |
|
123 |
.row_0 { background-color :transparent; } |
|
124 |
.row_1 { background-color :#ccddee; } |
|
125 |
div.content_box { margin :0em auto; } |
|
126 |
div.content_box form { width :98%; } |
|
127 |
#language, |
|
128 |
#timezone, |
|
129 |
#date_format, |
|
130 |
#time_format { min-width :250px; } |
|
131 |
#display_name, |
|
132 |
#username, |
|
133 |
#email, |
|
134 |
#new_password_1, |
|
135 |
#new_password_2, |
|
136 |
#current_password { min-width :250px; } |
|
137 |
#submit, |
|
138 |
#reset { max-width :100px; } |
|
139 |
div#username { height :17px; width :118%; background-color :#e9e9e9; min-width :250px; border :0px groove #6799c4; text-align :left; font-weight :bold; margin :0; } |
|
140 |
.save_section { margin :20px auto 5px auto; } |
|
141 |
#language, |
|
142 |
#timezone, |
|
143 |
#date_format, |
|
144 |
#time_format, |
|
145 |
#display_name, |
|
146 |
#username, |
|
147 |
#email, |
|
148 |
#new_password_1, |
|
149 |
#new_password_2, |
|
150 |
#current_password { width :118%; } |
|
151 |
.section-info { margin :1.5em 0; } |
|
152 |
.rounded { border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; } |
|
153 |
.bigger { font-size :150%; } |
|
154 |
.strong { font-weight :bold; } |
|
155 |
.msg-box { background :#e5ffe6; border :0.2em #009900 solid; color :#336600; margin-bottom :1em; padding :0.63em; text-align :center; } |
|
156 |
.error-box { background :#ffeeee; border :0.2em #884444 solid; color :#440000; margin-bottom :1em; padding :0.63em; text-align :center; } |
|
157 |
.msg-box p, |
|
158 |
.error-box p { font-size :120%; } |
|
159 |
select > option.user-inactive { color :#990000; } |
|
160 |
button.status { cursor :pointer; border-radius :5px; -khtml-border-radius :5px; -webkit-border-radius :5px; -moz-border-radius :5px; } |
|
161 |
|
|
162 |
/* depending styles for /admin/pages_settings */ |
|
163 |
div.page-settings { |
|
164 |
font-size: 0.9em; |
|
165 |
border: none; |
|
166 |
} |
|
167 |
div.page-settings div.caption { |
|
168 |
font-size: 1em; |
|
169 |
font-weight: bold; |
|
170 |
padding: 3px 0 0px 0; |
|
171 |
margin: 0; padding: 0; border: none; |
|
172 |
margin-bottom: 10px; |
|
173 |
border-bottom: groove 2px #a8bccb; |
|
174 |
} |
|
175 |
div.page-settings label { |
|
176 |
display: inline-block; |
|
177 |
} |
|
178 |
div.page-settings input, |
|
179 |
div.page-settings textarea, |
|
180 |
div.page-settings select { |
|
181 |
width: 210px; |
|
182 |
} |
|
183 |
div.page-settings select { |
|
184 |
/* font-size: 1em; */ |
|
185 |
} |
|
186 |
div.page-settings textarea { |
|
187 |
height: 5em; |
|
188 |
} |
|
189 |
div.page-settings [type=checkbox] { |
|
190 |
width: 2.5em; |
|
191 |
} |
|
192 |
div.page-settings-leftcol { |
|
193 |
float: left; |
|
194 |
padding: 10px 10px 10px 10px; |
|
195 |
border-right: groove 2px #a8bccb; |
|
196 |
} |
|
197 |
div.page-settings-leftcol div { |
|
198 |
padding: 2px 0 3px 0; |
|
199 |
vertical-align: top; |
|
200 |
} |
|
201 |
div.page-settings-leftcol label { |
|
202 |
width: 170px; |
|
203 |
vertical-align: top; |
|
204 |
} |
|
205 |
div.page-settings-righttoprow { |
|
206 |
margin-left:417px; |
|
207 |
padding: 5px 20px 5px 10px; |
|
208 |
} |
|
209 |
div.page-settings-righttoprow label { |
|
210 |
width: 110px; |
|
211 |
vertical-align: top; |
|
212 |
} |
|
213 |
div.page-settings-centercol { |
|
214 |
float: left; |
|
215 |
padding: 10px 20px 10px 20px; |
|
216 |
border-right: groove 2px #a8bccb; |
|
217 |
} |
|
218 |
div.page-settings-rightcol { |
|
219 |
float: left; |
|
220 |
padding: 10px 20px 10px 10px; |
|
221 |
border: none; |
|
222 |
} |
|
223 |
/* ************************************************************************** */ |
|
224 |
/* DIV-mbox to show selector or simply content only ************************* */ |
|
225 |
div.mbox { |
|
226 |
padding :10px; |
|
227 |
margin :15px auto; |
|
228 |
background-color :#fff; |
|
229 |
color :#330033; |
|
230 |
font-size :1em; |
|
231 |
display :block; |
|
232 |
} |
|
233 |
div.mbox div { } /* inner div to expand for additional decorations (see .mbox-icon div) */ |
|
234 |
div.mbox div a { font-size :1em; color: #0052A1; } |
|
235 |
div.mbox div a:hover { color: #0099FF; } |
|
236 |
div.mbox div p.title { margin :0; padding :0.08em 0 0.6em 0; font-size: 110%; color: #0052A1; font-weight: bold;} |
|
237 |
div.mbox div p { margin :0; padding :0 0 0.6em 0;} |
|
238 |
div.mbox:hover { } |
|
239 |
/* extension for mbox to show additional icons on left side ***************** */ |
|
240 |
div.mbox-icon { background-repeat :no-repeat; background-image :url(icons/info_50.png); background-position :15px 50%; padding :15px; min-height: 25px;} |
|
241 |
div.mbox-icon div { margin-left :70px; border-left : 0px outset; padding-left: 5px;} |
|
242 |
div.mbox-icon16 { background-repeat :no-repeat; background-image :url(icons/info_16.png); background-position :5px 50%; padding :5px; min-height: 10px;} |
|
243 |
div.mbox-icon16 div { margin-left :30px; border-left : 4px outset; padding-left: 5px;} |
|
244 |
/* coloring of the mbox and other boxes also ******************************** */ |
|
245 |
div.box-ok { border-color: green; color: green; } |
|
246 |
div.box-error { border-color: red; color: red; } |
|
247 |
div.box-info { border-color: #bb7a00; color: #003ff2;} |
|
248 |
div.box-warning { border-color: orange; color: orange;} |
|
249 |
/* Border attributes for mbox and other elements also *********************** */ |
|
250 |
|
|
251 |
/* label/input attributes for mbox for tableless design *********************** */ |
|
252 |
div.mbox label, |
|
253 |
div.mbox select, |
|
254 |
div.mbox span, |
|
255 |
div.mbox textarea, |
|
256 |
div.mbox input { display :block; float :left; margin-bottom :10px; margin-right :5px; } |
|
257 |
div.mbox label { padding-right :10px; } |
|
258 |
div.mbox label.radio { text-align : left; padding-right :20px; width :100px; } |
|
259 |
div.mbox br { clear : both; } |
|
260 |
/**/ |
|
261 |
/* END of mbox - definition ************************************************* */ |
|
262 |
/* ************************************************************************** */ |
|
263 |
div.content_box form { width : 100%; } |
|
264 |
.content_box { |
|
265 |
position :relative; |
|
266 |
margin :0px auto; |
|
267 |
padding :0; |
|
268 |
} |
|
269 |
.content_box form{ background :transparent; height :auto; } |
|
270 |
.content_box li { |
|
271 |
float :left; |
|
272 |
margin :auto 0.8em; |
|
273 |
list-style-type :none; |
|
274 |
display :block; |
|
275 |
} |
|
276 |
.content_box ul { padding :0 0 0 15px; margin :0 auto; width :100%; } |
|
277 |
.content_box h5.title { color :#339bff; font-weight :bold; font-size :1.2em; margin :0 auto; text-align :left; } |
|
278 |
.content_box h5.title a:link { color :#0067ca; } |
|
279 |
.content_box h5.title a:hover { color : #0099ff; } |
|
280 |
.content_box h5.noscript { font-size :1.2em; padding :5px 0px 5px 0px; } |
|
281 |
.content_box div.noscript { height :auto; width :100%; padding :5px; background :none no-repeat left; } |
|
282 |
/* */ |
|
283 |
button { padding :2px; } |
|
284 |
button.link { padding :0px; background-color :transparent; display :inline; vertical-align :middle; border :0px none; cursor :pointer; } |
|
285 |
button span.title { font-size :1.3em; display :inline; font-weight :100; color :#007ac8; letter-spacing :1px; } |
|
286 |
/* */ |
|
287 |
.curved { border : 1px solid #666666; } |
|
288 |
div.col_content { margin-right :0.5em; padding :2px 0 2px 10px; } |
|
289 |
.shadow { box-shadow :3px 3px 10px rgba(0, 0, 0, 0.6); } |
|
290 |
.row_0 { background-color :transparent; } |
|
291 |
.row_1 { background-color : #cccccc; } |
|
292 |
/**/ |
|
293 |
h1, h2, h3, h4, h5, h6 { color : #003366; display :block; font-weight :bold; margin :0.5em auto; padding-bottom :5px; } |
|
294 |
h6 { font-size :100%; } |
|
295 |
/**/ |
|
296 |
.cleft, div.col_left { float :left; } |
|
297 |
.cright, div.col_right { float :right; } |
|
298 |
.c25, div.col_width25 { width :25%; } |
|
299 |
.c33, div.col_width33 { width :33.333%; } |
|
300 |
.c50, div.col_width50 { width :48%; } |
|
301 |
.c60, div.col_width60 { width :60%; } |
|
302 |
.c75, div.col_width75 { width :75%; } |
|
303 |
.c90, div.col_width90 { width :90%; } |
|
304 |
.c100, div.col_width100 { |
|
305 |
width :100%; |
|
306 |
margin : 0 auto; |
|
307 |
} |
|
308 |
.c400, .col_width400 { width :400px; } |
|
309 |
.h30 { height :25px; } |
|
310 |
.h50 { height :49px; } |
|
311 |
.h65 { min-height :70px; overflow :hidden; } |
|
312 |
.h80 { height :80px; } |
|
313 |
.h100 { height :100px; } |
|
314 |
.h120 { height :120px; } |
|
315 |
.h140 { height :140px; } |
|
316 |
.h185 { height :185px; } |
|
317 |
.min_h100 { min-height :100px; } |
|
318 |
.border { border-right :5px solid #cccccc; } |
|
319 |
/**/ |
|
320 |
.clear:after { clear :both; content :"."; display :block; font-size :0; height :0; visibility :hidden; } |
|
321 |
.clear { clear :both; display :block; } |
|
322 |
.ie-clearing { display :none; } |
|
323 |
.floatbox { overflow :hidden; } |
|
324 |
.spacer { line-height :1em; margin-right :0.5em; position :relative; } |
|
325 |
table.layout { table-layout :fixed; } |
|
326 |
/*overwriting above */ |
|
327 |
td,th,textarea { color :#000000; font-size :96%; font-family :Verdana, Arial, Helvetica, sans-serif; } |
|
328 |
textarea { font-size :86%; } |
|
329 |
.container, .menu { |
|
330 |
min-width :320px; |
|
331 |
} |
|
332 |
.content { |
|
333 |
padding: 1em; |
|
334 |
width: 85%; |
|
335 |
min-width :320px; |
|
336 |
} |
|
337 |
div.dev-info { |
|
338 |
background :#DDDDDD; |
|
339 |
max-width: 85%; |
|
340 |
min-height :2em; |
|
341 |
height :auto; |
|
342 |
white-space :normal; |
|
343 |
margin : 0 auto 10px; |
|
344 |
position :relative; |
|
345 |
|
|
346 |
} |
|
347 |
.settings_table, .tool_table { |
|
348 |
text-align :left; |
|
349 |
vertical-align :top; |
|
350 |
} |
|
351 |
|
|
352 |
input.save, |
|
353 |
input.reset { |
|
354 |
width:40%; |
|
355 |
} |
|
356 |
.msg-box { text-align :left; } |
|
357 |
|
|
358 |
.permission_box { |
|
359 |
width :95%; |
|
360 |
border :2px solid #ddd; |
|
361 |
} |
|
362 |
.permission_box caption { |
|
363 |
text-align : center; |
|
364 |
line-height : 30px; |
|
365 |
font-weight :bold; |
|
366 |
} |
|
367 |
.permission_box th { |
|
368 |
text-align :left; |
|
369 |
background :#d2e8e8; |
|
370 |
} |
|
371 |
.permission_box th { |
|
372 |
text-align :left; |
|
373 |
} |
|
374 |
.permission_box td label { |
|
375 |
text-align :left; |
|
376 |
vertical-align : text-top; |
|
377 |
font-size :98%; |
|
378 |
} |
|
379 |
textarea { font-size :100%; } |
|
380 |
|
|
381 |
.setting_value label { |
|
382 |
text-align :left; |
|
383 |
vertical-align : text-top; |
|
384 |
font-size :98%; |
|
385 |
} |
|
386 |
.menu { |
|
387 |
margin :0; |
|
388 |
padding :0; |
|
389 |
padding-top :8px; |
|
390 |
padding-bottom :10px; |
|
391 |
padding-left :8px; |
|
392 |
background : #000000 url(images/menu.png); |
|
393 |
} |
|
394 |
.menu li { padding-right :1px; list-style-type :none; display :inline; } |
|
395 |
.menu a, .menu a:link, .menu a:active, .menu a:visited { |
|
396 |
border-bottom :0; |
|
397 |
padding :10px 11px; |
|
398 |
color :#ffffff; |
|
399 |
} |
|
400 |
|
|
401 |
/* header horizontal navigation */ |
|
402 |
div.menu { |
|
403 |
background : #486991 url(images/menu.png); |
|
404 |
hei/ght : 3em; |
|
405 |
line-height : 3.0em; |
|
406 |
margin : 2px auto; |
|
407 |
padding :0; |
|
408 |
font-size :96%; |
|
409 |
text-align :left; |
|
410 |
width :100%; |
|
411 |
} |
|
412 |
div.menu ul { |
|
413 |
color :#ffffff; |
|
414 |
display :block; |
|
415 |
padding :0; |
|
416 |
list-style-position :outside; |
|
417 |
} |
|
418 |
div.menu * a { color :#ffffff; text-decoration :none; } |
|
419 |
div.menu ul li { |
|
420 |
color :#ffffff; |
|
421 |
display :inline; |
|
422 |
padding :10px 0px; |
|
423 |
} |
|
424 |
div.menu ul li a { |
|
425 |
color :#ffff33; |
|
426 |
display :inline; |
|
427 |
padding :15px 5px; |
|
428 |
font-weight :normal; |
|
429 |
} |
|
430 |
div.menu ul li a.active { |
|
431 |
color :#ffffff; |
|
432 |
padding :9px 11px 9px 11px; |
|
433 |
background : #94dd00 url(images/menuo.png) no-repeat; |
|
434 |
} |
|
435 |
div.menu ul li:hover, |
|
436 |
div.menu ul li a:hover { |
|
437 |
color :#ffffff; |
|
438 |
background : #486991 url(images/menuo.png) repeat-x; |
|
439 |
} |
|
440 |
.main { |
|
441 |
width :auto; |
|
442 |
min-/width :320px; |
|
443 |
max-width :87em; |
|
444 |
border :0px solid #000000; |
|
445 |
margin : 0px auto; |
|
446 |
padding :0px; |
|
447 |
} |
|
448 |
|
|
449 |
.header { |
|
450 |
width :85%; |
|
451 |
} |
|
452 |
.footer { |
|
453 |
width :85%; |
|
454 |
margin : 15px auto; |
|
455 |
} |
|
456 |
.logo { |
|
457 |
width :278px; |
|
458 |
padding-right :20px; |
|
459 |
} |
|
460 |
.version { |
|
461 |
margin : 15px auto; |
|
462 |
float :right; |
|
463 |
} |
|
464 |
.topnav { |
|
465 |
margin : 0 auto; |
|
466 |
text-align :center; |
|
467 |
} |
|
468 |
div.msg-box.center { |
|
469 |
margin : 0 auto; |
|
470 |
text-align :center; |
|
471 |
} |
|
472 |
.pages_list table td, table.pages_view td { |
|
473 |
padding :3px; |
|
474 |
font-size :150%; |
|
475 |
} |
|
1 |
* html div{ height :1em; /* Workaround gegen den 3-Pixel-Bug des Internet Explorers 6 */ } |
|
2 |
html{ font-family :Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; font-size :100.1%; font-weight :normal; color :#404040; overflow :-moz-scrollbars-vertical; } |
|
3 |
body{ margin :0 auto; padding :0px; background :#a8bccb; text-align :left; font-size :0.8em; } |
|
4 |
body { background-color :#a8bccb; background-repeat :repeat-x; } |
|
5 |
table {border-collapse: separate;} |
|
6 |
td,th,input,textarea { color :#000000; font-size :1.0em; font-family :Verdana, Arial, Helvetica, sans-serif; } |
|
7 |
textarea { font-size :1em; } |
|
8 |
img { border :0px; } |
|
9 |
form { margin :0; } |
|
10 |
hr { margin :1em auto; color :#003366; height :1px; } |
|
11 |
h1 { color :#000000; font-size :1.8em; text-align :center; text-transform :uppercase; } |
|
12 |
h2 { margin :0.5em 0px 0.5em 0px; color :#336699; font-size :1.5em; } |
|
13 |
h2 { font-family :arial,sans-serif; letter-spacing :-1px; margin :0.5em 0; text-align :left; } |
|
14 |
h4 { margin :0; border-bottom :1px solid #dddddd; padding-bottom :5px; } |
|
15 |
a h3 { margin :0; font-size :1.1em; padding-bottom :2px; } |
|
16 |
li p { margin :0.5em 0; } |
|
17 |
/**/ |
|
18 |
a:link, a:visited, a:active { color :#003366; text-decoration :none; } |
|
19 |
a:hover { color :#336699; text-decoration :none; } |
|
20 |
ul, li { margin :0; padding :0; list-style :none; } |
|
21 |
.current a, .current a:link, .current a:active, .current a:visited { background :url(images/menuo.png) #ffffff; background-repeat :repeat-x; color :#ffffff; } |
|
22 |
|
|
23 |
label { cursor :pointer; } |
|
24 |
input:focus, input:active, select:focus, textarea:focus { background :#f1f8fd; } |
|
25 |
iframe { border :1px solid #35373a; } |
|
26 |
div.box { width :100%; margin :-10px 0 0 0; font-size :small; text-align :right; } |
|
27 |
.header { width :900px; margin :0 auto; } |
|
28 |
.container { width :85%; margin :0 auto; background :url(images/bgtitle.png) #ffffff; background-repeat :repeat-x; } |
|
29 |
.content { padding :1.6em; margin :0 auto; min-height :300px; vertical-align :top; width :900px; } |
|
30 |
#content_container { text-align :center; width :900px; clear :both; margin :0 auto; } |
|
31 |
#admintools ul { padding :0; margin :0 auto; width :100%; } |
|
32 |
#admintools li { list-style-type :none; display :inline; float :left; width :47%; margin :0 10px 0 0; } |
|
33 |
.description { padding :4px 4px 0 4px; text-align :left; vertical-align :top; } |
|
34 |
.graphic { border :4px solid #fdfdfd; height :50px; padding-left :3px; width :50px; } |
|
35 |
.graphic img { background-color :#ffffff; border :1px solid #d0d0d0; padding :4px; vertical-align :middle; } |
|
36 |
.menu { margin :0; padding :0; padding-top :8px; padding-bottom :10px; padding-left :8px; background :url(images/menu.png) #000000; background-repeat :repeat-x; } |
|
37 |
.menu li { padding-right :1px; list-style-type :none; display :inline; } |
|
38 |
.menu a, .menu a:link, .menu a:active, .menu a:visited { border-bottom :0; padding :7px 11px 9px 11px; color :#ffffff; } |
|
39 |
.menu a:hover { color :#ffffff; background :url(images/menuo.png) #ffffff; background-repeat :repeat-x; text-decoration :none; } |
|
40 |
.note { color :#666666; font-size :10px; } |
|
41 |
div .pages_list { width :100%; font-size :0.7em; } |
|
42 |
.pages_list .icon_col td img { border-style :none; float :left; padding-right :7px; display :block; } |
|
43 |
.pages_list table { width :100%; margin :0 auto; background-color :#dcdcdc; } |
|
44 |
.pages_list ul { margin :0; padding :0px; font-weight :normal; } |
|
45 |
.pages_list ul li { margin :2px 0; padding :0px; list-style-type :none; } |
|
46 |
.page_list_show li { display :block; } |
|
47 |
img.page_list_rights { border :none; margin-right :5px; float :left; margin-top :2px; margin-bottom :2px; } |
|
48 |
.content input { font-size :12px; } |
|
49 |
.section { margin-top :10px; padding :0px; border :1px solid #999999; font-size :1em; width :100%; background-color :#fdfdfd; height :75px; } |
|
50 |
.sections_header { width :100%; margin-bottom :10px; border :none; background-color :#f0f0f0; height :50px; } |
|
51 |
.sections_header td { padding :5px; } |
|
52 |
.setting_name { width :20%; min-width :200px; } |
|
53 |
.setting_value { width :80%; } |
|
54 |
.setting_value_permissions { width :50%; min-width :400px; } |
|
55 |
.setting_value textarea { height :50px; } |
|
56 |
.title { |
|
57 |
text-align :left; |
|
58 |
padding :4px 5px 0px 3px; |
|
59 |
font-weight :bold; |
|
60 |
font-size :14px; |
|
61 |
margin-bottom :5px; |
|
62 |
} |
|
63 |
span.title { display :block; } |
|
64 |
.tool_table ul { margin :0; padding :0; margin-left :20px; margin-bottom :2px; } |
|
65 |
.tool_table li { padding :1px; list-style-type :disc; } |
|
66 |
/* CSS STYLES FOR THE PAGES SECTION */ |
|
67 |
table.pages_view { width :100%; margin :0 auto; border :0; background-color :#ecf3f7; border-spacing :0px; } |
|
68 |
table.pages_view tr:hover { background-color :#f1f8dd; } |
|
69 |
/* FORMS */ |
|
70 |
.submit, .cancel { width :100px; margin-top :5px; } |
|
71 |
.form_submit .right { text-align :right; } |
|
72 |
.input_small { width :20px; } |
|
73 |
.input_normal { width :120px; } |
|
74 |
.input_medium { width :150px; } |
|
75 |
.input_wide { width :200px; } |
|
76 |
.input_large { width :300px; } |
|
77 |
select option.disabled { color :#aaaaaa; } |
|
78 |
.jsadmin_drag img { padding :3px 0; margin-top :1px; vertical-align :top; cursor :pointer; } |
|
79 |
.modify_link { padding-top :4px; display :inline; vertical-align :middle; } |
|
80 |
.header_list_page_id { width :30px; padding-right :15px; text-align :right; } |
|
81 |
.header_list_actions { width :150px; text-align :left; } |
|
82 |
.list_actions { width :20px; text-align :left; } |
|
83 |
.sections_list { padding-left :10px; font-weight :bold; } |
|
84 |
.header_list_block { width :180px; text-align :left; } |
|
85 |
.header_list_sections_actions { width :30px; text-align :left; } |
|
86 |
.value_page_code { width :240px; color :#006400; font-weight :400; } |
|
87 |
/* Ende */ |
|
88 |
.pages_list table td, table.pages_view td { padding :3px; } |
|
89 |
.save, .reset, .input_narrow { width :100px; } |
|
90 |
.settings_table td, .tool_table td { text-align :left; vertical-align :top; } |
|
91 |
#file_mode input, #dir_mode input { width :12px; height :12px; } |
|
92 |
#hide2, .hide, .page_list { display :none; } |
|
93 |
.header_list_page_title, .list_page_title { width :300px; text-align :left; } |
|
94 |
.list_section_id, .list_page_id, .header_list_section_id { width :2em; text-align :right; } |
|
95 |
.list_page_code, .list_page_language { width :240px; } |
|
96 |
.form_submit .left, .header_list_menu_title, .list_menu_title, .header_list_type { text-align :left; } |
|
97 |
.header_title, .sections_list table, .setting_value input, .setting_value select, .setting_value textarea, .value_input input, .value_input text, .value_input select, .form_submit, .input_full { width :100%; } |
|
98 |
.header_list_pubdate_start, .header_list_pubdate_end, .list_pubdate_start, .list_pubdate_end { width :200px; text-align :left; } |
|
99 |
.right{ text-align :right; } |
|
100 |
.left{ text-align :left; } |
|
101 |
/* set div layers in dead tables */ |
|
102 |
.subcolumns { width :100%; overflow :hidden; margin :10px 0; } |
|
103 |
.subcolumns_oldgecko { width :100%; float :left; margin :10px 0; } |
|
104 |
.c10l, .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l { float :left; } |
|
105 |
.c10r, .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r { float :right; margin-left :-5px; } |
|
106 |
.c10l, .c10r { width :10%; } |
|
107 |
.c20l, .c20r { width :20%; line-height :2em; } |
|
108 |
.c40l, .c40r { width :40%; } |
|
109 |
.c60l, .c60r { width :60%; height :21px; } |
|
110 |
.c25l, .c25r { width :28%; } |
|
111 |
.c33l, .c33r { width :33.333%; } |
|
112 |
.c50l, .c50r { width :50%; } |
|
113 |
.c66l, .c66r { width :66.666%; } |
|
114 |
.c38l, .c38r { width :38.2%; } |
|
115 |
.c62l, .c62r { width :61.8%; } |
|
116 |
.subc { padding :0 0.5em; } |
|
117 |
.subcl { padding :0 1em 0 0; } |
|
118 |
.subcr { padding :0 0 0 1em; } |
|
119 |
.c80l, .c80r, .c90l, .c90r { width :80%; } |
|
120 |
.c75l, .c75r, .c80l, .c80r { width :75%; } |
|
121 |
.info { padding :10px; margin-bottom :0.5em; background :#f8f8f8; color :#666666; font-size :91.7%; } |
|
122 |
.note { border :2px #448844 solid; padding :10px; margin :10px auto; background :#eeffee; color :#004400; } |
|
123 |
.important { border :2px #888844 solid; padding :10px; margin-bottom :1em; background :#ffffee; color :#444400; } |
|
124 |
.warning { border :2px #884444 solid; padding :10px; margin-bottom :1em; background :#ffeeee; color :#440000; } |
|
125 |
.row_0 { background-color :transparent; } |
|
126 |
.row_1 { background-color :#ccddee; } |
|
127 |
div.content_box { margin :0em auto; } |
|
128 |
div.content_box form { width :98%; } |
|
129 |
#language, |
|
130 |
#timezone, |
|
131 |
#date_format, |
|
132 |
#time_format { min-width :250px; } |
|
133 |
#display_name, |
|
134 |
#username, |
|
135 |
#email, |
|
136 |
#new_password_1, |
|
137 |
#new_password_2, |
|
138 |
#current_password { min-width :250px; } |
|
139 |
#submit, |
|
140 |
#reset { max-width :100px; } |
|
141 |
div#username { height :17px; width :118%; background-color :#e9e9e9; min-width :250px; border :0px groove #6799c4; text-align :left; font-weight :bold; margin :0; } |
|
142 |
.save_section { margin :20px auto 5px auto; } |
|
143 |
#language, |
|
144 |
#timezone, |
|
145 |
#date_format, |
|
146 |
#time_format, |
|
147 |
#display_name, |
|
148 |
#username, |
|
149 |
#email, |
|
150 |
#new_password_1, |
|
151 |
#new_password_2, |
|
152 |
#current_password { width :118%; } |
|
153 |
.section-info { margin :1.5em 0; } |
|
154 |
.rounded { border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; } |
|
155 |
.bigger { font-size :150%; } |
|
156 |
.strong { font-weight :bold; } |
|
157 |
.msg-box { background :#e5ffe6; border :0.2em #009900 solid; color :#336600; margin-bottom :1em; padding :0.63em; text-align :center; } |
|
158 |
.error-box { background :#ffeeee; border :0.2em #884444 solid; color :#440000; margin-bottom :1em; padding :0.63em; text-align :center; } |
|
159 |
.msg-box p, |
|
160 |
.error-box p { font-size :120%; } |
|
161 |
select > option.user-inactive { color :#990000; } |
|
162 |
button.status { cursor :pointer; border-radius :5px; -khtml-border-radius :5px; -webkit-border-radius :5px; -moz-border-radius :5px; } |
|
163 |
|
|
164 |
/* depending styles for /admin/pages_settings */ |
|
165 |
div.page-settings { |
|
166 |
font-size: 0.9em; |
|
167 |
border: none; |
|
168 |
} |
|
169 |
div.page-settings div.caption { |
|
170 |
font-size: 1em; |
|
171 |
font-weight: bold; |
|
172 |
padding: 3px 0 0px 0; |
|
173 |
margin: 0; padding: 0; border: none; |
|
174 |
margin-bottom: 10px; |
|
175 |
border-bottom: groove 2px #a8bccb; |
|
176 |
} |
|
177 |
div.page-settings label { |
|
178 |
display: inline-block; |
|
179 |
} |
|
180 |
div.page-settings input, |
|
181 |
div.page-settings textarea, |
|
182 |
div.page-settings select { |
|
183 |
width: 210px; |
|
184 |
} |
|
185 |
div.page-settings select { |
|
186 |
/* font-size: 1em; */ |
|
187 |
} |
|
188 |
div.page-settings textarea { |
|
189 |
height: 5em; |
|
190 |
} |
|
191 |
div.page-settings [type=checkbox] { |
|
192 |
width: 2.5em; |
|
193 |
} |
|
194 |
div.page-settings-leftcol { |
|
195 |
float: left; |
|
196 |
padding: 10px 10px 10px 10px; |
|
197 |
border-right: groove 2px #a8bccb; |
|
198 |
} |
|
199 |
div.page-settings-leftcol div { |
|
200 |
padding: 2px 0 3px 0; |
|
201 |
vertical-align: top; |
|
202 |
} |
|
203 |
div.page-settings-leftcol label { |
|
204 |
width: 170px; |
|
205 |
vertical-align: top; |
|
206 |
} |
|
207 |
div.page-settings-righttoprow { |
|
208 |
margin-left:417px; |
|
209 |
padding: 5px 20px 5px 10px; |
|
210 |
} |
|
211 |
div.page-settings-righttoprow label { |
|
212 |
width: 110px; |
|
213 |
vertical-align: top; |
|
214 |
} |
|
215 |
div.page-settings-centercol { |
|
216 |
float: left; |
|
217 |
padding: 10px 20px 10px 20px; |
|
218 |
border-right: groove 2px #a8bccb; |
|
219 |
} |
|
220 |
div.page-settings-rightcol { |
|
221 |
float: left; |
|
222 |
padding: 10px 20px 10px 10px; |
|
223 |
border: none; |
|
224 |
} |
|
225 |
/* ************************************************************************** */ |
|
226 |
/* DIV-mbox to show selector or simply content only ************************* */ |
|
227 |
div.mbox { |
|
228 |
padding :10px; |
|
229 |
margin :15px auto; |
|
230 |
background-color :#fff; |
|
231 |
color :#330033; |
|
232 |
font-size :1em; |
|
233 |
display :block; |
|
234 |
} |
|
235 |
div.mbox div { } /* inner div to expand for additional decorations (see .mbox-icon div) */ |
|
236 |
div.mbox div a { font-size :1em; color: #0052A1; } |
|
237 |
div.mbox div a:hover { color: #0099FF; } |
|
238 |
div.mbox div p.title { margin :0; padding :0.08em 0 0.6em 0; font-size: 110%; color: #0052A1; font-weight: bold;} |
|
239 |
div.mbox div p { margin :0; padding :0 0 0.6em 0;} |
|
240 |
div.mbox:hover { } |
|
241 |
/* extension for mbox to show additional icons on left side ***************** */ |
|
242 |
div.mbox-icon { background-repeat :no-repeat; background-image :url(icons/info_50.png); background-position :15px 50%; padding :15px; min-height: 25px;} |
|
243 |
div.mbox-icon div { margin-left :70px; border-left : 0px outset; padding-left: 5px;} |
|
244 |
div.mbox-icon16 { background-repeat :no-repeat; background-image :url(icons/info_16.png); background-position :5px 50%; padding :5px; min-height: 10px;} |
|
245 |
div.mbox-icon16 div { margin-left :30px; border-left : 4px outset; padding-left: 5px;} |
|
246 |
/* coloring of the mbox and other boxes also ******************************** */ |
|
247 |
div.box-ok { border-color: green; color: green; } |
|
248 |
div.box-error { border-color: red; color: red; } |
|
249 |
div.box-info { border-color: #bb7a00; color: #003ff2;} |
|
250 |
div.box-warning { border-color: orange; color: orange;} |
|
251 |
/* Border attributes for mbox and other elements also *********************** */ |
|
252 |
|
|
253 |
/* label/input attributes for mbox for tableless design *********************** */ |
|
254 |
div.mbox label, |
|
255 |
div.mbox select, |
|
256 |
div.mbox span, |
|
257 |
div.mbox textarea, |
|
258 |
div.mbox input { display :block; float :left; margin-bottom :10px; margin-right :5px; } |
|
259 |
div.mbox label { padding-right :10px; } |
|
260 |
div.mbox label.radio { text-align : left; padding-right :20px; width :100px; } |
|
261 |
div.mbox br { clear : both; } |
|
262 |
/**/ |
|
263 |
/* END of mbox - definition ************************************************* */ |
|
264 |
/* ************************************************************************** */ |
|
265 |
div.content_box form { width : 100%; } |
|
266 |
.content_box { |
|
267 |
position :relative; |
|
268 |
margin :0px auto; |
|
269 |
padding :0; |
|
270 |
} |
|
271 |
.content_box form{ background :transparent; height :auto; } |
|
272 |
.content_box li { |
|
273 |
float :left; |
|
274 |
margin :auto 0.8em; |
|
275 |
list-style-type :none; |
|
276 |
display :block; |
|
277 |
} |
|
278 |
.content_box ul { padding :0 0 0 15px; margin :0 auto; width :100%; } |
|
279 |
.content_box h5.title { color :#339bff; font-weight :bold; font-size :1.2em; margin :0 auto; text-align :left; } |
|
280 |
.content_box h5.title a:link { color :#0067ca; } |
|
281 |
.content_box h5.title a:hover { color : #0099ff; } |
|
282 |
.content_box h5.noscript { font-size :1.2em; padding :5px 0px 5px 0px; } |
|
283 |
.content_box div.noscript { height :auto; width :100%; padding :5px; background :none no-repeat left; } |
|
284 |
/* */ |
|
285 |
button { padding :2px; } |
|
286 |
button.link { padding :0px; background-color :transparent; display :inline; vertical-align :middle; border :0px none; cursor :pointer; } |
|
287 |
button span.title { font-size :1.3em; display :inline; font-weight :100; color :#007ac8; letter-spacing :1px; } |
|
288 |
/* */ |
|
289 |
.curved { border : 1px solid #666666; } |
|
290 |
div.col_content { margin-right :0.5em; padding :2px 0 2px 10px; } |
|
291 |
.shadow { box-shadow :3px 3px 10px rgba(0, 0, 0, 0.6); } |
|
292 |
.row_0 { background-color :transparent; } |
|
293 |
.row_1 { background-color : #cccccc; } |
|
294 |
/**/ |
|
295 |
h1, h2, h3, h4, h5, h6 { color : #003366; display :block; font-weight :bold; margin :0.5em auto; padding-bottom :5px; } |
|
296 |
h6 { font-size :100%; } |
|
297 |
/**/ |
|
298 |
.cleft, div.col_left { float :left; } |
|
299 |
.cright, div.col_right { float :right; } |
|
300 |
.c25, div.col_width25 { width :25%; } |
|
301 |
.c33, div.col_width33 { width :33.333%; } |
|
302 |
.c50, div.col_width50 { width :48%; } |
|
303 |
.c60, div.col_width60 { width :60%; } |
|
304 |
.c75, div.col_width75 { width :75%; } |
|
305 |
.c90, div.col_width90 { width :90%; } |
|
306 |
.c100, div.col_width100 { |
|
307 |
width :100%; |
|
308 |
margin : 0 auto; |
|
309 |
} |
|
310 |
.c400, .col_width400 { width :400px; } |
|
311 |
.h30 { height :25px; } |
|
312 |
.h50 { height :49px; } |
|
313 |
.h65 { min-height :70px; overflow :hidden; } |
|
314 |
.h80 { height :80px; } |
|
315 |
.h100 { height :100px; } |
|
316 |
.h120 { height :120px; } |
|
317 |
.h140 { height :140px; } |
|
318 |
.h185 { height :185px; } |
|
319 |
.min_h100 { min-height :100px; } |
|
320 |
.border { border-right :5px solid #cccccc; } |
|
321 |
/**/ |
|
322 |
.clear:after { clear :both; content :"."; display :block; font-size :0; height :0; visibility :hidden; } |
|
323 |
.clear { clear :both; display :block; } |
|
324 |
.ie-clearing { display :none; } |
|
325 |
.floatbox { overflow :hidden; } |
|
326 |
.spacer { line-height :1em; margin-right :0.5em; position :relative; } |
|
327 |
table.layout { table-layout :fixed; } |
|
328 |
/*overwriting above */ |
|
329 |
td,th,textarea { color :#000000; font-size :96%; font-family :Verdana, Arial, Helvetica, sans-serif; } |
|
330 |
textarea { font-size :86%; } |
|
331 |
.container, .hmenu { |
Also available in: Unified diff
! replace settings and default header