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