- 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
pull/1/head
auron_x 16 years ago
parent b19bc611b0
commit 46af1e06dc

@ -7,7 +7,7 @@
function loadBanner() { function loadBanner() {
for (var i = 0; i < document.images.length; i++) { for (var i = 0; i < document.images.length; i++) {
if (document.images[i].src.indexOf("Banner.png") > 0) { if (document.images[i].src.indexOf("Banner.png") > 0) {
document.images[i].src = "/Banner.png?textcolor=000000&amp;bgcolor=ddeeee&amp;bordercolor=aaaaaa&time=" + (new Date()).getTime(); document.images[i].src = "/Banner.png?textcolor=000000&amp;bgcolor=ddeeee&amp;bordercolor=aaaaaa&amp;time=" + (new Date()).getTime();
break; break;
} }
} }
@ -40,14 +40,13 @@
<![endif]--> <![endif]-->
<div class="welcome"> <div class="welcome">
<center> <div style="margin:auto;text-align:center;">
<h2><img src="/env/grafics/kaskelix.png" align="middle" style="margin-right:5px;">Welcome to YaCy!</h2> <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" <iframe src="rssTerminal.html?set=PEERNEWS,REMOTESEARCH,LOCALSEARCH,REMOTEINDEXING,LOCALINDEXING,INDEXRECEIVE&amp;width=600px&amp;height=180px&amp;maxlines=20&amp;maxwidth=120"
width="600" height="180" scrolling="no" name="newsframe" style="width:600px;height:180px;margin:0px;border:1px solid black;" scrolling="no" name="newsframe"></iframe><br />
marginheight="0" marginwidth="0" frameborder="1"></iframe><br /> <img src="PerformanceGraph.png" id="graph" alt="PerformanceGraph"/><br />
<img src="PerformanceGraph.png" name="graph" alt="PerformanceGraph"/><br />
<img src="Banner.png?textcolor=000000&amp;bgcolor=ddeeee&amp;bordercolor=aaaaaa" alt="banner" /> <img src="Banner.png?textcolor=000000&amp;bgcolor=ddeeee&amp;bordercolor=aaaaaa" alt="banner" />
</center> </div>
<dl> <dl>

@ -2,7 +2,7 @@
<ul class="SubMenu"> <ul class="SubMenu">
<li style="width:14%;"><a href="/Status.html" class="MenuItemLink">Peer Administration</a></li> <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="/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&amp;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="/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="/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> <li style="width:14%;"><a href="http://www.yacy-websearch.net/wiki/" class="MenuItemLink">Help / Wiki</a></li>

@ -18,7 +18,7 @@
#(/display)# #(/display)#
<h2 class="yacy"> <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]# #[promoteSearchPageGreeting]#
</h2> </h2>

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html> <html>
<head> <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> <title>rss terminal</title>
<style type="text/css"> <style type="text/css">

@ -1,8 +1,8 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <meta http-equiv="Pragma" content="no-cache" />
<META HTTP-EQUIV="Expires" CONTENT="-1"> <meta http-equiv="Expires" content="-1" />
<title>YaCy - Peer-to-Peer Search Network</title> <title>YaCy - Peer-to-Peer Search Network</title>

Loading…
Cancel
Save