Magellan Linux

Contents of /trunk/viewvc/magellan-template/error.ezt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations) (download)
Tue Oct 30 22:18:26 2012 UTC (11 years, 6 months ago) by niro
File size: 1918 byte(s)
-initial viewvc theme for cvs.magellan-linux.de/svn.magellan-linux.de
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <!-- ViewVC :: http://www.viewvc.org/ -->
5 <head>
6 <title>ViewVC Exception</title>
7 </head>
8 <body>
9 <h3>An Exception Has Occurred</h3>
10
11 [if-any msg]
12 <p>[msg]</p>
13 [end]
14
15 [if-any status]
16 <h4>HTTP Response Status</h4>
17 <p><pre>[status]</pre></p>
18 <hr />
19 [end]
20
21 [if-any msg][else]
22 <h4>Python Traceback</h4>
23 <p><pre>
24 [stacktrace]
25 </pre></p>
26 [end]
27
28 [# Here follows a bunch of space characters, present to ensure that
29 our error message is larger than 512 bytes so that IE's "Friendly
30 Error Message" won't show. For more information, see
31 http://oreillynet.com/onjava/blog/2002/09/internet_explorer_subverts_err.html]
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50 </body>
51 </html>