]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/tpl/begin.tpl
ebl Add volume/pool usage
[bacula/bacula] / gui / bweb / tpl / begin.tpl
1 <html>
2 <head>
3 <title>Bweb</title>
4 <script language="JavaScript" src="/bweb/natcompare.js"></script>
5 <script language="JavaScript" src="/bweb/nrs_table.js"></script>
6 <script language="JavaScript" src="/bweb/bweb.js"></script>
7 <link type="text/css" rel="stylesheet" href="/bweb/style.css"/>
8 <link type="text/css" rel="stylesheet" href="/bweb/kaiska.css"/>
9 <link type="text/css" rel="stylesheet" href="/bweb/bweb.css"/>
10 </head>
11 <body>
12
13     <div class="menubar">
14 <a href="?"> Main </a>[
15 <a href="?action=client"> Clients </a>|       
16 <a href="?action=run_job"> Jobs </a>|
17 <a href="?action=running"> Running jobs </a>|
18 <a href="?action=job"> Old Jobs </a>|
19 <a href="?action=next_job"> Next jobs </a|>|
20 <a href="?action=restore" title="Launch brestore"> Restore </a>|
21 <a href="?action=graph"> Statistics </a>] [
22 <a href="?action=pool"> Pools </a>|
23 <a href="?action=location"> Locations </a>|
24 <a href="?action=media"> Medias </a>|
25 <a href="?action=extern_media"> Eject media </a>| 
26 <a href="?action=intern_media"> Load media </a>
27 <!--| <a href="?action=ach_view"> View Autochanger </a> -->
28 ] [
29 <a href="?action=view_conf"> Configuration </a>|
30 <a href="?action=about"> About </a>]
31 Logged as <TMPL_VAR NAME=loginname>
32     </div>
33
34 <script language="JavaScript">
35 if (navigator.appName == 'Konqueror') {
36         alert("Sorry at this moment, bweb works only with mozilla.");
37 }
38 </script>
39