]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/templates/header.tpl
bacula-web: Fixed typo in Javascript declaration
[bacula/bacula] / gui / bacula-web / templates / header.tpl
1 <!-- Header -->
2 <table width=1000px cellpadding=0 cellspacing=0 border=0 bgcolor="#2F92AF">
3  <tr>
4         <td class="titulo2" background="images/bg2.png" valign="bottom">
5          bacula-web
6         </td>
7         {if $dbs ne ""}
8                 <form method=post action=index.php>
9                 <td background="{#root#}/images/bg2.png" align="right" valign="top">
10                 {t}Select{/t}: 
11                 <select name=sel_database style="font-family:verdana;font-size: 10px;color: white; background-color:#666;" onchange=submit()>
12                 {html_options values=$dbs output=$dbs selected=$dbs_now}
13                 </select>
14                 </td>
15                 </form>
16         {/if}
17         <td background="{#root#}/images/bg2.png" align=right width=7%>
18         <a href="{php $_SERVER['PHP_SELF'];}"><img src="{#root#}/images/refresh.gif" alt='Refresh'></a>
19         <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"}>
20         Bugs?
21         </a>
22         </td>
23         <td background="images/end2.png">
24         <img src="images/empty.png">
25         </td>
26  </tr>
27 </table>
28 <!-- End Header -->