| 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="fr" lang="fr">
|
|
|
5 |
<head>
|
|
|
6 |
<title>%%ErrorType%%</title>
|
|
|
7 |
<style type="text/css">
|
|
|
8 |
/*<![CDATA[*/
|
|
|
9 |
body {font-family:"Verdana";font-weight:normal;color:black;background-color:white;}
|
|
|
10 |
h1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
|
|
|
11 |
h2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
|
|
|
12 |
h3 {font-family:"Verdana";font-weight:bold;font-size:11pt}
|
|
|
13 |
p {font-family:"Verdana";font-weight:normal;color:black;font-size:9pt;margin-top: -5px}
|
|
|
14 |
a {font-family:"Verdana";color:red;}
|
|
|
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 |
/*]]>*/
|
|
|
20 |
</style>
|
|
|
21 |
</head>
|
|
|
22 |
<body>
|
|
|
23 |
<h1>%%ErrorType%%</h1>
|
|
|
24 |
<h3>Description</h3>
|
|
|
25 |
<p style="color:maroon">%%ErrorMessage%%</p>
|
|
|
26 |
<h3>Fichier Source</h3>
|
|
|
27 |
<p>%%SourceFile%%</p>
|
|
|
28 |
<div class="source">
|
|
|
29 |
<code><pre>
|
|
|
30 |
%%SourceCode%%
|
|
|
31 |
</pre></code>
|
|
|
32 |
</div>
|
|
|
33 |
<h3>Trace de la pile d'ex閏ution:</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>
|