*) HTML fixes

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7341 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 14 years ago
parent 321eb012fe
commit 01ddb6d2ef

@ -43,7 +43,6 @@ document.body.style.background = "#000";
#(/emb)#
</head>
<body>
<p>
#(emb)#
::
#%env/templates/header.template%#
@ -70,6 +69,5 @@ document.body.style.background = "#000";
#(emb)#::
#%env/templates/footer.template%#
#(/emb)#
</p>
</body>
</html>

@ -54,7 +54,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
<h2>Web Structure</h2>
<div id="left">
<form action="/WatchWebStructure_p.html" onSubmit="return checkform(this);">
<form action="/WatchWebStructure_p.html" onsubmit="return checkform(this);">
<fieldset>
<dl>
<dt>host</dt>
@ -92,9 +92,9 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
</fieldset>
</form>
</div><br />
<img align="right" src="WebStructurePicture_p.png?host=#[besthost]#&amp;depth=#[depth]#&amp;width=#[width]#&amp;height=#[height]#&amp;nodes=#[nodes]#&amp;time=#[time]#&amp;colortext=#[colortext]#&amp;colorback=#[colorback]#&amp;colordot=#[colordot]#&amp;colorline=#[colorline]#&amp;colorlineend=#[colorlineend]#" alt="WebStructurePicture"/>
<div style="text-align:right;">
<img src="WebStructurePicture_p.png?host=#[besthost]#&amp;depth=#[depth]#&amp;width=#[width]#&amp;height=#[height]#&amp;nodes=#[nodes]#&amp;time=#[time]#&amp;colortext=#[colortext]#&amp;colorback=#[colorback]#&amp;colordot=#[colordot]#&amp;colorline=#[colorline]#&amp;colorlineend=#[colorlineend]#" alt="WebStructurePicture"/>
</div>
#%env/templates/footer.template%#
</body>
</html>

Loading…
Cancel
Save