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
pull/1/head
orbiter 17 years ago
parent 298196e7a4
commit dc149df3b1

@ -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&amp;bgcolor=ddeeee&amp;bordercolor=aaaaaa" alt="banner" />
</center>

@ -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;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 11 KiB

@ -4,14 +4,8 @@
<li><a href="/Status.html" class="MenuItemLink lock">Status</a></li>
<li><a href="/ConfigBasic.html" class="MenuItemLink lock">Basic Configuration</a></li>
<li><a href="/ConfigAccounts_p.html" class="MenuItemLink lock">Accounts</a></li>
<li><a href="/ConfigUpdate_p.html" class="MenuItemLink lock">System Update</a></li>
</ul>
</div>
<div class="SubMenu">
<ul class="SubMenu">
<li><a href="/ConfigNetwork_p.html" class="MenuItemLink lock">Network Configuration</a></li>
<li><a href="/Settings_p.html" class="MenuItemLink lock">Advanced Settings</a></li>
<li><a href="/ConfigProperties_p.html" class="MenuItemLink lock">Advanced Properties</a></li>
<li><a href="/ConfigUpdate_p.html" class="MenuItemLink lock">System Update</a></li>
</ul>
</div>
<div class="SubMenu">
@ -19,5 +13,7 @@
<li><a href="/PerformanceQueues_p.html" class="MenuItemLink lock">Performance</a></li>
<li><a href="/PerformanceMemory_p.html" class="MenuItemLink lock">Memory</a></li>
<li><a href="/PerformanceSearch_p.html" class="MenuItemLink lock">Search Sequence</a></li>
<li><a href="/Settings_p.html" class="MenuItemLink lock">Advanced Settings</a></li>
<li><a href="/ConfigProperties_p.html" class="MenuItemLink lock">Advanced Properties</a></li>
</ul>
</div>
Loading…
Cancel
Save