]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/templates/report.tpl
bacula-web: Fixed html issue in index.tpl - Replaced all & by & in phplot graph
[bacula/bacula] / gui / bacula-web / templates / report.tpl
index f3f8ca7eb8ba7629df8b9093cc387f7478f9630b..0b33d1665321d6f35c0c22125b8b0cc85520e243 100644 (file)
@@ -1,13 +1,18 @@
 {* Página principal BACULA *}
 {config_load  file=bacula.conf}
-{popup_init src="js/overlib.js"}
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
+  "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="en">
+
 <head>
+{popup_init src="js/overlib.js"}
+<title>{t}Stats Bacula: Job{/t} {$smarty.get.server}</title>
 
-<title>{t}Stats Bacula: Job{/t} {$smarty.get.server}</title></head>
-<body>
+<link rel="stylesheet" type="text/css" href="style/default.css" />
+
+</head>
 
-{include file=css.tpl}
+<body>
 
 <table width=100% border=1 class=back>
 <tr>
@@ -65,6 +70,7 @@
                        <td>  
                                <table width=100% border=0 class=genmed cellpadding=0 cellspacing=2>
                                <tr class=titulo2>
+                                       <td background="images/bg7.gif" height=25>{t}JobID{/t}</td>
                                        <td background="images/bg7.gif" height=25>{t}Date{/t}</td>
                                        <td background="images/bg7.gif" height=25>{t}Elapsed{/t}</td>
                                        <td background="images/bg7.gif" height=25>{t}Level{/t}</td>
@@ -73,6 +79,7 @@
                                </tr>
                                {section name=job loop=$jobs}
                                <tr class={cycle values="table1,table2"}>
+                                       <td align=center>{$jobs[job].JobId}</td>
                                        <td {popup caption="Sheduled time" text=$jobs[job].SchedTime}>{$jobs[job].StartTime}</td>
                                        <td {popup autostatus=yes caption="EndTime" text=$jobs[job].EndTime}>{$jobs[job].elapsed}</td>
                                        <td align=center>{$jobs[job].Level}</td>