background-color: #888888;
color: white;
font-weight: bold;
- padding: 0px;
- margin-top: 0px;
- margin-bottom: 5px;
- padding-top: 5px;
- padding-bottom: 5px;
+ padding: 3px;
+ margin: 0px;
+
+ /*padding-top: 5px;
+ padding-bottom: 5px;*/
}
-.box table
+.box table.list
{
+ border-collapse: collapse;
width: 100%;
margin: 0px;
}
+.box table
+{
+ border-collapse: separate;
+ margin: 0px;
+}
+
.box table th {
font-size: 10pt;
background-color: #CACACA;
.box table tr td
{
padding: 2px;
+ font-size: 8pt;
}
+
.box table tr td.label
{
/*font-weight: bold;*/
- width: 150px;
+ background-color: #E0E0E0;
+ /*width: 150px;*/
text-align: left;
padding-left: 15px;
padding: 3px;
+ margin: 2px;
}
+
.box table tr td.info
{
- text-align:right;
- padding-right: 8em;
+ text-align: center;
+ /* padding-right: 8em; */
font-weight: bold;
+ background-color: #E0E0E0;
}
table {
<div id="main_left">
<!-- General information -->
<div class="box">
- <p class="title">General informations</p>
+ <p class="title">Overall status</p>
<table>
<tr>
<td class="label">{t}Clients{/t}</td> <td class="info">{$clientes_totales}</td>
</tr>
<tr>
- <td class="label">{t}Total bytes stored{/t}:</td> <td class="info">{$bytes_stored}</td>
+ <td class="label">{t}Total bytes stored{/t}</td> <td class="info">{$bytes_stored}</td>
</tr>
<tr>
- <td class="label">{t}Total files:{/t}</td> <td class="info">{$files_totales} file(s)</td>
+ <td class="label">{t}Total files{/t}</td> <td class="info">{$files_totales} file(s)</td>
</tr>
<tr>
- <td class="label">{t}Database size{/t}:</td> <td class="info">{$database_size}</td>
+ <td class="label">{t}Database size{/t}</td> <td class="info">{$database_size}</td>
</tr>
</table>
</div>
{* {if $mode == "Lite" && $smarty.get.Full_popup != "yes"} *}
<table>
<tr>
- <td class="label">Failed jobs</td> <td class="info">{$failed_jobs}</td>
+ <td class="label">Failed jobs</td>
+ <td class="info">{$failed_jobs}</td>
+ <td class="info"> <a href="jobs.php" title="View last failed jobs">View</a> </td>
</tr>
<tr>
- <td class="label">Completed jobs</td> <td class="info">{$completed_jobs}</td>
+ <td class="label">Completed jobs</td>
+ <td class="info">{$completed_jobs}</td>
+ <td class="info"> <a href="jobs.php" title="View last completed jobs">View</a> </td>
</tr>
<tr>
- <td class="label">Elapsed time</td> <td class="info">{$elapsed_jobs}</td>
+ <td class="label">Elapsed time</td>
+ <td class="info">{$elapsed_jobs}</td>
+ <td class="info"> <a href="#" title="View report">View</a> </td>
</tr>
<tr>
- <td class="label">Transferred Bytes</td> <td class="info">{$bytes_totales}</td>
+ <td class="label">Transferred Bytes</td>
+ <td class="info">{$bytes_totales}</td>
+ <td class="info"> <a href="#" title="View report">View</a> </td>
</tr>
</table>
<tr> <td colspan="2"> </td> </tr>
<tr>
<td class="label"><b>{t}Select a job:{/t}</b></td>
- <td align=center>
+ <td class="info">
<input type=hidden name="default" value="1">
<select name=server>
{if $smarty.get.server != ""}
</div>
-->
-<!-- end last_run_report.tpl -->
\ No newline at end of file
+<!-- end last_run_report.tpl -->
<div class="box">
<p class="title">Pools</p>
- <table>
+ <table class="list">
{foreach from=$pools item=pool key=pool_name}
<tr>
<th colspan="6" style="font-size: 10pt; text-align: center; background-color: #E0C8E5; color: black; padding: 3px;">
</th>
</tr>
<tr style="text-align: center;">
- <td style="background-image: url(style/images/bg5.png);" class=tbl_pool_inter_1>Name</td>
- <td style="background-image: url(style/images/bg5.png);" class=tbl_pool_inter_1>{t}Bytes{/t}</td>
- <td style="background-image: url(style/images/bg5.png);" class=tbl_pool_inter_1>{t}Media Type{/t}</td>
- <td style="background-image: url(style/images/bg5.png);" class=tbl_pool_inter_1>{t}Expire{/t}</td>
- <td style="background-image: url(style/images/bg5.png);" class=tbl_pool_inter_1>{t}Last written{/t}</td>
- <td style="background-image: url(style/images/bg5.png);" class=tbl_pool_inter_1>{t}Status{/t}</td>
+ <td class="info">Name</td>
+ <td class="info">{t}Bytes{/t}</td>
+ <td class="info">{t}Media Type{/t}</td>
+ <td class="info">{t}Expire{/t}</td>
+ <td class="info">{t}Last written{/t}</td>
+ <td class="info">{t}Status{/t}</td>
</tr>
{foreach from=$pool item=volume}
<tr style="text-align: center;">