]> git.sur5r.net Git - bacula/bacula/blob - gui/baculum/framework/Exceptions/templates/exception-fr.html
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / gui / baculum / framework / Exceptions / templates / exception-fr.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="fr" lang="fr">\r
5 <head>\r
6 <title>%%ErrorType%%</title>\r
7 <style type="text/css">\r
8 /*<![CDATA[*/\r
9 body {font-family:"Verdana";font-weight:normal;color:black;background-color:white;}\r
10 h1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }\r
11 h2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }\r
12 h3 {font-family:"Verdana";font-weight:bold;font-size:11pt}\r
13 p {font-family:"Verdana";font-weight:normal;color:black;font-size:9pt;margin-top: -5px}\r
14 a {font-family:"Verdana";color:red;}\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 /*]]>*/\r
20 </style>\r
21 </head>\r
22 <body>\r
23 <h1>%%ErrorType%%</h1>\r
24 <h3>Description</h3>\r
25 <p style="color:maroon">%%ErrorMessage%%</p>\r
26 <h3>Fichier Source</h3>\r
27 <p>%%SourceFile%%</p>\r
28 <div class="source">\r
29 <code><pre>\r
30 %%SourceCode%%\r
31 </pre></code>\r
32 </div>\r
33 <h3>Trace de la pile d'ex閏ution:</h3>\r
34 <div class="source">\r
35 <code><pre>\r
36 %%StackTrace%%\r
37 </pre></code>\r
38 </div>\r
39 <div class="version">\r
40 %%Time%% %%Version%%\r
41 </div>\r
42 </body>\r
43 </html>