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="zh" lang="zh">
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
/*]]>*/
21
</style>
22
</head>
23
<body>
24
<h1>%%ErrorType%%</h1>
25
<h3>错误信息</h3>
26
<p style="color:maroon">%%ErrorMessage%%</p>
27
<p>
28
<h3>错误代码文件</h3>
29
<p>%%SourceFile%%</p>
30
<div class="source">
31
<code><pre>
32
%%SourceCode%%
33
</pre></code>
34
</div>
35
<h3>错误堆栈信息</h3>
36
<div class="source">
37
<code><pre>
38
%%StackTrace%%
39
</pre></code>
40
</div>
41
<div class="version">
42
%%Time%% %%Version%%
43
</div>
44
</body>
45
</html>