diff --git a/htroot/Status.html b/htroot/Status.html
index edd59dafa..71ea69c7d 100644
--- a/htroot/Status.html
+++ b/htroot/Status.html
@@ -12,13 +12,18 @@
}
}
}
+ function reloadGraph() {
+ document.images["graph"].src="PerformanceGraph.png?time="+(new Date()).getTime();
+ window.status="";
+ }
function init() {
loaderBanner = window.setInterval("loadBanner()", 20000);
+ window.setInterval("reloadGraph()", 5000);
}
- #%env/templates/header.template%#
+ #%env/templates/header.template%#
#%env/templates/submenuConfig.template%#
#(showPrivateTable)#
@@ -36,10 +41,11 @@
- Welcome to YaCy!
-
+ Welcome to YaCy!
+
+
diff --git a/htroot/env/base.css b/htroot/env/base.css
index d643b3688..873770dd6 100644
--- a/htroot/env/base.css
+++ b/htroot/env/base.css
@@ -394,16 +394,15 @@ h2.yacy { /* The heading in index.html */
div.welcome { /* The heading in Status.html */
clear:left;
float:left;
- margin:10px 0;
- padding-top:130px;
+ margin:-10px 0;
+ padding-top:0px;
text-align:left;
- width:65%;
- background:url(/env/grafics/kaskelix.png) top center no-repeat;
+ width:680px;
}
div.sidebar { /* sidebars on the right side */
float:left;
- width:35%;
+ width:120px;
margin:10px 0;
padding-top:10px;
text-align:left;
diff --git a/htroot/env/grafics/kaskelix.png b/htroot/env/grafics/kaskelix.png
index e22f945d0..236dc3f75 100644
Binary files a/htroot/env/grafics/kaskelix.png and b/htroot/env/grafics/kaskelix.png differ
diff --git a/htroot/env/templates/submenuConfig.template b/htroot/env/templates/submenuConfig.template
index d358bf886..68d3397cd 100644
--- a/htroot/env/templates/submenuConfig.template
+++ b/htroot/env/templates/submenuConfig.template
@@ -4,14 +4,8 @@
-
-
-
-
\ No newline at end of file