diff options
| author | auron_x <auron_x@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-10-29 17:21:04 +0000 |
|---|---|---|
| committer | auron_x <auron_x@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-10-29 17:21:04 +0000 |
| commit | 62ad1476ac0eb02b20bb7ae4d5604fd65ec1c3dd (patch) | |
| tree | f9c4d55bfbc44cb57da4f4dc27d8cee57db4f66b /htroot/Network.html | |
| parent | 96604218eb82a72268d8fc6f6cd6f59c91e33b7f (diff) | |
*) fix for missing picture-file, may be improved to support skins
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2880 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Network.html')
| -rw-r--r-- | htroot/Network.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/Network.html b/htroot/Network.html index 58d0c3782..b5efc94a4 100644 --- a/htroot/Network.html +++ b/htroot/Network.html @@ -104,8 +104,8 @@ Progress towards the next peer: #[percent]#%.<br />
At current PPM you will reach him #(timemessage)#in an unknown time::in #[time]#::never, because he is faster than you#(/timemessage)#.<br />
<!--#{percent}#<img src="/env/grafics/green-block.png">#{/percent}##{percent2}#<img src="/env/grafics/red-block.png">#{/percent2}#-->
- <div style="height:20px; border:1px solid #CAD5E3">
- <img src="env/grafics/green_bar.gif" width="#[percent]#%" height="20" alt="" /><img src="env/grafics/red_bar.png" width="#[percent2]#%" height="20" alt="" />
+ <div style="height:20px;border:1px solid #CAD5E3;background-color:red;">
+ <div class="ProgressBarFill" style="width:#[percent]#%;" />
</div>
#(/progressbar)#
::
|
