]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/templates/report.tpl
bacula-web: Fixed html and css issue in report page - Fixed in report.tpl and report_...
[bacula/bacula] / gui / bacula-web / templates / report.tpl
index 0b33d1665321d6f35c0c22125b8b0cc85520e243..e0dba5726e69c774243f227098edeacfdabadd1c 100644 (file)
@@ -3,17 +3,12 @@
 <!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>
-
 <link rel="stylesheet" type="text/css" href="style/default.css" />
-
 </head>
-
 <body>
-
+{popup_init src="js/overlib.js"}
 <table width=100% border=1 class=back>
 <tr>
        <td width=65% valign=top>
                                <tr>
                                        <td colspan=2>
                                                {if $smarty.get.server==""}
-                                                       <img src=stats.php?server={$smarty.get.server|escape:"url"}&tipo_dato=69&title=AnĂ¡lisis%20general&modo_graph=lines>
+                                                       <img src=stats.php?server={$smarty.get.server|escape:"url"}&amp;tipo_dato=69&amp;title=AnĂ¡lisis%20general&amp;modo_graph=lines>
                                                {elseif $smarty.get.default == 1}
-                                                       <img src=stats.php?server={$smarty.get.server|escape:"url"}&tipo_dato=3&title={$smarty.get.server|escape:"url"}&modo_graph=bars&StartDateMonth={$startperiod|date_format:"%m"}&StartDateDay={$startperiod|date_format:"%d"}&StartDateYear={$startperiod|date_format:"%Y"}&EndDateMonth={$endperiod|date_format:"%m"}&EndDateDay={$endperiod|date_format:"%d"}&EndDateYear={$endperiod|date_format:"%Y"}>                                                
+                                                       <img src=stats.php?server={$smarty.get.server|escape:"url"}&amp;tipo_dato=3&amp;title={$smarty.get.server|escape:"url"}&amp;modo_graph=bars&amp;StartDateMonth={$startperiod|date_format:"%m"}&amp;StartDateDay={$startperiod|date_format:"%d"}&amp;StartDateYear={$startperiod|date_format:"%Y"}&amp;EndDateMonth={$endperiod|date_format:"%m"}&amp;EndDateDay={$endperiod|date_format:"%d"}&amp;EndDateYear={$endperiod|date_format:"%Y"}>                                            
                                                {else}
-                                                       <img src=stats.php?server={$smarty.get.server|escape:"url"}&tipo_dato={$smarty.get.tipo_dato}&title={$smarty.get.server|escape:"url"}&modo_graph={$smarty.get.modo_graph}&StartDateMonth={$smarty.get.StartDateMonth}&StartDateDay={$smarty.get.StartDateDay}&StartDateYear={$smarty.get.StartDateYear}&EndDateMonth={$smarty.get.EndDateMonth}&EndDateDay={$smarty.get.EndDateDay}&EndDateYear={$smarty.get.EndDateYear}>
+                                                       <img src=stats.php?server={$smarty.get.server|escape:"url"}&amp;tipo_dato={$smarty.get.tipo_dato}&amp;title={$smarty.get.server|escape:"url"}&amp;modo_graph={$smarty.get.modo_graph}&amp;StartDateMonth={$smarty.get.StartDateMonth}&StartDateDay={$smarty.get.StartDateDay}&StartDateYear={$smarty.get.StartDateYear}&EndDateMonth={$smarty.get.EndDateMonth}&EndDateDay={$smarty.get.EndDateDay}&EndDateYear={$smarty.get.EndDateYear}>
                                                {/if}
                                        </td>
                                </tr>           
                        <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>
-                                       <td background="images/bg7.gif" height=25 align=center>{t}Bytes{/t}</td>
-                                       <td background="images/bg7.gif" height=25 width=1%>{t}Status{/t}</td>
+                                       <td style="background-image: url('images/bg7.gif'); height: 25px;">{t}JobID{/t}</td>
+                                       <td style="background-image: url('images/bg7.gif'); height: 25px;">{t}Date{/t}</td>
+                                       <td style="background-image: url('images/bg7.gif'); height: 25px;">{t}Elapsed{/t}</td>
+                                       <td style="background-image: url('images/bg7.gif'); height: 25px;">{t}Level{/t}</td>
+                                       <td style="background-image: url('images/bg7.gif'); height: 25px;">{t}Bytes{/t}</td>
+                                       <td style="background-image: url('images/bg7.gif'); height: 25px;">{t}Status{/t}</td>
                                </tr>
                                {section name=job loop=$jobs}
                                <tr class={cycle values="table1,table2"}>