]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/templates/index.tpl
bacula-web: Fixed some html and css issue
[bacula/bacula] / gui / bacula-web / templates / index.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 {include file=header.tpl}
19
20 {config_load file=bacula.conf}
21
22 <table width=1000px border=0 cellspacing=5 class="back">
23   <tr>
24         <td valign=top width=60%> 
25           {include file=generaldata.tpl} 
26           <br /> 
27           {include file=volumes.tpl}
28         </td>
29         <td valign=top width=40% bgcolor=#DDDFF9 style="border-style: solid; border-color: grey">
30           {if !#IndexReport#}
31             {include file=last_run_report.tpl}  
32           {else}
33                 {include file=report_select.tpl}
34           {/if}
35           <table class=genmed cellspacing="1" cellpadding="3" border=0 align="center">
36                 <tr>
37                   <td>
38                         {if $server==""}
39                           <img src="stats.php?server={$server}&tipo_dato=69&title=General%20report&modo_graph=bars&sizex=420&sizey=250&MBottom=20&legend=1" />
40                         {else}
41                           <img src="stats.php?server={$server}&tipo_dato=3&title={$server}&modo_graph=bars" />
42                         {/if}
43                   </td>
44                 </tr>
45           </table>
46         </td>
47   </tr>
48 </table>
49
50 {include file="footer.tpl"}