From 46af1e06dcbea345b5cf3df522297e5b5f9f81ef Mon Sep 17 00:00:00 2001 From: auron_x Date: Fri, 6 Feb 2009 08:51:03 +0000 Subject: [PATCH] - XHTML-Validation of some pages (Status.html still needs work) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5579 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/Status.html | 15 +++++++-------- htroot/env/templates/simpleheader.template | 2 +- htroot/index.html | 2 +- htroot/rssTerminal.html | 2 +- htroot/yacy/ui/index.html | 4 ++-- 5 files changed, 12 insertions(+), 13 deletions(-) diff --git a/htroot/Status.html b/htroot/Status.html index 11bab1b5d..15c6a7c0c 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -7,7 +7,7 @@ function loadBanner() { for (var i = 0; i < document.images.length; i++) { if (document.images[i].src.indexOf("Banner.png") > 0) { - document.images[i].src = "/Banner.png?textcolor=000000&bgcolor=ddeeee&bordercolor=aaaaaa&time=" + (new Date()).getTime(); + document.images[i].src = "/Banner.png?textcolor=000000&bgcolor=ddeeee&bordercolor=aaaaaa&time=" + (new Date()).getTime(); break; } } @@ -40,14 +40,13 @@
-
-

Welcome to YaCy!

-
- PerformanceGraph
+
+

YaCy WebsearchWelcome to YaCy!

+
+ PerformanceGraph
banner -
+
diff --git a/htroot/env/templates/simpleheader.template b/htroot/env/templates/simpleheader.template index ac6c450c8..0d5d374ac 100644 --- a/htroot/env/templates/simpleheader.template +++ b/htroot/env/templates/simpleheader.template @@ -2,7 +2,7 @@