]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/templates/header.tpl
bacula-web: Changed css file location -> style/default.css
[bacula/bacula] / gui / bacula-web / templates / header.tpl
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
2   "http://www.w3.org/TR/html4/loose.dtd">
3 <html lang="en">
4 <head>
5 {*{popup_init src="js/overlib.js"}*}
6 {literal}
7 <script language="Javascript">
8         function OpenWin(URL,wid,hei) {
9                 window.open(URL,"window1","width="+wid+",height="+hei+",scrollbars=yes,menubar=no,location=no,resizable=no")
10         }
11 </script>
12 {/literal}
13 <link rel="stylesheet" type="text/css" href="style/default.css" />
14 <title>bacula-web</title>
15 </head>
16 <body>
17
18 <table width=1000px cellpadding=0 cellspacing=0 border=0 bgcolor="#2F92AF">
19  <tr>
20         <td class="titulo2" background="images/bg2.png" valign="bottom">
21          bacula-web
22         </td>
23         {if $dbs ne ""}
24                 <form method=post action=index.php>
25                 <td background="{#root#}/images/bg2.png" align="right" valign="top">
26                 {t}Select{/t}: 
27                 <select name=sel_database style="font-family:verdana;font-size: 10px;color: white; background-color:#666;" onchange=submit()>
28                 {html_options values=$dbs output=$dbs selected=$dbs_now}
29                 </select>
30                 </td>
31                 </form>
32         {/if}
33         <td background="{#root#}/images/bg2.png" align=right width=7%>
34         <a href="{php $_SERVER['PHP_SELF'];}"><img src="{#root#}/images/refresh.gif" alt='Refresh'></a>
35         <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"}>
36         Bugs?
37         </a>
38         </td>
39         <td background="images/end2.png">
40         <img src="images/empty.png">
41         </td>
42  </tr>
43 </table>