diff options
| author | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-11-26 22:19:31 +0000 |
|---|---|---|
| committer | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-11-26 22:19:31 +0000 |
| commit | 01ddb6d2ef7132e476f453d7f555f8fc8148d825 (patch) | |
| tree | be6ccf16ff731d7b09e72bf7a3806bc4bc75c3dd /htroot/WatchWebStructure_p.html | |
| parent | 321eb012fe3c450b2811a58e14d7d22f2d989686 (diff) | |
*) HTML fixes
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7341 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/WatchWebStructure_p.html')
| -rw-r--r-- | htroot/WatchWebStructure_p.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html index 042926243..a219d5131 100644 --- a/htroot/WatchWebStructure_p.html +++ b/htroot/WatchWebStructure_p.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]#&depth=#[depth]#&width=#[width]#&height=#[height]#&nodes=#[nodes]#&time=#[time]#&colortext=#[colortext]#&colorback=#[colorback]#&colordot=#[colordot]#&colorline=#[colorline]#&colorlineend=#[colorlineend]#" alt="WebStructurePicture"/> - +<div style="text-align:right;"> + <img src="WebStructurePicture_p.png?host=#[besthost]#&depth=#[depth]#&width=#[width]#&height=#[height]#&nodes=#[nodes]#&time=#[time]#&colortext=#[colortext]#&colorback=#[colorback]#&colordot=#[colordot]#&colorline=#[colorline]#&colorlineend=#[colorlineend]#" alt="WebStructurePicture"/> +</div> #%env/templates/footer.template%# </body> </html> |
