]> git.sur5r.net Git - bacula/bacula/blob - gui/baculum/framework/Exceptions/templates/error400-en.html
Add Baculum
[bacula/bacula] / gui / baculum / framework / Exceptions / templates / error400-en.html
1 <!DOCTYPE html PUBLIC\r
2         "-//W3C//DTD XHTML 1.0 Transitional//EN"\r
3         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\r
5 <head>\r
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>\r
7 <title>Bad Request</title>\r
8 <style type="text/css">\r
9 /*<![CDATA[*/\r
10 body {font-family:"Verdana";font-weight:normal;color:black;background-color:white;}\r
11 h1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }\r
12 h2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }\r
13 h3 {font-family:"Verdana";font-weight:bold;font-size:11pt}\r
14 p {font-family:"Verdana";font-weight:normal;color:black;font-size:9pt;margin-top: -5px}\r
15 .version {color: gray;font-size:8pt;border-top:1px solid #aaaaaa;}\r
16 /*]]>*/\r
17 </style>\r
18 </head>\r
19 <body>\r
20 <h1>Bad Request</h1>\r
21 <h2>%%ErrorMessage%%</h2>\r
22 <p>\r
23 The request could not be understood by the server due to malformed syntax.\r
24 Please do not repeat the request without modifications.\r
25 </p>\r
26 <p>\r
27 If you think this is a server error, please contact the <a href="mailto:%%ServerAdmin%%">webmaster</a>.\r
28 </p>\r
29 <div class="version">\r
30 %%Time%% %%Version%%\r
31 </div>\r
32 </body>\r
33 </html>