]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/templates/header.tpl
Initial revision
[bacula/bacula] / gui / bacula-web / templates / header.tpl
1 <HTML>
2 <HEAD>
3 {popup_init src="js/overlib.js"}
4 {literal}
5 <script language="Javascript">
6         function OpenWin(URL,wid,hei) {
7                 window.open(URL,"window1","width="+wid+",height="+hei+",scrollbars=yes,menubar=no,location=no,resizable=no")
8         }
9 </script>
10 {/literal}
11 <TITLE>{#title#}</TITLE>
12 </HEAD>
13 <BODY bgcolor="#ffffff">
14 <table width=1000px cellpadding=0 cellspacing=0 border=0 bgcolor="#2F92AF">
15  <tr>
16         <td class=titulo2 background="images/bg2.png">
17          {#title#}
18         </td>
19         <td background="images/bg2.png" align=right>
20         <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"}>
21         Bugs?
22         </a>
23         </td>
24         <td background="images/end2.png>
25         <img src="images/empty.png">
26         </td>
27  </tr>
28 </table>