diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-09-29 14:59:06 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-09-29 14:59:06 +0000 |
| commit | dc149df3b1d18b29572559015e3f381263473ccf (patch) | |
| tree | a03c5b0af651272d0bccbb1c37a8215c324817dc /htroot/Status.html | |
| parent | 298196e7a40960e38672127373b01e596d911802 (diff) | |
new status page layout:
- smaller kaskelix image to make room for more information
- added the memory graph, since this picture is widely used to monitor YaCys activities
- added border to log line iframe (looks better together with memory graph)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5224 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Status.html')
| -rw-r--r-- | htroot/Status.html | 16 |
1 files changed, 11 insertions, 5 deletions
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);
}
</script>
</head>
<body onload="init();">
- #%env/templates/header.template%#
+ #%env/templates/header.template%#
#%env/templates/submenuConfig.template%#
#(showPrivateTable)#
@@ -36,10 +41,11 @@ <div class="welcome">
<center>
- <h2>Welcome to YaCy!</h2>
- <iframe src="rssTerminal.html?set=PEERNEWS,REMOTESEARCH,LOCALSEARCH,REMOTEINDEXING,LOCALINDEXING,INDEXRECEIVE&width=468px&height=200px&maxlines=17&maxwidth=95"
- width="468" height="200" scrolling="no" name="newsframe"
- marginheight="0" marginwidth="0" frameborder="0"></iframe><br />
+ <h2><img src="/env/grafics/kaskelix.png" align="bottom">Welcome to YaCy!</h2>
+ <iframe src="rssTerminal.html?set=PEERNEWS,REMOTESEARCH,LOCALSEARCH,REMOTEINDEXING,LOCALINDEXING,INDEXRECEIVE&width=600px&height=180px&maxlines=16&maxwidth=120"
+ width="600" height="180" scrolling="no" name="newsframe"
+ marginheight="0" marginwidth="0" frameborder="1"></iframe><br />
+ <img src="PerformanceGraph.png" name="graph" alt="PerformanceGraph"/><br />
<img src="Banner.png?textcolor=000000&bgcolor=ddeeee&bordercolor=aaaaaa" alt="banner" />
</center>
|
