Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<!DOCTYPE html PUBLIC
2
	"-//W3C//DTD XHTML 1.0 Transitional//EN"
3
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
<head>
6
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7
<title>%%ErrorType%%</title>
8
<style type="text/css">
9
/*<![CDATA[*/
10
body {font-family:"Verdana";font-weight:normal;color:black;background-color:white;}
11
h1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
12
h2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
13
h3 {font-family:"Verdana";font-weight:bold;font-size:11pt}
14
p {font-family:"Verdana";font-weight:normal;color:black;font-size:9pt;margin-top: -5px}
15
a {font-family:"Verdana";color:red;}
16
code,pre {font-family:"Lucida Console";font-size:10pt;}
17
td,.version {color: gray;font-size:8pt;border-top:1px solid #aaaaaa;}
18
.source {font-family:"Lucida Console";font-weight:normal;background-color:#ffffee;}
19
.error {background-color: #ffeeee;}/*]]>*/
20
</style>
21
</head>
22
<body>
23
<h1>%%ErrorType%%</h1>
24
<h3>Description</h3>
25
<p style="color:maroon">%%ErrorMessage%%</p>
26
<h3>Source File</h3>
27
<p>%%SourceFile%%</p>
28
<div class="source">
29
<code><pre>
30
%%SourceCode%%
31
</pre></code>
32
</div>
33
<h3>Stack Trace</h3>
34
<div class="source">
35
<code><pre>
36
%%StackTrace%%
37
</pre></code>
38
</div>
39
<div class="version">
40
%%Time%% %%Version%%
41
</div>
42
</body>
43
</html>