]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/templates/header.tpl
commit changes
[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" valign="bottom">
17          {#title#}
18         </td>
19         {if $dbs ne ""}
20                 <form method=post action=index.php>
21                 <td background="{#root#}/images/bg2.png" align="right" valign="top">
22                 {t}Select{/t}: 
23                 <select name=sel_database style="font-family:verdana;font-size: 10px;color: white; background-color:#666;" onchange=submit()>
24                 {html_options values=$dbs output=$dbs selected=$dbs_now}
25                 </select>
26                 </td>
27                 </form>
28         {/if}
29         <td background="{#root#}/images/bg2.png" align=right width=7%>
30         <a href="{php $_SERVER['PHP_SELF'];}"><img src="{#root#}/images/refresh.gif" alt='Refresh'></a>
31         <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"}>
32         Bugs?
33         </a>
34         </td>
35         <td background="images/end2.png>
36         <img src="images/empty.png">
37         </td>
38  </tr>
39 </table>