]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/lang/fr/tpl/begin.tpl
bweb: update tpls
[bacula/bacula] / gui / bweb / lang / fr / tpl / begin.tpl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>Bweb - Bacula Web Interface</title>
5 <link rel="SHORTCUT ICON" href="/bweb/favicon.ico"/>
6 <script type="text/javascript" language="JavaScript" src="/bweb/natcompare.js"></script>
7 <script type="text/javascript" language="JavaScript" src="/bweb/nrs_table.js"></script>
8 <script type="text/javascript" language="JavaScript" src="/bweb/bweb.js"></script>
9 <link type="text/css" rel="stylesheet" href="/bweb/style.css"/>
10 <link type="text/css" rel="stylesheet" href="/bweb/kaiska.css"/>
11 <link type="text/css" rel="stylesheet" href="/bweb/bweb.css"/>
12 </head>
13 <body>
14
15 <script type="text/javascript" language="JavaScript">
16 if (navigator.appName == 'Konqueror') {
17         alert("Sorry at this moment, bweb works only with mozilla.");
18 }
19 if ('Main' == ('_' + '_Main_' + '_')) {
20         document.write("<font color='red'>Update your configuration to use the correct tpl directory (You are using devel tpl)</font>");
21
22 </script>
23
24 <ul id="menu">
25  <li><a href="bweb.pl?">Main</a> </li>
26  <li><a href="bweb.pl?action=client">Clients</a>
27      <ul>
28        <li><a href="bweb.pl?action=client">Clients</a> </li>
29        <li><a href="bweb.pl?action=groups">Groups</a> </li>
30      </ul>
31  </li>
32  <li style="padding: 0.25em 2em;">Jobs
33    <ul> 
34      <li><a href="bweb.pl?action=run_job">Defined Jobs</a>
35      <li><a href="bweb.pl?action=job_group">Jobs by group</a>
36      <li><a href="bweb.pl?action=overview">Jobs overview</a>
37      <li><a href="bweb.pl?action=missing">Missing Jobs</a>
38      <li><a href="bweb.pl?action=job">Last Jobs</a> </li>
39      <li><a href="bweb.pl?action=running">Running Jobs</a>
40      <li><a href="bweb.pl?action=next_job">Next Jobs</a> </li>
41 <!-- <li><a href="bweb.pl?action=restore" title="Launch brestore">Restore</a> </li> -->
42      <li><a href="/bweb/bresto.html" title="Try bresto">Web Restore</a> </li>
43    </ul>
44  </li>
45  <li style="padding: 0.25em 2em;">Media
46   <ul>
47      <li><a href="bweb.pl?action=pool">Pools</a> </li>
48      <li><a href="bweb.pl?action=location">Locations</a> </li>
49      <li><a href="bweb.pl?action=media">All Media</a><hr></li>
50      <li><a href="bweb.pl?action=add_media">Add Media</a><hr></li>
51      <li><a href="bweb.pl?action=extern_media">Eject Media</a> </li>
52      <li><a href="bweb.pl?action=intern_media">Load Media</a> </li>
53   </ul>
54  </li>
55  <li style="padding: 0.25em 2em;">Storages
56   <ul>
57    <li><a href="bweb.pl?action=cmd_storage">Manage Device</a><TMPL_IF achs><hr></TMPL_IF></li>
58 <TMPL_LOOP achs>
59    <li><a href="bweb.pl?action=ach_view;ach=<TMPL_VAR name>"><TMPL_VAR name></a></li>
60 </TMPL_LOOP>
61   </ul>
62  </li>
63  <li><a href="bweb.pl?action=graph"> Statistics </a>
64   <ul>
65     <li><a href="bweb.pl?action=graph"> Statistics </a>
66     <li><a href="btime.pl"> Backup Timing </a>
67     <li><a href="bweb.pl?action=group_stats"> Groups </a>
68     <!-- <li><a href="bperf.pl"> Perfs </a> -->
69   </ul>
70  </li>
71  <li> <a href="bweb.pl?action=view_conf"> Configuration </a> 
72 <TMPL_IF enable_security>
73   <ul> <li> <a href="bweb.pl?action=view_conf"> Configuration </a> 
74        <li> <a href="bweb.pl?action=users"> Manage users </a>
75   </ul>
76 </TMPL_IF>
77 </li>
78  <li> <a href="bweb.pl?action=about"> About </a> </li>
79  <li style="padding: 0.25em 2em;float: right;">&nbsp;
80 <TMPL_IF loginname>Logged as <TMPL_VAR loginname></TMPL_IF>
81 <TMPL_IF cur_name>on <TMPL_VAR cur_name></TMPL_IF>
82 </li>
83  <li style="float: right;white-space: nowrap;">
84 <button type="submit" class="bp" class="button" title="Search media" onclick="search_media();"><img src="/bweb/tape.png" alt=''></button><button type="submit" title="Search client" onclick="search_client();" class='bp'><img src="/bweb/client.png" alt=''></button><input class='formulaire' style="margin: 0 2px 0 2px; padding: 0 0 0 0;" id='searchbox' type='text' size='8' value='search...' onclick="this.value='';" title="Search media or client"></li>
85 </ul>
86
87 <form name="search" action="bweb.pl?" method='GET'>
88  <input type="hidden" name="action" value=''>
89  <input type="hidden" name="re_media" value=''>
90  <input type="hidden" name="re_client" value=''>
91 </form>
92
93 <div style="clear: left;">
94 <div style="float: left;">