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