]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/templates/header.tpl
bacula-web: Fixed html and css issue in report page - Fixed in report.tpl and report_...
[bacula/bacula] / gui / bacula-web / templates / header.tpl
1 <!-- Header -->
2 <div id="header">
3  <p>bacula-web</p>
4 </div> <!-- end div header -->
5
6 <div id="subheader">
7  <ul>
8         <li> 
9                 <a href="index.php">Refresh</a>
10         </li>
11         <li>
12                 <a href="http://bacula-web.dflc.ch/bugs" target="_blank">Bugs</a
13         <li>
14                 <a href="http://bacula-web.dflc.ch" target="_blank">About</a>
15         </li>
16  </ul>
17 </div> <!-- end div subheader -->
18
19 <!-- Multi catalog selection will added in next release
20 <table width="100%" cellpadding=0 cellspacing=0 border=0 bgcolor="#2F92AF">
21  <tr>
22
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         {/if}
32     </tr>
33   </table>
34 </form>
35 -->
36 <!-- End Header -->