diff options
| author | auron_x <auron_x@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-02-06 08:51:03 +0000 |
|---|---|---|
| committer | auron_x <auron_x@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-02-06 08:51:03 +0000 |
| commit | 46af1e06dcbea345b5cf3df522297e5b5f9f81ef (patch) | |
| tree | fda7dfe2950173eb1cbc708aef06b5bfd8b87850 | |
| parent | b19bc611b010c64986ad65becaec193cbb8651f9 (diff) | |
- 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
| -rw-r--r-- | htroot/Status.html | 15 | ||||
| -rw-r--r-- | htroot/env/templates/simpleheader.template | 2 | ||||
| -rw-r--r-- | htroot/index.html | 2 | ||||
| -rwxr-xr-x | htroot/rssTerminal.html | 2 | ||||
| -rw-r--r-- | 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 @@ <![endif]-->
<div class="welcome">
- <center>
- <h2><img src="/env/grafics/kaskelix.png" align="middle" style="margin-right:5px;">Welcome to YaCy!</h2>
- <iframe src="rssTerminal.html?set=PEERNEWS,REMOTESEARCH,LOCALSEARCH,REMOTEINDEXING,LOCALINDEXING,INDEXRECEIVE&width=600px&height=180px&maxlines=20&maxwidth=120"
- width="600" height="180" scrolling="no" name="newsframe"
- marginheight="0" marginwidth="0" frameborder="1"></iframe><br />
- <img src="PerformanceGraph.png" name="graph" alt="PerformanceGraph"/><br />
+ <div style="margin:auto;text-align:center;">
+ <h2><img src="/env/grafics/kaskelix.png" alt="YaCy Websearch" style="margin-right:5px; vertical-align:middle;" />Welcome to YaCy!</h2>
+ <iframe src="rssTerminal.html?set=PEERNEWS,REMOTESEARCH,LOCALSEARCH,REMOTEINDEXING,LOCALINDEXING,INDEXRECEIVE&width=600px&height=180px&maxlines=20&maxwidth=120"
+ style="width:600px;height:180px;margin:0px;border:1px solid black;" scrolling="no" name="newsframe"></iframe><br />
+ <img src="PerformanceGraph.png" id="graph" alt="PerformanceGraph"/><br />
<img src="Banner.png?textcolor=000000&bgcolor=ddeeee&bordercolor=aaaaaa" alt="banner" />
- </center>
+ </div>
<dl>
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 @@ <ul class="SubMenu"> <li style="width:14%;"><a href="/Status.html" class="MenuItemLink">Peer Administration</a></li> <li style="width:14%;"><a href="/index.html" onclick="this.href='/index.html?handover='+document.searchform.search.value" class="MenuItemLink">Web Search</a></li> -<li style="width:14%;"><a href="/compare_yacy.html" onclick="this.href='/compare_yacy.html?display=0&handover='+document.searchform.search.value" class="MenuItemLink">Compare YaCy</a></li> +<li style="width:14%;"><a href="/compare_yacy.html" onclick="this.href='/compare_yacy.html?display=0&handover='+document.searchform.search.value" class="MenuItemLink">Compare YaCy</a></li> <li style="width:14%;"><a href="/Surftips.html" class="MenuItemLink">Surftips</a></li> <li style="width:14%;"><a href="/ViewProfile.html?hash=localhash" class="MenuItemLink">Peer Owner Profile</a></li> <li style="width:14%;"><a href="http://www.yacy-websearch.net/wiki/" class="MenuItemLink">Help / Wiki</a></li> diff --git a/htroot/index.html b/htroot/index.html index 7fdde0a62..4f0fde45f 100644 --- a/htroot/index.html +++ b/htroot/index.html @@ -18,7 +18,7 @@ #(/display)# <h2 class="yacy"> - <a href="#[promoteSearchPageGreeting.homepage]#" class="yacylogo"><img src="#[promoteSearchPageGreeting.largeImage]#" alt="yacy" align="center"/></a><br /><br /> + <a href="#[promoteSearchPageGreeting.homepage]#" class="yacylogo"><img src="#[promoteSearchPageGreeting.largeImage]#" alt="yacy" style="margin: auto;"/></a><br /><br /> #[promoteSearchPageGreeting]# </h2> diff --git a/htroot/rssTerminal.html b/htroot/rssTerminal.html index 5c534d7c2..5b3d693d0 100755 --- a/htroot/rssTerminal.html +++ b/htroot/rssTerminal.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>rss terminal</title>
<style type="text/css">
diff --git a/htroot/yacy/ui/index.html b/htroot/yacy/ui/index.html index f391b2129..63aa5aec6 100644 --- a/htroot/yacy/ui/index.html +++ b/htroot/yacy/ui/index.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> - <META HTTP-EQUIV="Expires" CONTENT="-1"> + <meta http-equiv="Pragma" content="no-cache" /> + <meta http-equiv="Expires" content="-1" /> <title>YaCy - Peer-to-Peer Search Network</title> |
