]> git.sur5r.net Git - bacula/bacula/blob - gui/baculum/framework/Exceptions/templates/exception.html
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / gui / baculum / framework / Exceptions / templates / exception.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>%%ErrorType%%</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 code,pre {font-family:"Lucida Console";font-size:10pt;}\r
16 td,.version {color: gray;font-size:8pt;border-top:1px solid #aaaaaa;}\r
17 .source {font-family:"Lucida Console";font-weight:normal;background-color:#ffffee;}\r
18 .error {background-color: #ffeeee;}/*]]>*/\r
19 </style>\r
20 </head>\r
21 <body>\r
22 <h1>%%ErrorType%%</h1>\r
23 <h3>Description</h3>\r
24 <p style="color:maroon">%%ErrorMessage%%</p>\r
25 <h3>Source File</h3>\r
26 <p>%%SourceFile%%</p>\r
27 <div class="source">\r
28 <code><pre>\r
29 %%SourceCode%%\r
30 </pre></code>\r
31 </div>\r
32 <h3>Stack Trace</h3>\r
33 <div class="source">\r
34 <code><pre>\r
35 %%StackTrace%%\r
36 </pre></code>\r
37 </div>\r
38 <div class="version">\r
39 %%Time%% %%Version%%\r
40 </div>\r
41 </body>\r
42 </html>