aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/bare_error.tt2
blob: 03f6aebd44f2912a8f35af342ff5f051f2cead5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title id="title">LXR Error</title>

    <style type="text/css">
	div.error {
		font-weight: bold;
		font-style: italic;
		color: #E04040;
	}
    </style>

  </head>
  <body>
     <div class="error">[% error | html %]</div>
  </body>
</html>