summaryrefslogtreecommitdiff
path: root/htroot/WatchWebStructure_p.html
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2012-02-25 15:42:29 +0100
committerMichael Peter Christen <mc@yacy.net>2012-02-25 15:42:29 +0100
commit8c06925984d07761f9cf2c8c0baf05c60ae38559 (patch)
treec49152d5e8b1f5acbe5870dfbff6464d1b589bf5 /htroot/WatchWebStructure_p.html
parent898fa7c3f394535251f2548acac9d26befe3b4b9 (diff)
animation of the web structure picture
Diffstat (limited to 'htroot/WatchWebStructure_p.html')
-rw-r--r--htroot/WatchWebStructure_p.html17
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]#&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]#";
+ 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]#&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 id="WebPicture" 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>