$graph->BCreate ($_GET['server'],$_GET['tipo_dato'],$_GET['title'],$_GET['modo_graph'],$_GET['xlabel']);
else
$graph->BCreate ($_GET['server'],$_GET['tipo_dato'],$_GET['title'],$_GET['modo_graph'],$_GET['xlabel'],$_GET['ylabel']);
-
-
?>
background-color: #FAFAFA;
border: #D1D7DC;
border-style: solid;
- border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
+ border-left-width: 1px;
+ border-top-width: 1px;
+ border-right-width: 1px;
+ border-bottom-width: 1px
}
.notas {
font-size : 13px;
{config_load file=bacula.conf}
-<table width=1000px border=0 cellspacing=5 class=back>
- <tr><td valign=top width=60%> {include file=generaldata.tpl} <br /> {include file=volumes.tpl}</td>
- <td valign=top width=40% bgcolor=#DDDFF9 style="border-style: solid; border-color: grey">
- {if !#IndexReport#}
- {include file=last_run_report.tpl}
+<table width=1000px border=0 cellspacing=5 class="back">
+ <tr>
+ <td valign=top width=60%>
+ {include file=generaldata.tpl}
+ <br />
+ {include file=volumes.tpl}
+ </td>
+ <td valign=top width=40% bgcolor=#DDDFF9 style="border-style: solid; border-color: grey">
+ {if !#IndexReport#}
+ {include file=last_run_report.tpl}
+ {else}
+ {include file=report_select.tpl}
+ {/if}
+ <table class=genmed cellspacing="1" cellpadding="3" border=0 align="center">
+ <tr>
+ <td>
+ {if $server==""}
+ <img src="stats.php?server={$server}&tipo_dato=69&title=General%20report&modo_graph=bars&sizex=420&sizey=250&MBottom=20&legend=1" />
{else}
- {include file=report_select.tpl}
+ <img src="stats.php?server={$server}&tipo_dato=3&title={$server}&modo_graph=bars" />
{/if}
- <table class=genmed cellspacing="1" cellpadding="3" border=0 align="center">
- <tr><td>
- {if $server==""}
- <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>
- {else}
- <img src=stats.php?server={$server}&tipo_dato=3&title={$server}&modo_graph=bars>
- {/if}
- </td></tr>
- </table>
- </td>
- </tr>
-
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
</table>
-
{include file="footer.tpl"}
\ No newline at end of file
+<!-- last_run_report.tpl -->
+
<table width=90% align=center {if !$status }background="images/backlast.gif"{else}background="images/backlastred.gif" {/if} style="background-repeat:no-repeat" height=178px border=0 cellspacing=0 cellpadding=0>
<tr>
<td colspan=2 align=center style="font-size: 12px; font-weight: bold; background-repeat: repeat" background="images/bg6.png" height=25>
<tr>
<td align=right colspan=2 valign=bottom>
- <table widh=100% cellpadding=0 cellspacing=3 border=0>
+ <form method="get" action="report.php" target="_blank">
+ <table width="100%" cellpadding="0" cellspacing="3" border="1">
<tr bgcolor=white>
- <td align=right colspan=3 background="images/bg1.png" style="font-size: 12px; font-weight: bold;">
- <i>{t}Detailed report{/t}</i>
+ <!-- <td align=right colspan=3 background="images/bg1.png" style="font-size: 12px; font-weight: bold;"> -->
+ <td colspan="3" style="text-align: center; background-image: url(images/bg1.png); font-size: 12px; font-weight: bold;">
+ Detailed report
</td>
</tr>
<td align=left>
{t}Select a job:{/t}
</td>
- <form method=get action="report.php" target="_blank">
- <input type=hidden name="default" value="1">
<td align=right>
- <select name=server>
+ <input type=hidden name="default" value="1">
+ <select name=server>
{if $smarty.get.server!=""}
{html_options values=$smarty.get.server output=$smarty.get.server}
{else}
<td>
<input type=submit value="{t}go{/t}">
</td>
- </form>
+
</tr>
</table>
+ </form>
</td>
</tr>
{else if #mode# == "Full" || $smarty.get.Full_popup == "yes"}
</td>
</tr>
{/if}
-</table>
\ No newline at end of file
+</table>
+
+<!-- end last_run_report.tpl -->
\ No newline at end of file
-{* Design of table of pools *}
+<!-- volumes.tpl -->
<table border=0 width=100% class=code cellspacing=0 cellpadding=0>
<tr align=center width=100%>
<td class=tbl_header2 background="images/bg4.png"><b>Pools</b></td>
<td>{$current3.0}</td>
<td>{$current3.1|fsize_format|default:0}</td>
<td>{$current3.4}</td>
- <td {popup text="$current3.6}">{if $current3.6|date_format:"%Y" <= "1979"}--{else}{$current3.6|date_format:"%Y/%m/%d"}{/if}</td>
- <td {popup text="$current3.5}">{if $current3.5 == "0000-00-00 00:00:00"}--{else}{$current3.5|date_format:"%Y/%m/%d"}{/if}</td>
+ <td {popup text="$current3.6}">
+ {if $current3.6|date_format:"%Y" <= "1979"}--
+ {else}{$current3.6|date_format:"%Y/%m/%d"}
+ {/if}
+ </td>
+ <td {popup text="$current3.5}">
+ {if $current3.5 == "0000-00-00 00:00:00"}--
+ {else}{$current3.5|date_format:"%Y/%m/%d"}
+ {/if}
+ </td>
<td>
<font color=
{if $current3.2 == "Error"}
{/foreach}
</table>
</td></tr></table>
+<!-- End volumes.tpl -->