summaryrefslogtreecommitdiff
path: root/htroot/Status_p.inc
diff options
context:
space:
mode:
authorallo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-02-28 09:17:56 +0000
committerallo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-02-28 09:17:56 +0000
commitaca1a3dc8fc4a03e187a11fdf92cf2fbc90ad474 (patch)
tree02d28e47a4e6c7c881d920daab20af3bc452ccd5 /htroot/Status_p.inc
parent32d4c3e4c61e906b80345c0c3e1dbeb494f5b65e (diff)
avoid confusion with green_bar.gif and red_bar.gif
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1780 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Status_p.inc')
-rw-r--r--htroot/Status_p.inc16
1 files changed, 6 insertions, 10 deletions
diff --git a/htroot/Status_p.inc b/htroot/Status_p.inc
index df8ec2ba3..4992e94d9 100644
--- a/htroot/Status_p.inc
+++ b/htroot/Status_p.inc
@@ -71,11 +71,9 @@
<tr>
<td width="70">#[indexingQueueSize]#&nbsp;|&nbsp;#[indexingQueueMax]#&nbsp;</td>
<td>
- <table border="0" cellpadding="0" cellspacing="0" width="150" height="10" bgcolor="#FFFFFF" style="border-style:solid; border-width:1px; border-color:#CAD5E3">
- <tr>
- <td align="left"><img src="env/grafics/green_bar.gif" width="#[indexingQueuePercent]#%" height="10" alt=""></td>
- </tr>
- </table>
+ <div width="150" height="10" style="border-style:solid; border-width:1px; border-color:#CAD5E3">
+ <img src="env/grafics/green_bar.gif" width="#[indexingQueuePercent]#%" height="10" alt="">
+ </div>
</td>
</tr>
</table>
@@ -89,11 +87,9 @@
<tr>
<td width="70">#[loaderQueueSize]#&nbsp;|&nbsp;#[loaderQueueMax]#&nbsp;</td>
<td>
- <table border="0" cellpadding="0" cellspacing="0" width="150" height="10" bgcolor="#FFFFFF" style="border-style:solid; border-width:1px; border-color:#CAD5E3">
- <tr>
- <td align="left"><img src="env/grafics/green_bar.gif" width="#[loaderQueuePercent]#%" height="10" alt=""></td>
- </tr>
- </table>
+ <div width="150" height="10" style="border-style:solid; border-width:1px; border-color:#CAD5E3">
+ <img src="env/grafics/green_bar.gif" width="#[loaderQueuePercent]#%" height="10" alt="">
+ </div>
</td>
</tr>
</table>