]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/templates/index.tpl
bacula-web: Several internal code improvment
[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 {literal}
6 <script type="text/javascript">
7         function OpenWin(URL,wid,hei) {
8                 window.open(URL,"window1","width="+wid+",height="+hei+",scrollbars=yes,menubar=no,location=no,resizable=no")
9         }
10 </script>
11 {/literal}
12 <link rel="stylesheet" type="text/css" href="style/default.css" />
13 <title>bacula-web</title>
14 </head>
15 <body>
16 {popup_init src='./js/overlib.js'}
17 {include file=header.tpl}
18
19 <div id="main_left">
20 {include file=generaldata.tpl}
21 <br /> 
22 {include file=volumes.tpl}
23 </div>
24
25 <div id="main_right">
26         {include file="$last_report"}   
27   
28 <!--  <table class=genmed cellspacing="1" cellpadding="3" border=0 align="center">
29                 <tr>
30                   <td>
31 -->
32         <div class="box">
33                 <p class="title">General report</p>
34                 {if $server==""} 
35                   <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" alt="" />
36                 {else}
37                   <img src="stats.php?server={$server}&amp;tipo_dato=3&amp;title={$server}&amp;modo_graph=bars" alt="" />
38                 {/if}
39         </div> <!-- end div box -->
40 <!--
41                         </td>
42                 </tr>
43   </table>
44 -->
45 </div>
46
47 {include file="footer.tpl"}