diff options
| author | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-09-18 00:18:52 +0000 |
|---|---|---|
| committer | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-09-18 00:18:52 +0000 |
| commit | f32bb5e51f84881ccc6d877e804b2d97ea66b54d (patch) | |
| tree | 3a7e5ec06be5727ea08939d088c8fac5de0c80da /htroot/Status.html | |
| parent | 37baa8bae335ae4d57c21cffa549fbfb2f2302f5 (diff) | |
*) Changed image in Steering.html from linked image to embedded image because shutdown is so fast now, browsers can't load image before Yacy instance is gone already. Had to make image smaller since IE does not accept large Base64 encoded images.
*) Decreases wait time in Steering.html before first check since
*) HTML fixes
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7165 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Status.html')
| -rw-r--r-- | htroot/Status.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htroot/Status.html b/htroot/Status.html index 7c600496f..42664f310 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -4,6 +4,7 @@ <title>YaCy '#[clientname]#': Console Status</title>
#%env/templates/metas.template%#
<script type="text/javascript">
+ <!--
function loadBanner() {
for (var i = 0; i < document.images.length; i++) {
if (document.images[i].src.indexOf("Banner.png") > 0) {
@@ -20,6 +21,7 @@ loaderBanner = window.setInterval("loadBanner()", 20000);
window.setInterval("reloadGraph()", 8000);
}
+ -->
</script>
</head>
<body onload="init();">
|
