@@ -1,7 +1,23 | |||
|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
|
2 | 2 | "http://www.w3.org/TR/html4/loose.dtd"> |
|
3 | 3 | <html> |
|
4 | <title>redMine 404 error</title> | |
|
5 | <style> | |
|
6 | body{ | |
|
7 | font-family: Trebuchet MS,Georgia,"Times New Roman",serif; | |
|
8 | color:#303030; | |
|
9 | margin:10px; | |
|
10 | } | |
|
11 | h1{ | |
|
12 | font-size:1.5em; | |
|
13 | } | |
|
14 | p{ | |
|
15 | font-size:0.8em; | |
|
16 | } | |
|
17 | </style> | |
|
4 | 18 | <body> |
|
5 |
<h1> |
|
|
19 | <h1>Page not found</h1> | |
|
20 | <p>The page you were trying to access doesn't exist or has been removed.</p> | |
|
21 | <p><a href="javascript:history.back()">Back</a></p> | |
|
6 | 22 | </body> |
|
7 | 23 | </html> No newline at end of file |
@@ -1,7 +1,24 | |||
|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
|
2 | 2 | "http://www.w3.org/TR/html4/loose.dtd"> |
|
3 | 3 | <html> |
|
4 | <title>redMine 500 error</title> | |
|
5 | <style> | |
|
6 | body{ | |
|
7 | font-family: Trebuchet MS,Georgia,"Times New Roman",serif; | |
|
8 | color:#303030; | |
|
9 | margin:10px; | |
|
10 | } | |
|
11 | h1{ | |
|
12 | font-size:1.5em; | |
|
13 | } | |
|
14 | p{ | |
|
15 | font-size:0.8em; | |
|
16 | } | |
|
17 | </style> | |
|
4 | 18 | <body> |
|
5 | <h1>Sorry, an application error occured</h1> | |
|
19 | <h1>Internal error</h1> | |
|
20 | <p>An error occurred on the page you were trying to access.<br /> | |
|
21 | If you continue to experience problems please contact your redMine administrator for assistance.</p> | |
|
22 | <p><a href="javascript:history.back()">Back</a></p> | |
|
6 | 23 | </body> |
|
7 | 24 | </html> No newline at end of file |
@@ -1,438 +1,441 | |||
|
1 | 1 | /* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */ |
|
2 | 2 | /* Edited by Jean-Philippe Lang *> |
|
3 | 3 | /**************** Body and tag styles ****************/ |
|
4 | 4 | |
|
5 | 5 | |
|
6 | 6 | #header * {margin:0; padding:0;} |
|
7 | 7 | p, ul, ol, li {margin:0; padding:0;} |
|
8 | 8 | |
|
9 | 9 | |
|
10 | 10 | body{ |
|
11 | 11 | font:76% Verdana,Tahoma,Arial,sans-serif; |
|
12 | 12 | line-height:1.4em; |
|
13 | 13 | text-align:center; |
|
14 | 14 | color:#303030; |
|
15 | 15 | background:#e8eaec; |
|
16 | 16 | margin:0; |
|
17 | 17 | } |
|
18 | 18 | |
|
19 | 19 | |
|
20 | 20 | a{ |
|
21 | 21 | color:#467aa7; |
|
22 | 22 | font-weight:bold; |
|
23 | 23 | text-decoration:none; |
|
24 | 24 | background-color:inherit; |
|
25 | 25 | } |
|
26 | 26 | |
|
27 | 27 | a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;} |
|
28 | 28 | a img{border:none;} |
|
29 | 29 | |
|
30 | 30 | p{padding:0 0 1em 0;} |
|
31 | 31 | p form{margin-top:0; margin-bottom:20px;} |
|
32 | 32 | |
|
33 | 33 | img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;} |
|
34 | 34 | img.left{float:left; margin:0 12px 5px 0;} |
|
35 | 35 | img.center{display:block; margin:0 auto 5px auto;} |
|
36 | 36 | img.right{float:right; margin:0 0 5px 12px;} |
|
37 | 37 | |
|
38 | 38 | /**************** Header and navigation styles ****************/ |
|
39 | 39 | |
|
40 | 40 | #container{ |
|
41 | 41 | width:100%; |
|
42 | 42 | min-width: 800px; |
|
43 | 43 | margin:0; |
|
44 | 44 | padding:0; |
|
45 | 45 | text-align:left; |
|
46 | 46 | background:#ffffff; |
|
47 | 47 | color:#303030; |
|
48 | 48 | } |
|
49 | 49 | |
|
50 | 50 | #header{ |
|
51 | 51 | height:4.5em; |
|
52 | 52 | /*width:758px;*/ |
|
53 | 53 | margin:0; |
|
54 | 54 | background:#467aa7; |
|
55 | 55 | color:#ffffff; |
|
56 | 56 | margin-bottom:1px; |
|
57 | 57 | } |
|
58 | 58 | |
|
59 | 59 | #header h1{ |
|
60 | 60 | padding:10px 0 0 20px; |
|
61 |
font-size: |
|
|
61 | font-size:2em; | |
|
62 | 62 | background-color:inherit; |
|
63 | 63 | color:#fff; /*rgb(152, 26, 33);*/ |
|
64 |
letter-spacing:- |
|
|
65 |
font-weight: |
|
|
64 | letter-spacing:-1px; | |
|
65 | font-weight:bold; | |
|
66 | font-family: Trebuchet MS,Georgia,"Times New Roman",serif; | |
|
66 | 67 | } |
|
67 | 68 | |
|
68 | 69 | #header h2{ |
|
69 | 70 | margin:3px 0 0 40px; |
|
70 |
font-size:1. |
|
|
71 | font-size:1.5em; | |
|
71 | 72 | background-color:inherit; |
|
72 | 73 | color:#f0f2f4; |
|
73 | 74 | letter-spacing:-1px; |
|
74 | 75 | font-weight:normal; |
|
76 | font-family: Trebuchet MS,Georgia,"Times New Roman",serif; | |
|
75 | 77 | } |
|
76 | 78 | |
|
77 | 79 | #navigation{ |
|
78 | 80 | height:2.2em; |
|
79 | 81 | line-height:2.2em; |
|
80 | 82 | /*width:758px;*/ |
|
81 | 83 | margin:0; |
|
82 | 84 | background:#578bb8; |
|
83 | 85 | color:#ffffff; |
|
84 | 86 | } |
|
85 | 87 | |
|
86 | 88 | #navigation li{ |
|
87 | 89 | float:left; |
|
88 | 90 | list-style-type:none; |
|
89 | 91 | border-right:1px solid #ffffff; |
|
90 | 92 | white-space:nowrap; |
|
91 | 93 | } |
|
92 | 94 | |
|
93 | 95 | #navigation li.right { |
|
94 | 96 | float:right; |
|
95 | 97 | list-style-type:none; |
|
96 | 98 | border-right:0; |
|
97 | 99 | border-left:1px solid #ffffff; |
|
98 | 100 | white-space:nowrap; |
|
99 | 101 | } |
|
100 | 102 | |
|
101 | 103 | #navigation li a{ |
|
102 | 104 | display:block; |
|
103 | 105 | padding:0px 10px 0px 22px; |
|
104 | 106 | font-size:0.8em; |
|
105 | 107 | font-weight:normal; |
|
106 | 108 | /*text-transform:uppercase;*/ |
|
107 | 109 | text-decoration:none; |
|
108 | 110 | background-color:inherit; |
|
109 | 111 | color: #ffffff; |
|
110 | 112 | } |
|
111 | 113 | |
|
112 | 114 | * html #navigation a {width:1%;} |
|
113 | 115 | |
|
114 | 116 | #navigation .selected,#navigation a:hover{ |
|
115 | 117 | color:#ffffff; |
|
116 | 118 | text-decoration:none; |
|
117 | 119 | background-color: #80b0da; |
|
118 | 120 | } |
|
119 | 121 | |
|
120 | 122 | /**************** Icons links *******************/ |
|
121 | 123 | .picHome { background: url(../images/home.png) no-repeat 4px 50%; } |
|
122 | 124 | .picUser { background: url(../images/user.png) no-repeat 4px 50%; } |
|
123 | 125 | .picUserPage { background: url(../images/user_page.png) no-repeat 4px 50%; } |
|
124 | 126 | .picAdmin { background: url(../images/admin.png) no-repeat 4px 50%; } |
|
125 | 127 | .picProject { background: url(../images/projects.png) no-repeat 4px 50%; } |
|
126 | 128 | .picLogout { background: url(../images/logout.png) no-repeat 4px 50%; } |
|
127 | 129 | .picHelp { background: url(../images/help.png) no-repeat 4px 50%; } |
|
128 | 130 | |
|
129 | 131 | /**************** Content styles ****************/ |
|
130 | 132 | |
|
131 | 133 | html>body #content { |
|
132 | 134 | height: auto; |
|
133 | 135 | min-height: 500px; |
|
134 | 136 | } |
|
135 | 137 | |
|
136 | 138 | #content{ |
|
137 | 139 | /*float:right;*/ |
|
138 | 140 | /*width:530px;*/ |
|
139 | 141 | width: auto; |
|
140 | 142 | height:500px; |
|
141 | 143 | font-size:0.9em; |
|
142 | 144 | padding:20px 10px 10px 20px; |
|
143 | 145 | /*position: absolute;*/ |
|
144 | 146 | margin-left: 120px; |
|
145 | 147 | border-left: 1px dashed #c0c0c0; |
|
146 | 148 | |
|
147 | 149 | } |
|
148 | 150 | |
|
149 | 151 | #content h2{ |
|
150 | 152 | display:block; |
|
151 | 153 | margin:0 0 16px 0; |
|
152 | 154 | font-size:1.7em; |
|
153 | 155 | font-weight:normal; |
|
154 | 156 | letter-spacing:-1px; |
|
155 |
color:# |
|
|
157 | color:#606060; | |
|
156 | 158 | background-color:inherit; |
|
159 | font-family: Trebuchet MS,Georgia,"Times New Roman",serif; | |
|
157 | 160 | } |
|
158 | 161 | |
|
159 | 162 | #content h2 a{font-weight:normal;} |
|
160 | #content h3{margin:0 0 12px 0; font-size:1.4em; letter-spacing:-1px;} | |
|
163 | #content h3{margin:0 0 12px 0; font-size:1.4em;color:#707070;font-family: Trebuchet MS,Georgia,"Times New Roman",serif;} | |
|
161 | 164 | #content a:hover,#subcontent a:hover{text-decoration:underline;} |
|
162 | 165 | #content ul,#content ol{margin:0 5px 16px 35px;} |
|
163 | 166 | #content dl{margin:0 5px 10px 25px;} |
|
164 | 167 | #content dt{font-weight:bold; margin-bottom:5px;} |
|
165 | 168 | #content dd{margin:0 0 10px 15px;} |
|
166 | 169 | |
|
167 | 170 | |
|
168 | 171 | /***********************************************/ |
|
169 | 172 | |
|
170 | 173 | /* |
|
171 | 174 | form{ |
|
172 | 175 | padding:15px; |
|
173 | 176 | margin:0 0 20px 0; |
|
174 | 177 | border:1px solid #c0c0c0; |
|
175 | 178 | background-color:#CEE1ED; |
|
176 | 179 | width:600px; |
|
177 | 180 | } |
|
178 | 181 | */ |
|
179 | 182 | |
|
180 | 183 | form { |
|
181 | 184 | display: inline; |
|
182 | 185 | } |
|
183 | 186 | |
|
184 | 187 | .noborder { |
|
185 | 188 | border:0px; |
|
186 | 189 | Exception exceptions.AssertionError: <exceptions.AssertionError instance at 0xb7c0b20c> in <bound |
|
187 | 190 | method SubversionRepository.__del__ of <vclib.svn.SubversionRepository instance at 0xb7c1252c>> |
|
188 | 191 | ignored |
|
189 | 192 | |
|
190 | 193 | background-color:#fff; |
|
191 | 194 | width:100%; |
|
192 | 195 | } |
|
193 | 196 | |
|
194 | 197 | textarea { |
|
195 | 198 | padding:0; |
|
196 | 199 | margin:0; |
|
197 | 200 | } |
|
198 | 201 | |
|
199 | 202 | input { |
|
200 | 203 | vertical-align: middle; |
|
201 | 204 | } |
|
202 | 205 | |
|
203 | 206 | input.button-small |
|
204 | 207 | { |
|
205 | 208 | font-size: 0.8em; |
|
206 | 209 | } |
|
207 | 210 | |
|
208 | 211 | select { |
|
209 | 212 | vertical-align: middle; |
|
210 | 213 | } |
|
211 | 214 | |
|
212 | 215 | select.select-small |
|
213 | 216 | { |
|
214 | 217 | border: 1px solid #7F9DB9; |
|
215 | 218 | padding: 1px; |
|
216 | 219 | font-size: 0.8em; |
|
217 | 220 | } |
|
218 | 221 | |
|
219 | 222 | .active-filter |
|
220 | 223 | { |
|
221 | 224 | background-color: #F9FA9E; |
|
222 | 225 | |
|
223 | 226 | } |
|
224 | 227 | |
|
225 | 228 | label { |
|
226 | 229 | font-weight: bold; |
|
227 | 230 | font-size: 1em; |
|
228 | 231 | } |
|
229 | 232 | |
|
230 | 233 | fieldset { |
|
231 | 234 | border:1px solid #7F9DB9; |
|
232 | 235 | padding: 6px; |
|
233 | 236 | } |
|
234 | 237 | |
|
235 | 238 | legend { |
|
236 | 239 | color: #505050; |
|
237 | 240 | |
|
238 | 241 | } |
|
239 | 242 | |
|
240 | 243 | .required { |
|
241 | 244 | color: #bb0000; |
|
242 | 245 | } |
|
243 | 246 | |
|
244 | 247 | table.listTableContent { |
|
245 | 248 | border:1px solid #578bb8; |
|
246 | 249 | width:99%; |
|
247 | 250 | border-collapse: collapse; |
|
248 | 251 | } |
|
249 | 252 | |
|
250 | 253 | table.listTableContent td { |
|
251 | 254 | padding:2px; |
|
252 | 255 | } |
|
253 | 256 | |
|
254 | 257 | tr.ListHead { |
|
255 | 258 | background-color:#467aa7; |
|
256 | 259 | color:#FFFFFF; |
|
257 | 260 | text-align:center; |
|
258 | 261 | } |
|
259 | 262 | |
|
260 | 263 | tr.ListHead a { |
|
261 | 264 | color:#FFFFFF; |
|
262 | 265 | text-decoration:underline; |
|
263 | 266 | } |
|
264 | 267 | |
|
265 | 268 | .odd { |
|
266 | 269 | background-color:#f0f1f2; |
|
267 | 270 | } |
|
268 | 271 | .even { |
|
269 | 272 | background-color: #fff; |
|
270 | 273 | } |
|
271 | 274 | |
|
272 | 275 | table.reportTableContent { |
|
273 | 276 | border:1px solid #c0c0c0; |
|
274 | 277 | width:99%; |
|
275 | 278 | border-collapse: collapse; |
|
276 | 279 | } |
|
277 | 280 | |
|
278 | 281 | table.reportTableContent td { |
|
279 | 282 | padding:2px; |
|
280 | 283 | } |
|
281 | 284 | |
|
282 | 285 | table.calenderTable { |
|
283 | 286 | border:1px solid #578bb8; |
|
284 | 287 | width:99%; |
|
285 | 288 | border-collapse: collapse; |
|
286 | 289 | } |
|
287 | 290 | |
|
288 | 291 | table.calenderTable td { |
|
289 | 292 | border:1px solid #578bb8; |
|
290 | 293 | } |
|
291 | 294 | |
|
292 | 295 | hr { border:none; border-bottom: dotted 2px #c0c0c0; } |
|
293 | 296 | |
|
294 | 297 | |
|
295 | 298 | /**************** Sidebar styles ****************/ |
|
296 | 299 | |
|
297 | 300 | #subcontent{ |
|
298 | 301 | position: absolute; |
|
299 | 302 | left: 0px; |
|
300 | 303 | width:110px; |
|
301 | 304 | padding:20px 20px 10px 5px; |
|
302 | 305 | } |
|
303 | 306 | |
|
304 | 307 | #subcontent h2{ |
|
305 | 308 | display:block; |
|
306 | 309 | margin:0 0 5px 0; |
|
307 | 310 | font-size:1.0em; |
|
308 | 311 | font-weight:bold; |
|
309 | 312 | text-align:left; |
|
310 | letter-spacing:-1px; | |
|
311 | 313 | color:#606060; |
|
312 | 314 | background-color:inherit; |
|
315 | font-family: Trebuchet MS,Georgia,"Times New Roman",serif; | |
|
313 | 316 | } |
|
314 | 317 | |
|
315 | 318 | #subcontent p{margin:0 0 16px 0; font-size:0.9em;} |
|
316 | 319 | |
|
317 | 320 | /**************** Menublock styles ****************/ |
|
318 | 321 | |
|
319 | 322 | .menublock{margin:0 0 20px 8px; font-size:0.8em;} |
|
320 | 323 | .menublock li{list-style:none; display:block; padding:1px; margin-bottom:0px;} |
|
321 | 324 | .menublock li a{font-weight:bold; text-decoration:none;} |
|
322 | 325 | .menublock li a:hover{text-decoration:none;} |
|
323 | 326 | .menublock li ul{margin:0; font-size:1em; font-weight:normal;} |
|
324 | 327 | .menublock li ul li{margin-bottom:0;} |
|
325 | 328 | .menublock li ul a{font-weight:normal;} |
|
326 | 329 | |
|
327 | 330 | /**************** Searchbar styles ****************/ |
|
328 | 331 | |
|
329 | 332 | #searchbar{margin:0 0 20px 0;} |
|
330 | 333 | #searchbar form fieldset{margin-left:10px; border:0 solid;} |
|
331 | 334 | |
|
332 | 335 | #searchbar #s{ |
|
333 | 336 | height:1.2em; |
|
334 | 337 | width:110px; |
|
335 | 338 | margin:0 5px 0 0; |
|
336 | 339 | border:1px solid #a0a0a0; |
|
337 | 340 | } |
|
338 | 341 | |
|
339 | 342 | #searchbar #searchbutton{ |
|
340 | 343 | width:auto; |
|
341 | 344 | padding:0 1px; |
|
342 | 345 | border:1px solid #808080; |
|
343 | 346 | font-size:0.9em; |
|
344 | 347 | text-align:center; |
|
345 | 348 | } |
|
346 | 349 | |
|
347 | 350 | /**************** Footer styles ****************/ |
|
348 | 351 | |
|
349 | 352 | #footer{ |
|
350 | 353 | clear:both; |
|
351 | 354 | /*width:758px;*/ |
|
352 | 355 | padding:5px 0; |
|
353 | 356 | margin:0; |
|
354 | 357 | font-size:0.9em; |
|
355 | 358 | color:#f0f0f0; |
|
356 | 359 | background:#467aa7; |
|
357 | 360 | } |
|
358 | 361 | |
|
359 | 362 | #footer p{padding:0; margin:0; text-align:center;} |
|
360 | 363 | #footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;} |
|
361 | 364 | #footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;} |
|
362 | 365 | |
|
363 | 366 | /**************** Misc classes and styles ****************/ |
|
364 | 367 | |
|
365 | 368 | .splitcontentleft{float:left; width:49%;} |
|
366 | 369 | .splitcontentright{float:right; width:49%;} |
|
367 | 370 | .clear{clear:both;} |
|
368 | 371 | .small{font-size:0.8em;line-height:1.4em;padding:0 0 0 0;} |
|
369 | 372 | .hide{display:none;} |
|
370 | 373 | .textcenter{text-align:center;} |
|
371 | 374 | .textright{text-align:right;} |
|
372 | 375 | .important{color:#f02025; background-color:inherit; font-weight:bold;} |
|
373 | 376 | |
|
374 | 377 | .box{ |
|
375 | 378 | margin:0 0 20px 0; |
|
376 | 379 | padding:10px; |
|
377 | 380 | border:1px solid #c0c0c0; |
|
378 | 381 | background-color:#fafbfc; |
|
379 | 382 | color:#505050; |
|
380 | 383 | line-height:1.5em; |
|
381 | 384 | } |
|
382 | 385 | |
|
383 | 386 | .rightbox{ |
|
384 | 387 | background: #fafbfc; |
|
385 | 388 | border: 1px solid #c0c0c0; |
|
386 | 389 | float: right; |
|
387 | 390 | padding: 8px; |
|
388 | 391 | position: relative; |
|
389 | 392 | margin: 0 5px 5px; |
|
390 | 393 | } |
|
391 | 394 | |
|
392 | 395 | .topright{ |
|
393 | 396 | position: absolute; |
|
394 | 397 | right: 25px; |
|
395 | 398 | top: 100px; |
|
396 | 399 | } |
|
397 | 400 | |
|
398 | 401 | .login { |
|
399 | 402 | width: 50%; |
|
400 | 403 | text-align: left; |
|
401 | 404 | } |
|
402 | 405 | |
|
403 | 406 | img.calendar-trigger { |
|
404 | 407 | cursor: pointer; |
|
405 | 408 | vertical-align: middle; |
|
406 | 409 | margin-left: 4px; |
|
407 | 410 | } |
|
408 | 411 | |
|
409 | 412 | |
|
410 | 413 | /***** CSS FORM ******/ |
|
411 | 414 | .tabular p{ |
|
412 | 415 | margin: 0; |
|
413 | 416 | padding: 5px 0 8px 0; |
|
414 | 417 | padding-left: 180px; /*width of left column containing the label elements*/ |
|
415 | 418 | height: 1%; |
|
416 | 419 | } |
|
417 | 420 | |
|
418 | 421 | .tabular label{ |
|
419 | 422 | font-weight: bold; |
|
420 | 423 | float: left; |
|
421 | 424 | margin-left: -180px; /*width of left column*/ |
|
422 | 425 | width: 175px; /*width of labels. Should be smaller than left column to create some right |
|
423 | 426 | margin*/ |
|
424 | 427 | } |
|
425 | 428 | |
|
426 | 429 | .error { |
|
427 | 430 | color: #cc0000; |
|
428 | 431 | } |
|
429 | 432 | |
|
430 | 433 | |
|
431 | 434 | /*.threepxfix class below: |
|
432 | 435 | Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents. |
|
433 | 436 | to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html |
|
434 | 437 | */ |
|
435 | 438 | |
|
436 | 439 | * html .threepxfix{ |
|
437 | 440 | margin-left: 3px; |
|
438 | 441 | } No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now