]> git.sur5r.net Git - bacula/bacula/blob - gui/baculum/framework/Exceptions/templates/error-fr.html
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / gui / baculum / framework / Exceptions / templates / error-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>%%ErrorMessage%%</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 .version {color: gray;font-size:8pt;border-top:1px solid #aaaaaa;}\r
15 /*]]>*/\r
16 </style>\r
17 </head>\r
18 <body>\r
19 <h1>Erreur %%StatusCode%%</h1>\r
20 <h2>%%ErrorMessage%%</h2>\r
21 <p>\r
22 Cette erreur est survenue en essayant de répondre à votre requête.\r
23 </p>\r
24 <p>\r
25 Si vous pensez qu'il s'agit d'une erreur inattendue du serveur, merci de contacter l'<a href="mailto:%%ServerAdmin%%">administrateur</a>\r
26 </p>\r
27 <div class="version">\r
28 %%Time%% %%Version%%\r
29 </div>\r
30 </body>\r
31 </html>