diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-02-25 15:42:29 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-02-25 15:42:29 +0100 |
| commit | 8c06925984d07761f9cf2c8c0baf05c60ae38559 (patch) | |
| tree | c49152d5e8b1f5acbe5870dfbff6464d1b589bf5 /htroot/WatchWebStructure_p.html | |
| parent | 898fa7c3f394535251f2548acac9d26befe3b4b9 (diff) | |
animation of the web structure picture
Diffstat (limited to 'htroot/WatchWebStructure_p.html')
| -rw-r--r-- | htroot/WatchWebStructure_p.html | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html index 270f7e52f..da1a47d8d 100644 --- a/htroot/WatchWebStructure_p.html +++ b/htroot/WatchWebStructure_p.html @@ -18,6 +18,21 @@ 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%# @@ -93,7 +108,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de </form> </div><br /> <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"/> + <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%# </body> |
