]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/templates/full_popup.tpl
commit changes
[bacula/bacula] / gui / bacula-web / templates / full_popup.tpl
1 {config_load file=bacula.conf}
2 <html>
3 <head>
4 {include file=css.tpl}
5 <title>Popup</title></head>
6 <body bgcolor="#FBF7CE" topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0 marginwidth=0 marginheight=0>
7 {if $smarty.get.Full_popup == "yes"}
8         {include file=last_run_report.tpl}
9 {elseif $smarty.get.pop_graph1 == "yes"}
10         <img src="stats.php?tipo_dato=69&title={t}Bytes transferred last 30 days from ALL clients{/t}&modo_graph=lines&sizex=600&sizey=400&MBottom=80&legend=1&elapsed=2592000">
11 {elseif $smarty.get.pop_graph2 == "yes"}
12         <img src="stats.php?tipo_dato=69&title={t}Bytes transferred last 30 days from ALL clients{/t}&modo_graph=pie&sizex=600&sizey=400&MBottom=80&legend=1&elapsed=2592000">
13 {/if}
14 {include file=footer.tpl}