{include file=header.tpl}
<div id="main_left">
-{include file=volumes.tpl}
-</div>
-
-<!-- To be removed -->
-{if $server==""}
- <!-- <img class="report" src="stats.php?server={$server}&tipo_dato=69&title=General%20report&modo_graph=bars&sizex=420&sizey=250&MBottom=20&legend=1" alt="" /> -->
-{else}
- <!-- <img class="report" src="stats.php?server={$server}&tipo_dato=3&title={$server}&modo_graph=bars" alt="" /> -->
-{/if}
-
-<div id="main_right">
- <!-- Last job Status -->
- <div class="box">
- <p class="title">Job Status Report (last 24 hours)</p>
- <img src="{$graph_jobs}" alt="" />
- </div> <!-- end div box -->
-
- <!-- Pools and Volumes Status -->
- <div class="box">
- <p class="title">Job Status Report (last 24 hours)</p>
- <img src="{$graph_pools}" alt="" />
- </div> <!-- end div box -->
<!-- General information -->
<div class="box">
<p class="title">General informations</p>
- <table width="90%">
+ <table>
<tr>
<td class="label">{t}Clients{/t}</td> <td class="info">{$clientes_totales}</td>
</tr>
</tr>
</table>
</div>
-
+
+ <!-- Pools and Volumes Status -->
+ <div class="box">
+ <p class="title">Pools and volumes status</p>
+ <img src="{$graph_pools}" alt="" />
+ </div> <!-- end div box -->
+
+ {include file=volumes.tpl}
+</div>
+
+<!-- To be removed -->
+{if $server==""}
+ <!-- <img class="report" src="stats.php?server={$server}&tipo_dato=69&title=General%20report&modo_graph=bars&sizex=420&sizey=250&MBottom=20&legend=1" alt="" /> -->
+{else}
+ <!-- <img class="report" src="stats.php?server={$server}&tipo_dato=3&title={$server}&modo_graph=bars" alt="" /> -->
+{/if}
+
+<div id="main_right">
+ <!-- Last job Status -->
+ <div class="box">
+ <p class="title">Last 24 hours status</p>
+ {* {if $mode == "Lite" && $smarty.get.Full_popup != "yes"} *}
+ <table>
+ <tr>
+ <td class="label">Failed jobs</td> <td class="info">{$failed_jobs}</td>
+ </tr>
+ <tr>
+ <td class="label">Completed jobs</td> <td class="info">{$completed_jobs}</td>
+ </tr>
+ <tr>
+ <td class="label">Elapsed time</td> <td class="info">{$elapsed_jobs}</td>
+ </tr>
+ <tr>
+ <td class="label">Transferred Bytes</td> <td class="info">{$bytes_totales}</td>
+ </tr>
+ </table>
+
+ </div> <!-- end div box -->
+
+ <div class="box">
+ <p class="title">Job Status Report (last 24 hours)</p>
+ <img src="{$graph_jobs}" alt="" />
+ </div> <!-- end div box -->
+
{include file="$last_report"}
</div> <!-- end div main_right -->
<!-- last_run_report.tpl -->
-<div class="box">
- <p class="title">Last 24 hours status</p>
-{* {if $mode == "Lite" && $smarty.get.Full_popup != "yes"} *}
-<table>
- <tr>
- <td class="label">Failed jobs</td> <td class="info">{$failed_jobs}</td>
- </tr>
- <tr>
- <td class="label">Completed jobs</td> <td class="info">{$completed_jobs}</td>
- </tr>
- <tr>
- <td class="label">Elapsed time</td> <td class="info">{$elapsed_jobs}</td>
- </tr>
- <tr>
- <td class="label">Transferred Bytes</td> <td class="info">{$bytes_totales}</td>
- </tr>
-</table>
-
-</div> <!-- end div box -->
<!--
{* {if $status != 0} *}
<table>
</tr>
<tr> <td colspan="2"> </td> </tr>
<tr>
- <td class="label">{t}Select a job:{/t}</td>
+ <td class="label"><b>{t}Select a job:{/t}</b></td>
<td align=center>
<input type=hidden name="default" value="1">
<select name=server>