]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Removed generaldata template
authorDavide Franco <bacula-dev@dflc.ch>
Mon, 29 Nov 2010 14:13:06 +0000 (15:13 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:39:41 +0000 (14:39 +0200)
 - General information in index.tpl now

gui/bacula-web/templates/generaldata.tpl [deleted file]

diff --git a/gui/bacula-web/templates/generaldata.tpl b/gui/bacula-web/templates/generaldata.tpl
deleted file mode 100644 (file)
index f213470..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-<div class="box">
-       <p class="title">General informations</p>
-<!--
-<table class=genmed cellspacing="0" cellpadding="0" border=1 align="center" width=100%>
-<tr>
-  <td align=center class=tbl_medium background="style/images/bg3.png">
-       General information
-  </td>
-</tr>
-</table>
--->
-
-<table class=genmed width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
-<tr>   
-       <td>
-       {t}Total clients:{/t}
-       </td>
-
-       <td>
-       <font color=red>{$clientes_totales}</font>
-       </td>
-
-       <td>
-       {t}Total bytes stored{/t}:
-       </td>
-       
-       <td>
-       <font color=red>{$bytes_stored}</font>
-       </td>
-</tr>
-
-<tr>
-       <td>
-       {t}Total files:{/t}
-       </td>
-       
-       <td>
-       <font color=red>{$files_totales}</font>
-       </td>
-       
-       <td>
-       {t}Database size{/t}:
-       </td>
-       
-       <td>
-       <font color=red>{$database_size}</font>
-       </td>
-</tr>
-
-<tr>
-       <td colspan=2 align=center>
-               <a href="javascript:OpenWin('index.php?pop_graph1=yes','600','400')">{t}Last month, bytes transferred{/t}</a>
-       </td>
-       <td colspan=2 align=center>
-               <a href="javascript:OpenWin('index.php?pop.graph2=yes','600','400')">{t}Last month, bytes transferred (pie){/t}</a>
-       </td>
-</tr>
-</table>
-</div> 
-<!-- end div box -->
\ No newline at end of file