]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/templates/index.tpl
Apply bacula-web 1.2 updates
[bacula/bacula] / gui / bacula-web / templates / index.tpl
1 {* BACULA main page*}
2
3 {config_load file=bacula.conf}
4
5 {include file=css.tpl}
6
7 {include file=header.tpl}
8
9 <table width=1000px border=0 cellspacing=5 class=back>
10         <tr><td valign=top width=60%> {include file=generaldata.tpl} <br> {include file=volumes.tpl}</td>
11                 <td valign=top width=40% bgcolor=#DDDFF9 style="border-style: solid; border-color: grey">
12                         {if !#IndexReport#}
13                                 {include file=last_run_report.tpl}      
14                         {else}
15                                 {include file=report_select.tpl}
16                         {/if}
17                         <table class=genmed cellspacing="1" cellpadding="3" border=0 align="center">
18                                 <tr><td>
19                                                 {if $server==""}
20                                                         <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>
21                                                 {else}
22                                                         <img src=stats.php?server={$server}&tipo_dato=3&title={$server}&modo_graph=bars>
23                                                 {/if}
24                                 </td></tr>
25                         </table>
26                 </td>
27         </tr>
28
29 </table>
30
31
32 {include file="footer.tpl"}