You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.2 KiB
36 lines
1.2 KiB
<script type="text/javascript">
|
|
//<![CDATA[
|
|
$(function() {
|
|
loaderBanner = window.setInterval("loadBanner()", 15000);
|
|
window.setInterval("reloadGraph()", 6000);
|
|
});
|
|
function loadBanner() {
|
|
for (var i = 0; i < document.images.length; i++) {
|
|
if (document.images[i].src.indexOf("Banner.png") > 0) {
|
|
document.images[i].src = "/Banner.png?textcolor=000000&bgcolor=ffffff&bordercolor=aaaaaa&time=" + (new Date()).getTime();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
function reloadGraph() {
|
|
document.images["graph"].src="/PerformanceGraph.png?time="+(new Date()).getTime();
|
|
window.status="";
|
|
}
|
|
//]]>
|
|
</script>
|
|
<p>
|
|
<img src="/Banner.png?textcolor=000000&bgcolor=ffffff&bordercolor=aaaaaa" alt="banner" />
|
|
</p>
|
|
<div style="display: block, float: left; width:670px; border:1px solid #CCCCCC;">
|
|
<iframe
|
|
src="/rssTerminal.html?set=PEERNEWS,REMOTESEARCH,LOCALSEARCH,REMOTEINDEXING,LOCALINDEXING,INDEXRECEIVE&width=670px&height=180px&maxlines=20&maxwidth=120"
|
|
name="newsframe" marginheight="5" marginwidth="5" scrolling="no" frameborder="0" height="180" width="670">
|
|
</iframe>
|
|
</div>
|
|
<br />
|
|
<div style="display: block, float: left; width:670px; border:1px solid #CCCCCC;">
|
|
<img src="/PerformanceGraph.png?time=" id="graph" alt="PerformanceGraph">
|
|
</div>
|
|
|
|
|