Revision 1037
Added by Matthias over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 | 14 |
06-July-2009 Matthias Gallas |
15 |
# Fixed Backend-Themes to get more valide output (Thanks to Luisehahne) |
|
15 | 16 |
+ Added argos_theme |
16 | 17 |
+ Added new functions to admin dir (Thanks Argos and Ruud) |
17 | 18 |
! Updated install and upgrade-script |
trunk/wb/include/jquery/jquery-ui.css | ||
---|---|---|
1 |
/* |
|
2 |
* jQuery UI CSS Framework |
|
3 |
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) |
|
4 |
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. |
|
5 |
*/ |
|
6 |
|
|
7 |
/* Layout helpers |
|
8 |
----------------------------------*/ |
|
9 |
.ui-helper-hidden { display: none; } |
|
10 |
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; } |
|
11 |
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } |
|
12 |
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } |
|
13 |
.ui-helper-clearfix { display: inline-block; } |
|
14 |
/* required comment for clearfix to work in Opera \*/ |
|
15 |
* html .ui-helper-clearfix { height:1%; } |
|
16 |
.ui-helper-clearfix { display:block; } |
|
17 |
/* end clearfix */ |
|
18 |
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } |
|
19 |
|
|
20 |
|
|
21 |
/* Interaction Cues |
|
22 |
----------------------------------*/ |
|
23 |
.ui-state-disabled { cursor: default !important; } |
|
24 |
|
|
25 |
|
|
26 |
/* Icons |
|
27 |
----------------------------------*/ |
|
28 |
|
|
29 |
/* states and images */ |
|
30 |
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } |
|
31 |
|
|
32 |
|
|
33 |
/* Misc visuals |
|
34 |
----------------------------------*/ |
|
35 |
|
|
36 |
/* Overlays */ |
|
37 |
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } |
|
38 |
|
|
39 |
/* |
|
40 |
* jQuery UI CSS Framework |
|
41 |
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) |
|
42 |
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. |
|
43 |
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px |
|
44 |
*/ |
|
45 |
|
|
46 |
|
|
47 |
/* Component containers |
|
48 |
----------------------------------*/ |
|
49 |
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; } |
|
50 |
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; } |
|
51 |
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; } |
|
52 |
.ui-widget-content a { color: #222222; } |
|
53 |
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; } |
|
54 |
.ui-widget-header a { color: #222222; } |
|
55 |
|
|
56 |
/* Interaction states |
|
57 |
----------------------------------*/ |
|
58 |
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; } |
|
59 |
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; } |
|
60 |
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; } |
|
61 |
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; } |
|
62 |
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; } |
|
63 |
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; } |
|
64 |
|
|
65 |
/* Interaction Cues |
|
66 |
----------------------------------*/ |
|
67 |
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; } |
|
68 |
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; } |
|
69 |
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; } |
|
70 |
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; } |
|
71 |
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; } |
|
72 |
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } |
|
73 |
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; } |
|
74 |
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } |
|
75 |
|
|
76 |
/* Icons |
|
77 |
----------------------------------*/ |
|
78 |
|
|
79 |
/* states and images */ |
|
80 |
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); } |
|
81 |
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } |
|
82 |
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } |
|
83 |
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); } |
|
84 |
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } |
|
85 |
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } |
|
86 |
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); } |
|
87 |
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); } |
|
88 |
|
|
89 |
/* positioning */ |
|
90 |
.ui-icon-carat-1-n { background-position: 0 0; } |
|
91 |
.ui-icon-carat-1-ne { background-position: -16px 0; } |
|
92 |
.ui-icon-carat-1-e { background-position: -32px 0; } |
|
93 |
.ui-icon-carat-1-se { background-position: -48px 0; } |
|
94 |
.ui-icon-carat-1-s { background-position: -64px 0; } |
|
95 |
.ui-icon-carat-1-sw { background-position: -80px 0; } |
|
96 |
.ui-icon-carat-1-w { background-position: -96px 0; } |
|
97 |
.ui-icon-carat-1-nw { background-position: -112px 0; } |
|
98 |
.ui-icon-carat-2-n-s { background-position: -128px 0; } |
|
99 |
.ui-icon-carat-2-e-w { background-position: -144px 0; } |
|
100 |
.ui-icon-triangle-1-n { background-position: 0 -16px; } |
|
101 |
.ui-icon-triangle-1-ne { background-position: -16px -16px; } |
|
102 |
.ui-icon-triangle-1-e { background-position: -32px -16px; } |
|
103 |
.ui-icon-triangle-1-se { background-position: -48px -16px; } |
|
104 |
.ui-icon-triangle-1-s { background-position: -64px -16px; } |
|
105 |
.ui-icon-triangle-1-sw { background-position: -80px -16px; } |
|
106 |
.ui-icon-triangle-1-w { background-position: -96px -16px; } |
|
107 |
.ui-icon-triangle-1-nw { background-position: -112px -16px; } |
|
108 |
.ui-icon-triangle-2-n-s { background-position: -128px -16px; } |
|
109 |
.ui-icon-triangle-2-e-w { background-position: -144px -16px; } |
|
110 |
.ui-icon-arrow-1-n { background-position: 0 -32px; } |
|
111 |
.ui-icon-arrow-1-ne { background-position: -16px -32px; } |
|
112 |
.ui-icon-arrow-1-e { background-position: -32px -32px; } |
|
113 |
.ui-icon-arrow-1-se { background-position: -48px -32px; } |
|
114 |
.ui-icon-arrow-1-s { background-position: -64px -32px; } |
|
115 |
.ui-icon-arrow-1-sw { background-position: -80px -32px; } |
|
116 |
.ui-icon-arrow-1-w { background-position: -96px -32px; } |
|
117 |
.ui-icon-arrow-1-nw { background-position: -112px -32px; } |
|
118 |
.ui-icon-arrow-2-n-s { background-position: -128px -32px; } |
|
119 |
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } |
|
120 |
.ui-icon-arrow-2-e-w { background-position: -160px -32px; } |
|
121 |
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } |
|
122 |
.ui-icon-arrowstop-1-n { background-position: -192px -32px; } |
|
123 |
.ui-icon-arrowstop-1-e { background-position: -208px -32px; } |
|
124 |
.ui-icon-arrowstop-1-s { background-position: -224px -32px; } |
|
125 |
.ui-icon-arrowstop-1-w { background-position: -240px -32px; } |
|
126 |
.ui-icon-arrowthick-1-n { background-position: 0 -48px; } |
|
127 |
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } |
|
128 |
.ui-icon-arrowthick-1-e { background-position: -32px -48px; } |
|
129 |
.ui-icon-arrowthick-1-se { background-position: -48px -48px; } |
|
130 |
.ui-icon-arrowthick-1-s { background-position: -64px -48px; } |
|
131 |
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } |
|
132 |
.ui-icon-arrowthick-1-w { background-position: -96px -48px; } |
|
133 |
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } |
|
134 |
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } |
|
135 |
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } |
|
136 |
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } |
|
137 |
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } |
|
138 |
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } |
|
139 |
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } |
|
140 |
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } |
|
141 |
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } |
|
142 |
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } |
|
143 |
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } |
|
144 |
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } |
|
145 |
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } |
|
146 |
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } |
|
147 |
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } |
|
148 |
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } |
|
149 |
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } |
|
150 |
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } |
|
151 |
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } |
|
152 |
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } |
|
153 |
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } |
|
154 |
.ui-icon-arrow-4 { background-position: 0 -80px; } |
|
155 |
.ui-icon-arrow-4-diag { background-position: -16px -80px; } |
|
156 |
.ui-icon-extlink { background-position: -32px -80px; } |
|
157 |
.ui-icon-newwin { background-position: -48px -80px; } |
|
158 |
.ui-icon-refresh { background-position: -64px -80px; } |
|
159 |
.ui-icon-shuffle { background-position: -80px -80px; } |
|
160 |
.ui-icon-transfer-e-w { background-position: -96px -80px; } |
|
161 |
.ui-icon-transferthick-e-w { background-position: -112px -80px; } |
|
162 |
.ui-icon-folder-collapsed { background-position: 0 -96px; } |
|
163 |
.ui-icon-folder-open { background-position: -16px -96px; } |
|
164 |
.ui-icon-document { background-position: -32px -96px; } |
|
165 |
.ui-icon-document-b { background-position: -48px -96px; } |
|
166 |
.ui-icon-note { background-position: -64px -96px; } |
|
167 |
.ui-icon-mail-closed { background-position: -80px -96px; } |
|
168 |
.ui-icon-mail-open { background-position: -96px -96px; } |
|
169 |
.ui-icon-suitcase { background-position: -112px -96px; } |
|
170 |
.ui-icon-comment { background-position: -128px -96px; } |
|
171 |
.ui-icon-person { background-position: -144px -96px; } |
|
172 |
.ui-icon-print { background-position: -160px -96px; } |
|
173 |
.ui-icon-trash { background-position: -176px -96px; } |
|
174 |
.ui-icon-locked { background-position: -192px -96px; } |
|
175 |
.ui-icon-unlocked { background-position: -208px -96px; } |
|
176 |
.ui-icon-bookmark { background-position: -224px -96px; } |
|
177 |
.ui-icon-tag { background-position: -240px -96px; } |
|
178 |
.ui-icon-home { background-position: 0 -112px; } |
|
179 |
.ui-icon-flag { background-position: -16px -112px; } |
|
180 |
.ui-icon-calendar { background-position: -32px -112px; } |
|
181 |
.ui-icon-cart { background-position: -48px -112px; } |
|
182 |
.ui-icon-pencil { background-position: -64px -112px; } |
|
183 |
.ui-icon-clock { background-position: -80px -112px; } |
|
184 |
.ui-icon-disk { background-position: -96px -112px; } |
|
185 |
.ui-icon-calculator { background-position: -112px -112px; } |
|
186 |
.ui-icon-zoomin { background-position: -128px -112px; } |
|
187 |
.ui-icon-zoomout { background-position: -144px -112px; } |
|
188 |
.ui-icon-search { background-position: -160px -112px; } |
|
189 |
.ui-icon-wrench { background-position: -176px -112px; } |
|
190 |
.ui-icon-gear { background-position: -192px -112px; } |
|
191 |
.ui-icon-heart { background-position: -208px -112px; } |
|
192 |
.ui-icon-star { background-position: -224px -112px; } |
|
193 |
.ui-icon-link { background-position: -240px -112px; } |
|
194 |
.ui-icon-cancel { background-position: 0 -128px; } |
|
195 |
.ui-icon-plus { background-position: -16px -128px; } |
|
196 |
.ui-icon-plusthick { background-position: -32px -128px; } |
|
197 |
.ui-icon-minus { background-position: -48px -128px; } |
|
198 |
.ui-icon-minusthick { background-position: -64px -128px; } |
|
199 |
.ui-icon-close { background-position: -80px -128px; } |
|
200 |
.ui-icon-closethick { background-position: -96px -128px; } |
|
201 |
.ui-icon-key { background-position: -112px -128px; } |
|
202 |
.ui-icon-lightbulb { background-position: -128px -128px; } |
|
203 |
.ui-icon-scissors { background-position: -144px -128px; } |
|
204 |
.ui-icon-clipboard { background-position: -160px -128px; } |
|
205 |
.ui-icon-copy { background-position: -176px -128px; } |
|
206 |
.ui-icon-contact { background-position: -192px -128px; } |
|
207 |
.ui-icon-image { background-position: -208px -128px; } |
|
208 |
.ui-icon-video { background-position: -224px -128px; } |
|
209 |
.ui-icon-script { background-position: -240px -128px; } |
|
210 |
.ui-icon-alert { background-position: 0 -144px; } |
|
211 |
.ui-icon-info { background-position: -16px -144px; } |
|
212 |
.ui-icon-notice { background-position: -32px -144px; } |
|
213 |
.ui-icon-help { background-position: -48px -144px; } |
|
214 |
.ui-icon-check { background-position: -64px -144px; } |
|
215 |
.ui-icon-bullet { background-position: -80px -144px; } |
|
216 |
.ui-icon-radio-off { background-position: -96px -144px; } |
|
217 |
.ui-icon-radio-on { background-position: -112px -144px; } |
|
218 |
.ui-icon-pin-w { background-position: -128px -144px; } |
|
219 |
.ui-icon-pin-s { background-position: -144px -144px; } |
|
220 |
.ui-icon-play { background-position: 0 -160px; } |
|
221 |
.ui-icon-pause { background-position: -16px -160px; } |
|
222 |
.ui-icon-seek-next { background-position: -32px -160px; } |
|
223 |
.ui-icon-seek-prev { background-position: -48px -160px; } |
|
224 |
.ui-icon-seek-end { background-position: -64px -160px; } |
|
225 |
.ui-icon-seek-first { background-position: -80px -160px; } |
|
226 |
.ui-icon-stop { background-position: -96px -160px; } |
|
227 |
.ui-icon-eject { background-position: -112px -160px; } |
|
228 |
.ui-icon-volume-off { background-position: -128px -160px; } |
|
229 |
.ui-icon-volume-on { background-position: -144px -160px; } |
|
230 |
.ui-icon-power { background-position: 0 -176px; } |
|
231 |
.ui-icon-signal-diag { background-position: -16px -176px; } |
|
232 |
.ui-icon-signal { background-position: -32px -176px; } |
|
233 |
.ui-icon-battery-0 { background-position: -48px -176px; } |
|
234 |
.ui-icon-battery-1 { background-position: -64px -176px; } |
|
235 |
.ui-icon-battery-2 { background-position: -80px -176px; } |
|
236 |
.ui-icon-battery-3 { background-position: -96px -176px; } |
|
237 |
.ui-icon-circle-plus { background-position: 0 -192px; } |
|
238 |
.ui-icon-circle-minus { background-position: -16px -192px; } |
|
239 |
.ui-icon-circle-close { background-position: -32px -192px; } |
|
240 |
.ui-icon-circle-triangle-e { background-position: -48px -192px; } |
|
241 |
.ui-icon-circle-triangle-s { background-position: -64px -192px; } |
|
242 |
.ui-icon-circle-triangle-w { background-position: -80px -192px; } |
|
243 |
.ui-icon-circle-triangle-n { background-position: -96px -192px; } |
|
244 |
.ui-icon-circle-arrow-e { background-position: -112px -192px; } |
|
245 |
.ui-icon-circle-arrow-s { background-position: -128px -192px; } |
|
246 |
.ui-icon-circle-arrow-w { background-position: -144px -192px; } |
|
247 |
.ui-icon-circle-arrow-n { background-position: -160px -192px; } |
|
248 |
.ui-icon-circle-zoomin { background-position: -176px -192px; } |
|
249 |
.ui-icon-circle-zoomout { background-position: -192px -192px; } |
|
250 |
.ui-icon-circle-check { background-position: -208px -192px; } |
|
251 |
.ui-icon-circlesmall-plus { background-position: 0 -208px; } |
|
252 |
.ui-icon-circlesmall-minus { background-position: -16px -208px; } |
|
253 |
.ui-icon-circlesmall-close { background-position: -32px -208px; } |
|
254 |
.ui-icon-squaresmall-plus { background-position: -48px -208px; } |
|
255 |
.ui-icon-squaresmall-minus { background-position: -64px -208px; } |
|
256 |
.ui-icon-squaresmall-close { background-position: -80px -208px; } |
|
257 |
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } |
|
258 |
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } |
|
259 |
.ui-icon-grip-solid-vertical { background-position: -32px -224px; } |
|
260 |
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } |
|
261 |
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } |
|
262 |
.ui-icon-grip-diagonal-se { background-position: -80px -224px; } |
|
263 |
|
|
264 |
|
|
265 |
/* Misc visuals |
|
266 |
----------------------------------*/ |
|
267 |
|
|
268 |
/* Corner radius */ |
|
269 |
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; } |
|
270 |
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; } |
|
271 |
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; } |
|
272 |
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; } |
|
273 |
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; } |
|
274 |
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; } |
|
275 |
.ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; } |
|
276 |
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; } |
|
277 |
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; } |
|
278 |
|
|
279 |
/* Overlays */ |
|
280 |
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); } |
|
281 |
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion |
|
282 |
----------------------------------*/ |
|
283 |
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } |
|
284 |
.ui-accordion .ui-accordion-li-fix { display: inline; } |
|
285 |
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } |
|
286 |
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; } |
|
287 |
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } |
|
288 |
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; } |
|
289 |
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker |
|
290 |
----------------------------------*/ |
|
291 |
.ui-datepicker { width: 17em; padding: .2em .2em 0; } |
|
292 |
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } |
|
293 |
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } |
|
294 |
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } |
|
295 |
.ui-datepicker .ui-datepicker-prev { left:2px; } |
|
296 |
.ui-datepicker .ui-datepicker-next { right:2px; } |
|
297 |
.ui-datepicker .ui-datepicker-prev-hover { left:1px; } |
|
298 |
.ui-datepicker .ui-datepicker-next-hover { right:1px; } |
|
299 |
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } |
|
300 |
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } |
|
301 |
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; } |
|
302 |
.ui-datepicker select.ui-datepicker-month-year {width: 100%;} |
|
303 |
.ui-datepicker select.ui-datepicker-month, |
|
304 |
.ui-datepicker select.ui-datepicker-year { width: 49%;} |
|
305 |
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; } |
|
306 |
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } |
|
307 |
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } |
|
308 |
.ui-datepicker td { border: 0; padding: 1px; } |
|
309 |
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } |
|
310 |
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } |
|
311 |
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } |
|
312 |
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } |
|
313 |
|
|
314 |
/* with multiple calendars */ |
|
315 |
.ui-datepicker.ui-datepicker-multi { width:auto; } |
|
316 |
.ui-datepicker-multi .ui-datepicker-group { float:left; } |
|
317 |
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } |
|
318 |
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } |
|
319 |
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } |
|
320 |
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } |
|
321 |
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } |
|
322 |
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } |
|
323 |
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } |
|
324 |
.ui-datepicker-row-break { clear:both; width:100%; } |
|
325 |
|
|
326 |
/* RTL support */ |
|
327 |
.ui-datepicker-rtl { direction: rtl; } |
|
328 |
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } |
|
329 |
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } |
|
330 |
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } |
|
331 |
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } |
|
332 |
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } |
|
333 |
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } |
|
334 |
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } |
|
335 |
.ui-datepicker-rtl .ui-datepicker-group { float:right; } |
|
336 |
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } |
|
337 |
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } |
|
338 |
|
|
339 |
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ |
|
340 |
.ui-datepicker-cover { |
|
341 |
display: none; /*sorry for IE5*/ |
|
342 |
display/**/: block; /*sorry for IE5*/ |
|
343 |
position: absolute; /*must have*/ |
|
344 |
z-index: -1; /*must have*/ |
|
345 |
filter: mask(); /*must have*/ |
|
346 |
top: -4px; /*must have*/ |
|
347 |
left: -4px; /*must have*/ |
|
348 |
width: 200px; /*must have*/ |
|
349 |
height: 200px; /*must have*/ |
|
350 |
}/* Dialog |
|
351 |
----------------------------------*/ |
|
352 |
.ui-dialog { position: relative; padding: .2em; width: 300px; } |
|
353 |
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative; } |
|
354 |
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } |
|
355 |
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } |
|
356 |
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } |
|
357 |
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } |
|
358 |
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } |
|
359 |
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } |
|
360 |
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; } |
|
361 |
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } |
|
362 |
.ui-draggable .ui-dialog-titlebar { cursor: move; } |
|
363 |
/* Progressbar |
|
364 |
----------------------------------*/ |
|
365 |
.ui-progressbar { height:2em; text-align: left; } |
|
366 |
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable |
|
367 |
----------------------------------*/ |
|
368 |
.ui-resizable { position: relative;} |
|
369 |
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;} |
|
370 |
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } |
|
371 |
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; } |
|
372 |
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; } |
|
373 |
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; } |
|
374 |
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; } |
|
375 |
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } |
|
376 |
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } |
|
377 |
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } |
|
378 |
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider |
|
379 |
----------------------------------*/ |
|
380 |
.ui-slider { position: relative; text-align: left; } |
|
381 |
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } |
|
382 |
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; } |
|
383 |
|
|
384 |
.ui-slider-horizontal { height: .8em; } |
|
385 |
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } |
|
386 |
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } |
|
387 |
.ui-slider-horizontal .ui-slider-range-min { left: 0; } |
|
388 |
.ui-slider-horizontal .ui-slider-range-max { right: 0; } |
|
389 |
|
|
390 |
.ui-slider-vertical { width: .8em; height: 100px; } |
|
391 |
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } |
|
392 |
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } |
|
393 |
.ui-slider-vertical .ui-slider-range-min { bottom: 0; } |
|
394 |
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs |
|
395 |
----------------------------------*/ |
|
396 |
.ui-tabs { padding: .2em; zoom: 1; } |
|
397 |
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; } |
|
398 |
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; } |
|
399 |
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; } |
|
400 |
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; } |
|
401 |
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } |
|
402 |
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ |
|
403 |
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; } |
|
404 |
.ui-tabs .ui-tabs-hide { display: none !important; } |
|
405 | 0 |
trunk/wb/templates/classic_theme/templates/header.htt | ||
---|---|---|
5 | 5 |
<title>{WEBSITE_TITLE} >> {TEXT_ADMINISTRATION} - {SECTION_NAME}</title> |
6 | 6 |
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" /> |
7 | 7 |
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" /> |
8 |
<link href="{WB_URL}/include/jquery/jquery-ui.css" rel="stylesheet" type="text/css" /> |
|
8 |
<link href="{WB_URL}/include/jquery/plugins/jquery-ui.css" rel="stylesheet" type="text/css" />
|
|
9 | 9 |
{BACKEND_MODULE_CSS} |
10 | 10 |
<script type="text/javascript" src="{WB_URL}/include/editarea/edit_area_full.js"></script> |
11 | 11 |
<script language="javascript" type="text/javascript"> |
trunk/wb/templates/classic_theme/templates/start.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
|
|
3 |
<table cellpadding="0" cellspacing="0" border="0" width="99%" align="center"> |
|
4 |
<tr> |
|
5 |
<td colspan="3" align="center"> |
|
6 |
{WELCOME_MESSAGE}. {CURRENT_USER} {DISPLAY_NAME} |
|
7 |
</td> |
|
8 |
</tr> |
|
9 |
<tr style="display: {DISPLAY_WARNING};"> |
|
10 |
<td colspan="3" align="center" style="color: #FF0000; font-weight: bold;"> |
|
11 |
{WARNING} |
|
12 |
</td> |
|
13 |
</tr> |
|
14 |
<tr> |
|
15 |
<td align="center" valign="top"> |
|
16 |
|
|
17 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_PAGES};"> |
|
18 |
<tr> |
|
19 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
|
20 |
<a href="{ADMIN_URL}/pages/index.php"> |
|
21 |
<img src="{THEME_URL}/icons/pages.png" border="0" />
|
|
22 |
</a> |
|
23 |
</td> |
|
24 |
<td class="title"> |
|
25 |
<a href="{ADMIN_URL}/pages/index.php">{PAGES}</a> |
|
26 |
</td> |
|
27 |
</tr> |
|
28 |
<tr> |
|
29 |
<td class="description"> |
|
30 |
{PAGES_OVERVIEW} |
|
31 |
</td> |
|
32 |
</tr> |
|
33 |
</table> |
|
34 |
|
|
35 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_ADDONS};"> |
|
36 |
<tr> |
|
37 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
|
38 |
<a href="{ADMIN_URL}/addons/index.php"> |
|
39 |
<img src="{THEME_URL}/icons/addons.png" border="0" />
|
|
40 |
</a> |
|
41 |
</td> |
|
42 |
<td class="title"> |
|
43 |
<a href="{ADMIN_URL}/addons/index.php">{ADDONS}</a> |
|
44 |
</td> |
|
45 |
</tr> |
|
46 |
<tr> |
|
47 |
<td class="description"> |
|
48 |
{ADDONS_OVERVIEW} |
|
49 |
</td> |
|
50 |
</tr> |
|
51 |
</table> |
|
52 |
|
|
53 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_SETTINGS};"> |
|
54 |
<tr> |
|
55 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
|
56 |
<a href="{ADMIN_URL}/settings/index.php"> |
|
57 |
<img src="{THEME_URL}/icons/settings.png" border="0" />
|
|
58 |
</a> |
|
59 |
</td> |
|
60 |
<td class="title"> |
|
61 |
<a href="{ADMIN_URL}/settings/index.php">{SETTINGS}</a> |
|
62 |
</td> |
|
63 |
</tr> |
|
64 |
<tr> |
|
65 |
<td class="description"> |
|
66 |
{SETTINGS_OVERVIEW} |
|
67 |
</td> |
|
68 |
</tr> |
|
69 |
</table> |
|
70 |
|
|
71 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_ACCESS};"> |
|
72 |
<tr> |
|
73 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
|
74 |
<a href="{ADMIN_URL}/access/index.php"> |
|
75 |
<img src="{THEME_URL}/icons/access.png" border="0" />
|
|
76 |
</a> |
|
77 |
</td> |
|
78 |
<td class="title"> |
|
79 |
<a href="{ADMIN_URL}/access/index.php">{ACCESS}</a> |
|
80 |
</td> |
|
81 |
</tr> |
|
82 |
<tr> |
|
83 |
<td class="description"> |
|
84 |
{ACCESS_OVERVIEW} |
|
85 |
</td> |
|
86 |
</tr> |
|
87 |
</table> |
|
88 |
|
|
89 |
</td> |
|
90 |
<td width="15"> |
|
91 |
|
|
92 |
</td> |
|
93 |
<td align="center" valign="top"> |
|
94 |
|
|
95 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_MEDIA};"> |
|
96 |
<tr> |
|
97 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
|
98 |
<a href="{ADMIN_URL}/media/index.php"> |
|
99 |
<img src="{THEME_URL}/icons/media.png" border="0" />
|
|
100 |
</a> |
|
101 |
</td> |
|
102 |
<td class="title"> |
|
103 |
<a href="{ADMIN_URL}/media/index.php">{MEDIA}</a> |
|
104 |
</td> |
|
105 |
</tr> |
|
106 |
<tr> |
|
107 |
<td class="description"> |
|
108 |
{MEDIA_OVERVIEW} |
|
109 |
</td> |
|
110 |
</tr> |
|
111 |
</table> |
|
112 |
|
|
113 |
<table cellpadding="0" cellspacing="0" border="0" class="section"> |
|
114 |
<tr> |
|
115 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
|
116 |
<a href="{ADMIN_URL}/preferences/index.php"> |
|
117 |
<img src="{THEME_URL}/icons/preferences.png" border="0" />
|
|
118 |
</a> |
|
119 |
</td> |
|
120 |
<td class="title"> |
|
121 |
<a href="{ADMIN_URL}/preferences/index.php">{PREFERENCES}</a> |
|
122 |
</td> |
|
123 |
</tr> |
|
124 |
<tr> |
|
125 |
<td class="description"> |
|
126 |
{PREFERENCES_OVERVIEW} |
|
127 |
</td> |
|
128 |
</tr> |
|
129 |
</table> |
|
130 |
|
|
131 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_ADMINTOOLS};"> |
|
132 |
<tr> |
|
133 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
|
134 |
<a href="{ADMIN_URL}/admintools/index.php"> |
|
135 |
<img src="{THEME_URL}/icons/admintools.png" border="0" />
|
|
136 |
</a> |
|
137 |
</td> |
|
138 |
<td class="title"> |
|
139 |
<a href="{ADMIN_URL}/admintools/index.php">{ADMINTOOLS}</a> |
|
140 |
</td> |
|
141 |
</tr> |
|
142 |
<tr> |
|
143 |
<td class="description"> |
|
144 |
{ADMINTOOLS_OVERVIEW} |
|
145 |
</td> |
|
146 |
</tr> |
|
147 |
</table> |
|
148 |
|
|
149 |
</td> |
|
150 |
</tr> |
|
151 |
</table> |
|
152 |
|
|
1 |
<!-- BEGIN main_block -->
|
|
2 |
|
|
3 |
<table cellpadding="0" cellspacing="0" border="0" width="99%" align="center">
|
|
4 |
<tr>
|
|
5 |
<td colspan="3" align="center">
|
|
6 |
{WELCOME_MESSAGE}. {CURRENT_USER} {DISPLAY_NAME}
|
|
7 |
</td>
|
|
8 |
</tr>
|
|
9 |
<tr style="display: {DISPLAY_WARNING};">
|
|
10 |
<td colspan="3" align="center" style="color: #FF0000; font-weight: bold;">
|
|
11 |
{WARNING}
|
|
12 |
</td>
|
|
13 |
</tr>
|
|
14 |
<tr>
|
|
15 |
<td align="center" valign="top">
|
|
16 |
|
|
17 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_PAGES};">
|
|
18 |
<tr>
|
|
19 |
<td class="graphic" align="center" valign="middle" rowspan="2">
|
|
20 |
<a href="{ADMIN_URL}/pages/index.php">
|
|
21 |
<img src="{THEME_URL}/icons/pages.png" alt="{PAGES}" />
|
|
22 |
</a>
|
|
23 |
</td>
|
|
24 |
<td class="title">
|
|
25 |
<a href="{ADMIN_URL}/pages/index.php">{PAGES}</a>
|
|
26 |
</td>
|
|
27 |
</tr>
|
|
28 |
<tr>
|
|
29 |
<td class="description">
|
|
30 |
{PAGES_OVERVIEW}
|
|
31 |
</td>
|
|
32 |
</tr>
|
|
33 |
</table>
|
|
34 |
|
|
35 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_ADDONS};">
|
|
36 |
<tr>
|
|
37 |
<td class="graphic" align="center" valign="middle" rowspan="2">
|
|
38 |
<a href="{ADMIN_URL}/addons/index.php">
|
|
39 |
<img src="{THEME_URL}/icons/addons.png" alt="{ADDONS}" />
|
|
40 |
</a>
|
|
41 |
</td>
|
|
42 |
<td class="title">
|
|
43 |
<a href="{ADMIN_URL}/addons/index.php">{ADDONS}</a>
|
|
44 |
</td>
|
|
45 |
</tr>
|
|
46 |
<tr>
|
|
47 |
<td class="description">
|
|
48 |
{ADDONS_OVERVIEW}
|
|
49 |
</td>
|
|
50 |
</tr>
|
|
51 |
</table>
|
|
52 |
|
|
53 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_SETTINGS};">
|
|
54 |
<tr>
|
|
55 |
<td class="graphic" align="center" valign="middle" rowspan="2">
|
|
56 |
<a href="{ADMIN_URL}/settings/index.php">
|
|
57 |
<img src="{THEME_URL}/icons/settings.png" alt="{SETTINGS}" />
|
|
58 |
</a>
|
|
59 |
</td>
|
|
60 |
<td class="title">
|
|
61 |
<a href="{ADMIN_URL}/settings/index.php">{SETTINGS}</a>
|
|
62 |
</td>
|
|
63 |
</tr>
|
|
64 |
<tr>
|
|
65 |
<td class="description">
|
|
66 |
{SETTINGS_OVERVIEW}
|
|
67 |
</td>
|
|
68 |
</tr>
|
|
69 |
</table>
|
|
70 |
|
|
71 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_ACCESS};">
|
|
72 |
<tr>
|
|
73 |
<td class="graphic" align="center" valign="middle" rowspan="2">
|
|
74 |
<a href="{ADMIN_URL}/access/index.php">
|
|
75 |
<img src="{THEME_URL}/icons/access.png" alt="{ACCESS}" />
|
|
76 |
</a>
|
|
77 |
</td>
|
|
78 |
<td class="title">
|
|
79 |
<a href="{ADMIN_URL}/access/index.php">{ACCESS}</a>
|
|
80 |
</td>
|
|
81 |
</tr>
|
|
82 |
<tr>
|
|
83 |
<td class="description">
|
|
84 |
{ACCESS_OVERVIEW}
|
|
85 |
</td>
|
|
86 |
</tr>
|
|
87 |
</table>
|
|
88 |
|
|
89 |
</td>
|
|
90 |
<td width="15">
|
|
91 |
|
|
92 |
</td>
|
|
93 |
<td align="center" valign="top">
|
|
94 |
|
|
95 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_MEDIA};">
|
|
96 |
<tr>
|
|
97 |
<td class="graphic" align="center" valign="middle" rowspan="2">
|
|
98 |
<a href="{ADMIN_URL}/media/index.php">
|
|
99 |
<img src="{THEME_URL}/icons/media.png" alt="{MEDIA}" />
|
|
100 |
</a>
|
|
101 |
</td>
|
|
102 |
<td class="title">
|
|
103 |
<a href="{ADMIN_URL}/media/index.php">{MEDIA}</a>
|
|
104 |
</td>
|
|
105 |
</tr>
|
|
106 |
<tr>
|
|
107 |
<td class="description">
|
|
108 |
{MEDIA_OVERVIEW}
|
|
109 |
</td>
|
|
110 |
</tr>
|
|
111 |
</table>
|
|
112 |
|
|
113 |
<table cellpadding="0" cellspacing="0" border="0" class="section">
|
|
114 |
<tr>
|
|
115 |
<td class="graphic" align="center" valign="middle" rowspan="2">
|
|
116 |
<a href="{ADMIN_URL}/preferences/index.php">
|
|
117 |
<img src="{THEME_URL}/icons/preferences.png" alt="{PREFERENCES}" />
|
|
118 |
</a>
|
|
119 |
</td>
|
|
120 |
<td class="title">
|
|
121 |
<a href="{ADMIN_URL}/preferences/index.php">{PREFERENCES}</a>
|
|
122 |
</td>
|
|
123 |
</tr>
|
|
124 |
<tr>
|
|
125 |
<td class="description">
|
|
126 |
{PREFERENCES_OVERVIEW}
|
|
127 |
</td>
|
|
128 |
</tr>
|
|
129 |
</table>
|
|
130 |
|
|
131 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_ADMINTOOLS};">
|
|
132 |
<tr>
|
|
133 |
<td class="graphic" align="center" valign="middle" rowspan="2">
|
|
134 |
<a href="{ADMIN_URL}/admintools/index.php">
|
|
135 |
<img src="{THEME_URL}/icons/admintools.png" alt="{ADMINTOOLS}" />
|
|
136 |
</a>
|
|
137 |
</td>
|
|
138 |
<td class="title">
|
|
139 |
<a href="{ADMIN_URL}/admintools/index.php">{ADMINTOOLS}</a>
|
|
140 |
</td>
|
|
141 |
</tr>
|
|
142 |
<tr>
|
|
143 |
<td class="description">
|
|
144 |
{ADMINTOOLS_OVERVIEW}
|
|
145 |
</td>
|
|
146 |
</tr>
|
|
147 |
</table>
|
|
148 |
|
|
149 |
</td>
|
|
150 |
</tr>
|
|
151 |
</table>
|
|
152 |
|
|
153 | 153 |
<!-- END main_block --> |
trunk/wb/templates/classic_theme/templates/templates.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
|
|
3 |
<div class="box"> |
|
4 |
{URL_MODULES} {URL_LANGUAGES} |
|
5 |
</div> |
|
6 |
|
|
7 |
<br /> |
|
8 |
{CHANGE_TEMPLATE_NOTICE}<br /><br /> |
|
9 |
|
|
10 |
<form name="install" enctype="multipart/form-data" action="install.php" method="post" class="{DISPLAY_INSTALL}"> |
|
11 |
|
|
12 |
<h2>{HEADING_INSTALL_TEMPLATE}</h2> |
|
13 |
|
|
14 |
<table cellpadding="2" cellspacing="0" border="0" width="100%"> |
|
15 |
<tr> |
|
16 |
<td> |
|
17 |
<input type="file" name="userfile" size="82%" /> |
|
18 |
<script language="javascript" type="text/javascript"> |
|
19 |
document.install.userfile.focus(); |
|
20 |
</script> |
|
21 |
</td> |
|
22 |
<td width="110" align="left"> |
|
23 |
<input type="submit" name="submit" value="{TEXT_INSTALL}" style="width: 100px;" /> |
|
24 |
</td> |
|
25 |
</tr> |
|
26 |
</table> |
|
27 |
|
|
28 |
<br /> |
|
29 |
|
|
30 |
</form> |
|
31 |
|
|
32 |
<form name="uninstall" action="uninstall.php" method="post" class="{DISPLAY_UNINSTALL}"> |
|
33 |
|
|
34 |
<h2>{HEADING_UNINSTALL_TEMPLATE}</h2> |
|
35 |
|
|
36 |
<table cellpadding="2" cellspacing="0" border="0" width="100%"> |
|
37 |
<tr> |
|
38 |
<td> |
|
39 |
<select name="file" style="width: 97%;"> |
|
40 |
<option value="" selected>{TEXT_PLEASE_SELECT}...</option>
|
|
41 |
<!-- BEGIN template_list_block --> |
|
42 |
<option value="{VALUE}">{NAME}</option> |
|
43 |
<!-- END template_list_block --> |
|
44 |
</select> |
|
45 |
</td> |
|
46 |
<td width="110"> |
|
47 |
<input type="submit" name="submit" value="{TEXT_UNINSTALL}" style="width: 100px;" /> |
|
48 |
</td> |
|
49 |
</tr> |
|
50 |
</table> |
|
51 |
|
|
52 |
<br /> |
|
53 |
|
|
54 |
</form> |
|
55 |
|
|
56 |
<form name="details" action="details.php" method="post" class="{DISPLAY_LIST}"> |
|
57 |
|
|
58 |
<h2>{HEADING_TEMPLATE_DETAILS}</h2> |
|
59 |
|
|
60 |
<table cellpadding="2" cellspacing="0" border="0" width="100%"> |
|
61 |
<tr> |
|
62 |
<td> |
|
63 |
<select name="file" style="width: 97%;"> |
|
64 |
<option value="" selected>{TEXT_PLEASE_SELECT}...</option>
|
|
65 |
<!-- BEGIN template_list_block --> |
|
66 |
<option value="{VALUE}">{NAME}</option> |
|
67 |
<!-- END template_list_block --> |
|
68 |
</select> |
|
69 |
</td> |
|
70 |
<td width="110"> |
|
71 |
<input type="submit" name="submit" value="{TEXT_VIEW_DETAILS}" style="width: 100px;" /> |
|
72 |
</td> |
|
73 |
</tr> |
|
74 |
</table> |
|
75 |
|
|
76 |
<br /> |
|
77 |
</form> |
|
78 |
|
|
1 |
<!-- BEGIN main_block -->
|
|
2 |
|
|
3 |
<div class="box">
|
|
4 |
{URL_MODULES} {URL_LANGUAGES}
|
|
5 |
</div>
|
|
6 |
|
|
7 |
<br />
|
|
8 |
{CHANGE_TEMPLATE_NOTICE}<br /><br />
|
|
9 |
|
|
10 |
<form name="install" enctype="multipart/form-data" action="install.php" method="post" class="{DISPLAY_INSTALL}">
|
|
11 |
|
|
12 |
<h2>{HEADING_INSTALL_TEMPLATE}</h2>
|
|
13 |
|
|
14 |
<table cellpadding="2" cellspacing="0" border="0" width="100%">
|
|
15 |
<tr>
|
|
16 |
<td>
|
|
17 |
<input type="file" name="userfile" size="82%" />
|
|
18 |
<script language="javascript" type="text/javascript">
|
|
19 |
document.install.userfile.focus();
|
|
20 |
</script>
|
|
21 |
</td>
|
|
22 |
<td width="110" align="left">
|
|
23 |
<input type="submit" name="submit" value="{TEXT_INSTALL}" style="width: 100px;" />
|
|
24 |
</td>
|
|
25 |
</tr>
|
|
26 |
</table>
|
|
27 |
|
|
28 |
<br />
|
|
29 |
|
|
30 |
</form>
|
|
31 |
|
|
32 |
<form name="uninstall" action="uninstall.php" method="post" class="{DISPLAY_UNINSTALL}">
|
|
33 |
|
|
34 |
<h2>{HEADING_UNINSTALL_TEMPLATE}</h2>
|
|
35 |
|
|
36 |
<table cellpadding="2" cellspacing="0" border="0" width="100%">
|
|
37 |
<tr>
|
|
38 |
<td>
|
|
39 |
<select name="file" style="width: 97%;">
|
|
40 |
<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
|
|
41 |
<!-- BEGIN template_list_block -->
|
|
42 |
<option value="{VALUE}">{NAME}</option>
|
|
43 |
<!-- END template_list_block -->
|
|
44 |
</select>
|
|
45 |
</td>
|
|
46 |
<td width="110">
|
|
47 |
<input type="submit" name="submit" value="{TEXT_UNINSTALL}" style="width: 100px;" />
|
|
48 |
</td>
|
|
49 |
</tr>
|
|
50 |
</table>
|
|
51 |
|
|
52 |
<br />
|
|
53 |
|
|
54 |
</form>
|
|
55 |
|
|
56 |
<form name="details" action="details.php" method="post" class="{DISPLAY_LIST}">
|
|
57 |
|
|
58 |
<h2>{HEADING_TEMPLATE_DETAILS}</h2>
|
|
59 |
|
|
60 |
<table cellpadding="2" cellspacing="0" border="0" width="100%">
|
|
61 |
<tr>
|
|
62 |
<td>
|
|
63 |
<select name="file" style="width: 97%;">
|
|
64 |
<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
|
|
65 |
<!-- BEGIN template_list_block -->
|
|
66 |
<option value="{VALUE}">{NAME}</option>
|
|
67 |
<!-- END template_list_block -->
|
|
68 |
</select>
|
|
69 |
</td>
|
|
70 |
<td width="110">
|
|
71 |
<input type="submit" name="submit" value="{TEXT_VIEW_DETAILS}" style="width: 100px;" />
|
|
72 |
</td>
|
|
73 |
</tr>
|
|
74 |
</table>
|
|
75 |
|
|
76 |
<br />
|
|
77 |
</form>
|
|
78 |
|
|
79 | 79 |
<!-- END main_block --> |
trunk/wb/templates/classic_theme/templates/footer.htt | ||
---|---|---|
16 | 16 |
</table> |
17 | 17 |
|
18 | 18 |
<script src="{WB_URL}/include/jquery/jquery-min.js" type="text/javascript"></script> |
19 |
<script src="{WB_URL}/include/jquery/jquery-ui-min.js" type="text/javascript"></script> |
|
19 | 20 |
<script src="{WB_URL}/include/jquery/jquery-insert.js" type="text/javascript"></script> |
20 | 21 |
<!--[if lt IE 7]><script type="text/javascript" src="{WB_URL}/include/unitpngfix/unitpngfix.js"></script><![endif]--> |
21 | 22 |
<script language="javascript" type="text/javascript"> |
trunk/wb/templates/classic_theme/templates/languages.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
|
|
3 |
<div class="box"> |
|
4 |
{URL_MODULES} {URL_TEMPLATES} |
|
5 |
</div> |
|
6 |
|
|
7 |
<form name="install" enctype="multipart/form-data" action="install.php" method="post" class="{DISPLAY_INSTALL}"> |
|
8 |
|
|
9 |
<h2>{HEADING_INSTALL_LANGUAGE}</h2> |
|
10 |
|
|
11 |
<table cellpadding="2" cellspacing="0" border="0" width="100%"> |
|
12 |
<tr> |
|
13 |
<td> |
|
14 |
<input type="file" name="userfile" size="82%" /> |
|
15 |
<script language="javascript" type="text/javascript"> |
|
16 |
document.install.userfile.focus(); |
|
17 |
</script> |
|
18 |
</td> |
|
19 |
<td width="110" align="left"> |
|
20 |
<input type="submit" name="submit" value="{TEXT_INSTALL}" style="width: 100px;" /> |
|
21 |
</td> |
|
22 |
</tr> |
|
23 |
</table> |
|
24 |
|
|
25 |
<br /> |
|
26 |
|
|
27 |
</form> |
|
28 |
|
|
29 |
<form name="uninstall" action="uninstall.php" method="post" class="{DISPLAY_UNINSTALL}"> |
|
30 |
|
|
31 |
<h2>{HEADING_UNINSTALL_LANGUAGE}</h2> |
|
32 |
|
|
33 |
<table cellpadding="2" cellspacing="0" border="0" width="100%"> |
|
34 |
<tr> |
|
35 |
<td> |
|
36 |
<select name="code" style="width: 97%;"> |
|
37 |
<option value="" selected>{TEXT_PLEASE_SELECT}...</option>
|
|
38 |
<!-- BEGIN language_list_block --> |
|
39 |
<option value="{VALUE}">{NAME}</option> |
|
40 |
<!-- END language_list_block --> |
|
41 |
</select> |
|
42 |
</td> |
|
43 |
<td width="110"> |
|
44 |
<input type="submit" name="submit" value="{TEXT_UNINSTALL}" style="width: 100px;" /> |
|
45 |
</td> |
|
46 |
</tr> |
|
47 |
</table> |
|
48 |
|
|
49 |
<br /> |
|
50 |
|
|
51 |
</form> |
|
52 |
|
|
53 |
<form name="details" action="details.php" method="post" class="{DISPLAY_LIST}"> |
|
54 |
|
|
55 |
<h2>{HEADING_LANGUAGE_DETAILS}</h2> |
|
56 |
|
|
57 |
<table cellpadding="2" cellspacing="0" border="0" width="100%"> |
|
58 |
<tr> |
|
59 |
<td> |
|
60 |
<select name="code" style="width: 97%;"> |
|
61 |
<option value="" selected>{TEXT_PLEASE_SELECT}...</option>
|
|
62 |
<!-- BEGIN language_list_block --> |
|
63 |
<option value="{VALUE}">{NAME}</option> |
|
64 |
<!-- END language_list_block --> |
|
65 |
</select> |
|
66 |
</td> |
|
67 |
<td width="110"> |
|
68 |
<input type="submit" name="submit" value="{TEXT_VIEW_DETAILS}" style="width: 100px;" /> |
|
69 |
</td> |
|
70 |
</tr> |
|
71 |
</table> |
|
72 |
|
|
73 |
<br /> |
|
74 |
</form> |
|
75 |
|
|
1 |
<!-- BEGIN main_block -->
|
|
2 |
|
|
3 |
<div class="box">
|
|
4 |
{URL_MODULES} {URL_TEMPLATES}
|
|
5 |
</div>
|
|
6 |
|
|
7 |
<form name="install" enctype="multipart/form-data" action="install.php" method="post" class="{DISPLAY_INSTALL}">
|
|
8 |
|
|
9 |
<h2>{HEADING_INSTALL_LANGUAGE}</h2>
|
|
10 |
|
|
11 |
<table cellpadding="2" cellspacing="0" border="0" width="100%">
|
|
12 |
<tr>
|
|
13 |
<td>
|
|
14 |
<input type="file" name="userfile" size="82%" />
|
|
15 |
<script language="javascript" type="text/javascript">
|
|
16 |
document.install.userfile.focus();
|
|
17 |
</script>
|
|
18 |
</td>
|
|
19 |
<td width="110" align="left">
|
|
20 |
<input type="submit" name="submit" value="{TEXT_INSTALL}" style="width: 100px;" />
|
|
21 |
</td>
|
|
22 |
</tr>
|
|
23 |
</table>
|
|
24 |
|
|
25 |
<br />
|
|
26 |
|
|
27 |
</form>
|
|
28 |
|
|
29 |
<form name="uninstall" action="uninstall.php" method="post" class="{DISPLAY_UNINSTALL}">
|
|
30 |
|
|
31 |
<h2>{HEADING_UNINSTALL_LANGUAGE}</h2>
|
|
32 |
|
|
33 |
<table cellpadding="2" cellspacing="0" border="0" width="100%">
|
|
34 |
<tr>
|
|
35 |
<td>
|
|
36 |
<select name="code" style="width: 97%;">
|
|
37 |
<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
|
|
38 |
<!-- BEGIN language_list_block -->
|
|
39 |
<option value="{VALUE}">{NAME}</option>
|
|
40 |
<!-- END language_list_block -->
|
|
41 |
</select>
|
|
42 |
</td>
|
|
43 |
<td width="110">
|
|
44 |
<input type="submit" name="submit" value="{TEXT_UNINSTALL}" style="width: 100px;" />
|
|
45 |
</td>
|
|
46 |
</tr>
|
|
47 |
</table>
|
|
48 |
|
|
49 |
<br />
|
|
50 |
|
|
51 |
</form>
|
|
52 |
|
|
53 |
<form name="details" action="details.php" method="post" class="{DISPLAY_LIST}">
|
|
54 |
|
|
55 |
<h2>{HEADING_LANGUAGE_DETAILS}</h2>
|
|
56 |
|
|
57 |
<table cellpadding="2" cellspacing="0" border="0" width="100%">
|
|
58 |
<tr>
|
|
59 |
<td>
|
|
60 |
<select name="code" style="width: 97%;">
|
|
61 |
<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
|
|
62 |
<!-- BEGIN language_list_block -->
|
|
63 |
<option value="{VALUE}">{NAME}</option>
|
|
64 |
<!-- END language_list_block -->
|
|
65 |
</select>
|
|
66 |
</td>
|
|
67 |
<td width="110">
|
|
68 |
<input type="submit" name="submit" value="{TEXT_VIEW_DETAILS}" style="width: 100px;" />
|
|
69 |
</td>
|
|
70 |
</tr>
|
|
71 |
</table>
|
|
72 |
|
|
73 |
<br />
|
|
74 |
</form>
|
|
75 |
|
|
76 | 76 |
<!-- END main_block --> |
trunk/wb/templates/classic_theme/templates/modules.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
|
|
3 |
<div class="box"> |
|
4 |
{URL_TEMPLATES} {URL_LANGUAGES} {URL_ADVANCED} |
|
5 |
</div> |
|
6 |
|
|
7 |
<form name="install" enctype="multipart/form-data" action="install.php" method="post" class="{DISPLAY_INSTALL}"> |
|
8 |
|
|
9 |
<h2>{HEADING_INSTALL_MODULE}</h2> |
|
10 |
|
|
11 |
<table cellpadding="2" cellspacing="0" border="0" width="100%"> |
|
12 |
<tr> |
|
13 |
<td> |
|
14 |
<input type="file" name="userfile" size="82%" /> |
|
15 |
<script language="javascript" type="text/javascript"> |
|
16 |
document.install.userfile.focus(); |
|
17 |
</script> |
|
18 |
</td> |
|
19 |
<td width="110" align="left"> |
|
20 |
<input type="submit" name="submit" value="{TEXT_INSTALL}" style="width: 100px;" /> |
|
21 |
</td> |
|
22 |
</tr> |
|
23 |
</table> |
|
24 |
|
|
25 |
<br /> |
|
26 |
|
|
27 |
</form> |
|
28 |
|
|
29 |
<form name="uninstall" action="uninstall.php" method="post" class="{DISPLAY_UNINSTALL}"> |
|
30 |
|
|
31 |
<h2>{HEADING_UNINSTALL_MODULE}</h2> |
|
32 |
|
|
33 |
<table cellpadding="2" cellspacing="0" border="0" width="100%"> |
|
34 |
<tr> |
|
35 |
<td> |
|
36 |
<select name="file" style="width: 97%;"> |
|
37 |
<option value="" selected>{TEXT_PLEASE_SELECT}...</option>
|
|
38 |
<!-- BEGIN module_list_block --> |
|
39 |
<option value="{VALUE}">{NAME}</option> |
|
40 |
<!-- END module_list_block --> |
|
41 |
</select> |
|
42 |
</td> |
|
43 |
<td width="110"> |
|
44 |
<input type="submit" name="submit" value="{TEXT_UNINSTALL}" style="width: 100px;" /> |
|
45 |
</td> |
|
46 |
</tr> |
|
47 |
</table> |
|
48 |
|
|
49 |
<br /> |
|
50 |
|
|
51 |
</form> |
|
52 |
|
|
53 |
<form name="details" action="details.php" method="post" class="{DISPLAY_LIST}"> |
|
54 |
|
|
55 |
<h2>{HEADING_MODULE_DETAILS}</h2> |
|
56 |
|
|
57 |
<table cellpadding="2" cellspacing="0" border="0" width="100%"> |
|
58 |
<tr> |
|
59 |
<td> |
|
60 |
<select name="file" style="width: 97%;"> |
|
61 |
<option value="" selected>{TEXT_PLEASE_SELECT}...</option>
|
|
62 |
<!-- BEGIN module_list_block --> |
|
63 |
<option value="{VALUE}">{NAME}</option> |
|
64 |
<!-- END module_list_block --> |
|
65 |
</select> |
|
66 |
</td> |
|
67 |
<td width="110"> |
|
68 |
<input type="submit" name="submit" value="{TEXT_VIEW_DETAILS}" style="width: 100px;" /> |
|
69 |
</td> |
|
70 |
</tr> |
|
71 |
</table> |
|
72 |
|
|
73 |
<br /> |
|
74 |
</form> |
|
75 |
|
|
76 |
<div class="{DISPLAY_MANUAL_INSTALL}"> |
|
77 |
<h2>{HEADING_INVOKE_MODULE_FILES}</h2> |
|
78 |
<p>{TEXT_MANUAL_INSTALLATION}</p> |
|
79 |
|
|
80 |
<form name="details" action="manual_install.php" method="post" class="{INSTALL_VISIBLE}"> |
|
81 |
{TEXT_FILE}:</strong> "install.php"
|
|
82 |
<input type="hidden" name="action" value="install" /> |
|
83 |
<select name="file" style="width: 250px;"> |
|
84 |
<option value="" selected>{TEXT_PLEASE_SELECT}...</option>
|
|
85 |
<!-- BEGIN install_list_block --> |
|
86 |
<option value="{VALUE}">{NAME}</option> |
|
87 |
<!-- END install_list_block --> |
|
88 |
</select> |
|
89 |
<input type="submit" name="submit" value="{TEXT_EXECUTE}" style="width: 100px; margin-left: 1em;" /> |
|
90 |
</form> |
|
91 |
|
|
92 |
<form name="details" action="manual_install.php" method="post" class="{UPGRADE_VISIBLE}"> |
|
93 |
<br />{TEXT_FILE}: "upgrade.php" |
|
94 |
<input type="hidden" name="action" value="upgrade" /> |
|
95 |
<select name="file" style="width: 250px;"> |
|
96 |
<option value="" selected>{TEXT_PLEASE_SELECT}...</option>
|
|
97 |
<!-- BEGIN upgrade_list_block --> |
|
98 |
<option value="{VALUE}">{NAME}</option> |
|
99 |
<!-- END upgrade_list_block --> |
|
100 |
</select> |
|
101 |
<input type="submit" name="submit" value="{TEXT_EXECUTE}" style="width: 100px; margin-left: 1em;" /> |
|
102 |
</form> |
|
103 |
|
|
104 |
<form name="details" action="manual_install.php" method="post" class="{UNINSTALL_VISIBLE}"> |
|
105 |
<br />{TEXT_FILE}: "uninstall.php" |
|
106 |
<input type="hidden" name="action" value="uninstall" /> |
|
107 |
<select name="file" style="width: 250px;"> |
|
108 |
<option value="" selected>{TEXT_PLEASE_SELECT}...</option>
|
|
109 |
<!-- BEGIN uninstall_list_block --> |
|
110 |
<option value="{VALUE}">{NAME}</option> |
|
111 |
<!-- END uninstall_list_block --> |
|
112 |
</select> |
|
113 |
<input type="submit" name="submit" value="{TEXT_EXECUTE}" style="width: 100px; margin-left: 1em;" /> |
|
114 |
</form> |
|
115 |
|
|
116 |
<p style="color: red;">{TEXT_MANUAL_INSTALLATION_WARNING}</p> |
|
117 |
</div> |
|
118 |
|
|
1 |
<!-- BEGIN main_block -->
|
|
2 |
|
|
3 |
<div class="box">
|
|
4 |
{URL_TEMPLATES} {URL_LANGUAGES} {URL_ADVANCED}
|
|
5 |
</div>
|
|
6 |
|
|
7 |
<form name="install" enctype="multipart/form-data" action="install.php" method="post" class="{DISPLAY_INSTALL}">
|
|
8 |
|
|
9 |
<h2>{HEADING_INSTALL_MODULE}</h2>
|
|
10 |
|
|
11 |
<table cellpadding="2" cellspacing="0" border="0" width="100%">
|
|
12 |
<tr>
|
|
13 |
<td>
|
|
14 |
<input type="file" name="userfile" size="82%" />
|
|
15 |
<script language="javascript" type="text/javascript">
|
|
16 |
document.install.userfile.focus();
|
|
17 |
</script>
|
|
18 |
</td>
|
|
19 |
<td width="110" align="left">
|
|
20 |
<input type="submit" name="submit" value="{TEXT_INSTALL}" style="width: 100px;" />
|
|
21 |
</td>
|
|
22 |
</tr>
|
|
23 |
</table>
|
|
24 |
|
|
25 |
<br />
|
|
26 |
|
|
27 |
</form>
|
|
28 |
|
|
29 |
<form name="uninstall" action="uninstall.php" method="post" class="{DISPLAY_UNINSTALL}">
|
|
30 |
|
|
31 |
<h2>{HEADING_UNINSTALL_MODULE}</h2>
|
|
32 |
|
|
33 |
<table cellpadding="2" cellspacing="0" border="0" width="100%">
|
|
34 |
<tr>
|
|
35 |
<td>
|
|
36 |
<select name="file" style="width: 97%;">
|
|
37 |
<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
|
|
38 |
<!-- BEGIN module_list_block -->
|
|
39 |
<option value="{VALUE}">{NAME}</option>
|
|
40 |
<!-- END module_list_block -->
|
|
41 |
</select>
|
|
42 |
</td>
|
|
43 |
<td width="110">
|
|
44 |
<input type="submit" name="submit" value="{TEXT_UNINSTALL}" style="width: 100px;" />
|
|
45 |
</td>
|
|
46 |
</tr>
|
|
47 |
</table>
|
|
48 |
|
|
49 |
<br />
|
|
50 |
|
|
51 |
</form>
|
|
52 |
|
|
53 |
<form name="details" action="details.php" method="post" class="{DISPLAY_LIST}">
|
|
54 |
|
|
55 |
<h2>{HEADING_MODULE_DETAILS}</h2>
|
|
56 |
|
|
57 |
<table cellpadding="2" cellspacing="0" border="0" width="100%">
|
|
58 |
<tr>
|
|
59 |
<td>
|
|
60 |
<select name="file" style="width: 97%;">
|
|
61 |
<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
|
|
62 |
<!-- BEGIN module_list_block -->
|
|
63 |
<option value="{VALUE}">{NAME}</option>
|
|
64 |
<!-- END module_list_block -->
|
|
65 |
</select>
|
|
66 |
</td>
|
|
67 |
<td width="110">
|
|
68 |
<input type="submit" name="submit" value="{TEXT_VIEW_DETAILS}" style="width: 100px;" />
|
|
69 |
</td>
|
|
70 |
</tr>
|
|
71 |
</table>
|
|
72 |
|
|
73 |
<br />
|
|
74 |
</form>
|
|
75 |
|
|
76 |
<div class="{DISPLAY_MANUAL_INSTALL}">
|
|
77 |
<h2>{HEADING_INVOKE_MODULE_FILES}</h2>
|
|
78 |
<p>{TEXT_MANUAL_INSTALLATION}</p>
|
|
79 |
|
|
80 |
<form name="details" action="manual_install.php" method="post" class="{INSTALL_VISIBLE}">
|
|
81 |
<strong>{TEXT_FILE}:</strong> "install.php"
|
|
82 |
<input type="hidden" name="action" value="install" />
|
|
83 |
<select name="file" style="width: 250px;">
|
|
84 |
<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
|
|
85 |
<!-- BEGIN install_list_block -->
|
|
86 |
<option value="{VALUE}">{NAME}</option>
|
|
87 |
<!-- END install_list_block -->
|
|
88 |
</select>
|
|
89 |
<input type="submit" name="submit" value="{TEXT_EXECUTE}" style="width: 100px; margin-left: 1em;" />
|
|
90 |
</form>
|
|
91 |
|
|
92 |
<form name="details" action="manual_install.php" method="post" class="{UPGRADE_VISIBLE}">
|
|
93 |
<br />{TEXT_FILE}: "upgrade.php"
|
|
94 |
<input type="hidden" name="action" value="upgrade" />
|
|
95 |
<select name="file" style="width: 250px;">
|
|
96 |
<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
|
|
97 |
<!-- BEGIN upgrade_list_block -->
|
|
98 |
<option value="{VALUE}">{NAME}</option>
|
|
99 |
<!-- END upgrade_list_block -->
|
|
100 |
</select>
|
|
101 |
<input type="submit" name="submit" value="{TEXT_EXECUTE}" style="width: 100px; margin-left: 1em;" />
|
|
102 |
</form>
|
|
103 |
|
|
104 |
<form name="details" action="manual_install.php" method="post" class="{UNINSTALL_VISIBLE}">
|
|
105 |
<br />{TEXT_FILE}: "uninstall.php"
|
|
106 |
<input type="hidden" name="action" value="uninstall" />
|
|
107 |
<select name="file" style="width: 250px;">
|
|
108 |
<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
|
|
109 |
<!-- BEGIN uninstall_list_block -->
|
|
110 |
<option value="{VALUE}">{NAME}</option>
|
|
111 |
<!-- END uninstall_list_block -->
|
|
112 |
</select>
|
|
113 |
<input type="submit" name="submit" value="{TEXT_EXECUTE}" style="width: 100px; margin-left: 1em;" />
|
|
114 |
</form>
|
|
115 |
|
|
116 |
<p style="color: red;">{TEXT_MANUAL_INSTALLATION_WARNING}</p>
|
|
117 |
</div>
|
|
118 |
|
|
119 | 119 |
<!-- END main_block --> |
trunk/wb/templates/wb_theme/templates/header.htt | ||
---|---|---|
5 | 5 |
<title>{WEBSITE_TITLE} >> {TEXT_ADMINISTRATION} - {SECTION_NAME}</title> |
6 | 6 |
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" /> |
7 | 7 |
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" /> |
8 |
<link href="{WB_URL}/include/jquery/jquery-ui.css" rel="stylesheet" type="text/css" /> |
|
8 |
<link href="{WB_URL}/include/jquery/plugins/jquery-ui.css" rel="stylesheet" type="text/css" />
|
|
9 | 9 |
{BACKEND_MODULE_CSS} |
10 | 10 |
<script type="text/javascript" src="{WB_URL}/include/editarea/edit_area_full.js"></script> |
11 | 11 |
<script language="javascript" type="text/javascript"> |
trunk/wb/templates/wb_theme/templates/start.htt | ||
---|---|---|
1 |
<!-- BEGIN main_block --> |
|
2 |
|
|
3 |
<table cellpadding="0" cellspacing="0" border="0" width="99%" align="center"> |
|
4 |
<tr> |
|
5 |
<td colspan="3" align="center"> |
|
6 |
{WELCOME_MESSAGE}. {CURRENT_USER} {DISPLAY_NAME} |
|
7 |
</td> |
|
8 |
</tr> |
|
9 |
<tr style="display: {DISPLAY_WARNING};"> |
|
10 |
<td colspan="3" align="center" style="color: #FF0000; font-weight: bold;"> |
|
11 |
{WARNING} |
|
12 |
</td> |
|
13 |
</tr> |
|
14 |
<tr> |
|
15 |
<td align="center" valign="top"> |
|
16 |
|
|
17 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_PAGES};"> |
|
18 |
<tr> |
|
19 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
|
20 |
<a href="{ADMIN_URL}/pages/index.php"> |
|
21 |
<img src="{THEME_URL}/icons/pages.png" border="0" /> |
|
22 |
</a> |
|
23 |
</td> |
|
24 |
<td class="title"> |
|
25 |
<a href="{ADMIN_URL}/pages/index.php">{PAGES}</a> |
|
26 |
</td> |
|
27 |
</tr> |
|
28 |
<tr> |
|
29 |
<td class="description"> |
|
30 |
{PAGES_OVERVIEW} |
|
31 |
</td> |
|
32 |
</tr> |
|
33 |
</table> |
|
34 |
|
|
35 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_ADDONS};"> |
|
36 |
<tr> |
|
37 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
|
38 |
<a href="{ADMIN_URL}/addons/index.php"> |
|
39 |
<img src="{THEME_URL}/icons/addons.png" border="0" /> |
|
40 |
</a> |
|
41 |
</td> |
|
42 |
<td class="title"> |
|
43 |
<a href="{ADMIN_URL}/addons/index.php">{ADDONS}</a> |
|
44 |
</td> |
|
45 |
</tr> |
|
46 |
<tr> |
|
47 |
<td class="description"> |
|
48 |
{ADDONS_OVERVIEW} |
|
49 |
</td> |
|
50 |
</tr> |
|
51 |
</table> |
|
52 |
|
|
53 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_SETTINGS};"> |
|
54 |
<tr> |
|
55 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
|
56 |
<a href="{ADMIN_URL}/settings/index.php"> |
|
57 |
<img src="{THEME_URL}/icons/settings.png" border="0" /> |
|
58 |
</a> |
|
59 |
</td> |
|
60 |
<td class="title"> |
|
61 |
<a href="{ADMIN_URL}/settings/index.php">{SETTINGS}</a> |
|
62 |
</td> |
|
63 |
</tr> |
|
64 |
<tr> |
|
65 |
<td class="description"> |
|
66 |
{SETTINGS_OVERVIEW} |
|
67 |
</td> |
|
68 |
</tr> |
|
69 |
</table> |
|
70 |
|
|
71 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_ACCESS};"> |
|
72 |
<tr> |
|
73 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
|
74 |
<a href="{ADMIN_URL}/access/index.php"> |
|
75 |
<img src="{THEME_URL}/icons/access.png" border="0" /> |
|
76 |
</a> |
|
77 |
</td> |
|
78 |
<td class="title"> |
|
79 |
<a href="{ADMIN_URL}/access/index.php">{ACCESS}</a> |
|
80 |
</td> |
|
81 |
</tr> |
|
82 |
<tr> |
|
83 |
<td class="description"> |
|
84 |
{ACCESS_OVERVIEW} |
|
85 |
</td> |
|
86 |
</tr> |
|
87 |
</table> |
|
88 |
|
|
89 |
</td> |
|
90 |
<td width="15"> |
|
91 |
|
|
92 |
</td> |
|
93 |
<td align="center" valign="top"> |
|
94 |
|
|
95 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_MEDIA};"> |
|
96 |
<tr> |
|
97 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
|
98 |
<a href="{ADMIN_URL}/media/index.php"> |
|
99 |
<img src="{THEME_URL}/icons/media.png" border="0" /> |
|
100 |
</a> |
|
101 |
</td> |
|
102 |
<td class="title"> |
|
103 |
<a href="{ADMIN_URL}/media/index.php">{MEDIA}</a> |
|
104 |
</td> |
|
105 |
</tr> |
|
106 |
<tr> |
|
107 |
<td class="description"> |
|
108 |
{MEDIA_OVERVIEW} |
|
109 |
</td> |
|
110 |
</tr> |
|
111 |
</table> |
|
112 |
|
|
113 |
<table cellpadding="0" cellspacing="0" border="0" class="section"> |
|
114 |
<tr> |
|
115 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
|
116 |
<a href="{ADMIN_URL}/preferences/index.php"> |
|
117 |
<img src="{THEME_URL}/icons/preferences.png" border="0" /> |
|
118 |
</a> |
|
119 |
</td> |
|
120 |
<td class="title"> |
|
121 |
<a href="{ADMIN_URL}/preferences/index.php">{PREFERENCES}</a> |
|
122 |
</td> |
|
123 |
</tr> |
|
124 |
<tr> |
|
125 |
<td class="description"> |
|
126 |
{PREFERENCES_OVERVIEW} |
|
127 |
</td> |
|
128 |
</tr> |
|
129 |
</table> |
|
130 |
|
|
131 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_ADMINTOOLS};"> |
|
132 |
<tr> |
|
133 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
|
134 |
<a href="{ADMIN_URL}/admintools/index.php"> |
|
135 |
<img src="{THEME_URL}/icons/admintools.png" border="0" /> |
|
136 |
</a> |
|
137 |
</td> |
|
138 |
<td class="title"> |
|
139 |
<a href="{ADMIN_URL}/admintools/index.php">{ADMINTOOLS}</a> |
|
140 |
</td> |
|
141 |
</tr> |
|
142 |
<tr> |
|
143 |
<td class="description"> |
|
144 |
{ADMINTOOLS_OVERVIEW} |
|
145 |
</td> |
|
146 |
</tr> |
|
147 |
</table> |
|
148 |
|
|
149 |
</td> |
|
150 |
</tr> |
|
151 |
</table> |
|
152 |
|
|
1 |
<!-- BEGIN main_block --> |
|
2 |
|
|
3 |
<table cellpadding="0" cellspacing="0" border="0" width="99%" align="center"> |
|
4 |
<tr> |
Also available in: Unified diff
Fixed Backend-Themes to get more valide output (Thanks to Luisehahne)