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
code,pre {font-family:"Lucida Console";font-size:10pt;}
16
td,.version {color: gray;font-size:8pt;border-top:1px solid #aaaaaa;}
17
.source {font-family:"Lucida Console";font-weight:normal;background-color:#ffffee;}
18
.error {background-color: #ffeeee;}/*]]>*/
19
</style>
20
</head>
21
<body>
22
<h1>%%ErrorType%%</h1>
23
<h3>Description</h3>
24
<p style="color:maroon">%%ErrorMessage%%</p>
25
<h3>Source File</h3>
26
<p>%%SourceFile%%</p>
27
<div class="source">
28
<code><pre>
29
%%SourceCode%%
30
</pre></code>
31
</div>
32
<h3>Stack Trace</h3>
33
<div class="source">
34
<code><pre>
35
%%StackTrace%%
36
</pre></code>
37
</div>
38
<div class="version">
39
%%Time%% %%Version%%
40
</div>
41
</body>
42
</html>