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="fr" lang="fr">
5
<head>
6
<title>%%ErrorMessage%%</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
.version {color: gray;font-size:8pt;border-top:1px solid #aaaaaa;}
15
/*]]>*/
16
</style>
17
</head>
18
<body>
19
<h1>Erreur %%StatusCode%%</h1>
20
<h2>%%ErrorMessage%%</h2>
21
<p>
22
Cette erreur est survenue en essayant de répondre à votre requête.
23
</p>
24
<p>
25
Si vous pensez qu'il s'agit d'une erreur inattendue du serveur, merci de contacter l'<a href="mailto:%%ServerAdmin%%">administrateur</a>
26
</p>
27
<div class="version">
28
%%Time%% %%Version%%
29
</div>
30
</body>
31
</html>