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