*) 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)# #(/emb)#
</head> </head>
<body> <body>
<p>
#(emb)# #(emb)#
:: ::
#%env/templates/header.template%# #%env/templates/header.template%#
@ -70,6 +69,5 @@ document.body.style.background = "#000";
#(emb)#:: #(emb)#::
#%env/templates/footer.template%# #%env/templates/footer.template%#
#(/emb)# #(/emb)#
</p>
</body> </body>
</html> </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> <h2>Web Structure</h2>
<div id="left"> <div id="left">
<form action="/WatchWebStructure_p.html" onSubmit="return checkform(this);"> <form action="/WatchWebStructure_p.html" onsubmit="return checkform(this);">
<fieldset> <fieldset>
<dl> <dl>
<dt>host</dt> <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> </fieldset>
</form> </form>
</div><br /> </div><br />
<div style="text-align:right;">
<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"/> <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%# #%env/templates/footer.template%#
</body> </body>
</html> </html>

Loading…
Cancel
Save