blob: 5c1d0f11c421333926caeda139713ccd7bdc0196 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Error</title>
<link href="/css/style.css" media="all" rel="stylesheet" type="text/css" />
</head>
<body>
<TMPL_IF NAME=message><p class="error"><b><TMPL_VAR NAME=message></b></p></TMPL_IF>
<p>
<TMPL_IF NAME=email>
If you think it is a bug, please report it to
<a href="mailto:<TMPL_VAR NAME=email>"><TMPL_VAR NAME=email></a>.
</TMPL_IF>
</p>
<hr/>
<TMPL_IF NAME=url><p><a href="<TMPL_VAR NAME=url>">Back</a></p></TMPL_IF>
</body>
</html>
|