From aca1a3dc8fc4a03e187a11fdf92cf2fbc90ad474 Mon Sep 17 00:00:00 2001 From: allo Date: Tue, 28 Feb 2006 09:17:56 +0000 Subject: [PATCH] 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 --- htroot/Network.html | 2 +- htroot/Status_p.inc | 16 ++++++---------- htroot/User.html | 2 +- .../grafics/{green-bar.png => green-block.png} | Bin .../env/grafics/{red-bar.png => red-block.png} | Bin htroot/js/WatchCrawler.js | 4 ++-- 6 files changed, 10 insertions(+), 14 deletions(-) rename htroot/env/grafics/{green-bar.png => green-block.png} (100%) rename htroot/env/grafics/{red-bar.png => red-block.png} (100%) diff --git a/htroot/Network.html b/htroot/Network.html index 16c06c7f3..80020aad9 100644 --- a/htroot/Network.html +++ b/htroot/Network.html @@ -108,7 +108,7 @@ #(progressbar)#:: Progress towards the next Peer: #[percent]#%.
At current PPM you will reach him #(timemessage)#in a unknown time::in #[time]#::never, because he is faster than you#(/timemessage)#.
-#{percent}##{/percent}##{percent2}##{/percent2}# +#{percent}##{/percent}##{percent2}##{/percent2}# #(/progressbar)# ::

All Peers:
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 @@ #[indexingQueueSize]# | #[indexingQueueMax]#  - - - - -
+

+ +
@@ -89,11 +87,9 @@ #[loaderQueueSize]# | #[loaderQueueMax]#  - - - - -
+
+ +
diff --git a/htroot/User.html b/htroot/User.html index f3b5f6c2d..5b2a0f24d 100644 --- a/htroot/User.html +++ b/htroot/User.html @@ -17,7 +17,7 @@ You are currently logged in as #[username]#.
#(limit)#:: -#{percent}##{/percent}##{percent2}##{/percent2}# +#{percent}##{/percent}##{percent2}##{/percent2}#
You have used #[timeused]# minutes of your onlinetime limit of #[timelimit]# minutes per day.
#(/limit)# diff --git a/htroot/env/grafics/green-bar.png b/htroot/env/grafics/green-block.png similarity index 100% rename from htroot/env/grafics/green-bar.png rename to htroot/env/grafics/green-block.png diff --git a/htroot/env/grafics/red-bar.png b/htroot/env/grafics/red-block.png similarity index 100% rename from htroot/env/grafics/red-bar.png rename to htroot/env/grafics/red-block.png diff --git a/htroot/js/WatchCrawler.js b/htroot/js/WatchCrawler.js index 69ee01b02..3de9e3922 100644 --- a/htroot/js/WatchCrawler.js +++ b/htroot/js/WatchCrawler.js @@ -1,6 +1,6 @@ DELETE_STRING="delete"; -BAR_IMG1="/env/grafics/green-bar.png"; -BAR_IMG2="/env/grafics/red-bar.png"; +BAR_IMG1="/env/grafics/green-block.png"; +BAR_IMG2="/env/grafics/red-block.png"; WORDCACHEBAR_LENGTH=1/4;