]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/templates/header.tpl
bacula-web: Fixed html and css issue in report page - Fixed in report.tpl and report_...
[bacula/bacula] / gui / bacula-web / templates / header.tpl
index 76c5113f2056ac4fcfc73b21cd4d3e22d1354ec1..327f37837fff2bd1b825bdcb310835fa8ab296e5 100644 (file)
@@ -1,25 +1,25 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
-  "http://www.w3.org/TR/html4/loose.dtd">
-<html lang="en">
-<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}
-<link rel="stylesheet" type="text/css" href="style/default.css" />
-<title>bacula-web</title>
-</head>
-<body>
+<!-- Header -->
+<div id="header">
+ <p>bacula-web</p>
+</div> <!-- end div header -->
 
-<table width=1000px cellpadding=0 cellspacing=0 border=0 bgcolor="#2F92AF">
+<div id="subheader">
+ <ul>
+       <li> 
+               <a href="index.php">Refresh</a>
+       </li>
+       <li>
+               <a href="http://bacula-web.dflc.ch/bugs" target="_blank">Bugs</a
+       <li>
+               <a href="http://bacula-web.dflc.ch" target="_blank">About</a>
+       </li>
+ </ul>
+</div> <!-- end div subheader -->
+
+<!-- Multi catalog selection will added in next release
+<table width="100%" cellpadding=0 cellspacing=0 border=0 bgcolor="#2F92AF">
  <tr>
-       <td class="titulo2" background="images/bg2.png" valign="bottom">
-        bacula-web
-       </td>
+
        {if $dbs ne ""}
                <form method=post action=index.php>
                <td background="{#root#}/images/bg2.png" align="right" valign="top">
                {html_options values=$dbs output=$dbs selected=$dbs_now}
                </select>
                </td>
-               </form>
        {/if}
-       <td background="{#root#}/images/bg2.png" align=right width=7%>
-       <a href="{php $_SERVER['PHP_SELF'];}"><img src="{#root#}/images/refresh.gif" alt='Refresh'></a>
-       <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
+    </tr>
+  </table>
+</form>
+-->
+<!-- End Header -->
\ No newline at end of file