]> git.sur5r.net Git - bacula/bacula/blob - gui/baculum/framework/Exceptions/templates/error503-en.html
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / gui / baculum / framework / Exceptions / templates / error503-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>Service Unavailable</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>Service Unavailable</h1>\r
21 <p>\r
22 Our system is currently under maintenance. Please come back later.\r
23 </p>\r
24 <p>\r
25 Thank you.\r
26 </p>\r
27 <div class="version">\r
28 %%Time%% %%Version%%\r
29 </div>\r
30 </body>\r
31 </html>