]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/templates/header.tpl
bacula-web: Fixed typo in Javascript declaration
[bacula/bacula] / gui / bacula-web / templates / header.tpl
index 023d6e9fe8fb575775963e9f7234cbcf7602c365..453fbde8087414e774ada3f2b703d82719366db6 100644 (file)
@@ -1,26 +1,14 @@
-<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">
+<!-- Header -->
 <table width=1000px cellpadding=0 cellspacing=0 border=0 bgcolor="#2F92AF">
  <tr>
-       <td class=titulo2 background="images/bg2.png" valign="bottom">
-        {#title#}
+       <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">
                {t}Select{/t}: 
-               <select name=sel_database style="font-family:verdana;font-size: 6px;color: white; background-color:#666;" onchange=submit()>
+               <select name=sel_database style="font-family:verdana;font-size: 10px;color: white; background-color:#666;" onchange=submit()>
                {html_options values=$dbs output=$dbs selected=$dbs_now}
                </select>
                </td>
@@ -32,8 +20,9 @@
        Bugs?
        </a>
        </td>
-       <td background="images/end2.png>
+       <td background="images/end2.png">
        <img src="images/empty.png">
        </td>
  </tr>
-</table>
\ No newline at end of file
+</table>
+<!-- End Header -->
\ No newline at end of file