]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/templates/index.tpl
bacula-web: Fixed html issue in index.tpl - Replaced all & by & in phplot graph
[bacula/bacula] / gui / bacula-web / templates / index.tpl
1 {config_load file=bacula.conf}
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
3   "http://www.w3.org/TR/html4/loose.dtd">
4 <html lang="en">
5 <head>
6 {literal}
7 <script type="text/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 {popup_init src='./js/overlib.js'}
18 {include file=header.tpl}
19
20 <div id="main_left">
21 {include file=generaldata.tpl}
22 <br /> 
23 {include file=volumes.tpl}
24 </div>
25
26 <div id="main_right">
27   {if !#IndexReport#}
28     {include file=last_run_report.tpl}  
29   {else}
30     {include file=report_select.tpl}
31   {/if}
32 <!--  <table class=genmed cellspacing="1" cellpadding="3" border=0 align="center">
33
34                 <tr>
35                   <td>
36 -->
37         <div class="box">
38                 <p class="title">General report</p>
39                 {if $server==""} 
40                   <img src="stats.php?server={$server}&amp;tipo_dato=69&amp;title=General%20report&amp;modo_graph=bars&amp;sizex=420&amp;sizey=250&amp;MBottom=20&amp;legend=1" />
41                 {else}
42                   <img src="stats.php?server={$server}&amp;tipo_dato=3&amp;title={$server}&amp;modo_graph=bars" />
43                 {/if}
44         </div> <!-- end div box -->
45 <!--
46                         </td>
47                 </tr>
48   </table>
49 -->
50 </div>
51
52 {include file="footer.tpl"}