]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/templates/header.tpl
bacula-web: JobFiles detail added in job list (jobs.php)
[bacula/bacula] / gui / bacula-web / templates / header.tpl
index 564369e694161eb2473054e2b1d775ae04a8d636..74487552eb0d75c5f3e338d73f5500996c2fc12c 100644 (file)
@@ -1,28 +1,22 @@
-<HTML>
-<HEAD>
-{popup_init src="js/overlib.js"}
-{literal}
-<script language="Javascript">
-       function OpenWin(URL,wid,hei) {
-               window.open(URL,"window1","width="+wid+",height="+hei+",scrollbars=yes,menubar=no,location=no,resizable=no")
-       }
-</script>
-{/literal}
-<TITLE>{#title#}</TITLE>
-</HEAD>
-<BODY bgcolor="#ffffff">
-<table width=1000px cellpadding=0 cellspacing=0 border=0 bgcolor="#2F92AF">
- <tr>
-       <td class=titulo2 background="images/bg2.png">
-        {#title#}
-       </td>
-       <td background="images/bg2.png" align=right>
-       <a href="http://indpnday.com/bacula_stuff/bacula-web/mantisbt/login_page.php" target="_blank" {popup text="They grow thanks to Juan Luis Francés...Please, click here to report them"}>
-       Bugs?
-       </a>
-       </td>
-       <td background="images/end2.png>
-       <img src="images/empty.png">
-       </td>
- </tr>
-</table>
\ No newline at end of file
+<!-- Header -->
+<div id="header">
+ <p>bacula-web</p>
+</div> <!-- end div header -->
+
+<div id="subheader">
+ <ul>
+       <li> <a href="http://bacula-web.dflc.ch/bugs" target="_blank">Bugs</a> </li>
+       <li><a href="http://bacula-web.dflc.ch" target="_blank">About</a> </li>
+
+       <!-- Condifitional catalog selection if more than 1 catalog is defined in the configuration -->
+       {if $dbs > 1}
+       <li>
+               <form method=post action=index.php>
+                       Catalog&nbsp; <select name=sel_database OnChange=submit()> {html_options values={$dbs} name=$selected_db=$dbs_now} </select>
+               </form>
+       </li>
+       {/if}
+ </ul>
+</div> <!-- end div subheader -->
+
+<!-- End Header -->