diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-10-23 18:11:19 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-10-23 18:11:19 +0200 |
| commit | 9eaede50e7967b27cbdd2ab07054eafb5507d1ec (patch) | |
| tree | 9625cccc95359266292ee116119f049f5fcc2a83 /htroot/WatchWebStructure_p.html | |
| parent | b7ac1da6a3285b2365e708c22f78f9c4c0e4494b (diff) | |
enhanced web structure images
Diffstat (limited to 'htroot/WatchWebStructure_p.html')
| -rw-r--r-- | htroot/WatchWebStructure_p.html | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html index 9dc529666..ad1573473 100644 --- a/htroot/WatchWebStructure_p.html +++ b/htroot/WatchWebStructure_p.html @@ -18,21 +18,6 @@ text-align:right; } </style> - <script type="text/javascript"> - <!-- - imagestub = "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]#"; - idx = 0; - setTimeout("doanimation()", 3000); - function doanimation() { - var accessPicture = document.getElementById("WebPicture"); - if (accessPicture != null) { - idx++; - accessPicture.src = imagestub + "&idx=" + idx; - setTimeout("doanimation()", 3000); - } - } - --> - </script> </head> <body id="WebStructure" style="margin:0px;"> #%env/templates/header.template%# @@ -65,9 +50,7 @@ Click the API icon to see the XML file. To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API">API wiki page</a>.</span> </div> - <h2>Web Structure</h2> - #(hosts)#:: <fieldset><legend>Host List</legend> #{list}# @@ -78,7 +61,6 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de #{/list}# </fieldset> #(/hosts)# - <div id="left"> <form action="/WatchWebStructure_p.html" accept-charset="UTF-8" onsubmit="return checkform(this);"> <fieldset> @@ -118,7 +100,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de </fieldset> </form> </div><br /> -<div style="text-align:right;"> +<div style="text-align:left;"> <img id="WebPicture" 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%# |
