]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/templates/generaldata.tpl
bacula-web: Several internal code improvment
[bacula/bacula] / gui / bacula-web / templates / generaldata.tpl
1 <div class="box">
2         <p class="title">General informations</p>
3 <!--
4 <table class=genmed cellspacing="0" cellpadding="0" border=1 align="center" width=100%>
5 <tr>
6   <td align=center class=tbl_medium background="style/images/bg3.png">
7         General information
8   </td>
9 </tr>
10 </table>
11 -->
12
13 <table class=genmed width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
14 <tr>    
15         <td>
16         {t}Total clients:{/t}
17         </td>
18
19         <td>
20         <font color=red>{$clientes_totales}</font>
21         </td>
22
23         <td>
24         {t}Total bytes stored{/t}:
25         </td>
26         
27         <td>
28         <font color=red>{$bytes_stored}</font>
29         </td>
30 </tr>
31
32 <tr>
33         <td>
34         {t}Total files:{/t}
35         </td>
36         
37         <td>
38         <font color=red>{$files_totales}</font>
39         </td>
40         
41         <td>
42         {t}Database size{/t}:
43         </td>
44         
45         <td>
46         <font color=red>{$database_size}</font>
47         </td>
48 </tr>
49
50 <tr>
51         <td colspan=2 align=center>
52                 <a href="javascript:OpenWin('index.php?pop_graph1=yes','600','400')">{t}Last month, bytes transferred{/t}</a>
53         </td>
54         <td colspan=2 align=center>
55                 <a href="javascript:OpenWin('index.php?pop.graph2=yes','600','400')">{t}Last month, bytes transferred (pie){/t}</a>
56         </td>
57 </tr>
58 </table>
59 </div> <!-- end div box -->