|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
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=ddeeee&bordercolor=aaaaaa&time=" + (new Date()).getTime();
|
|
|
|
|
document.images[i].src = "/Banner.png?textcolor=000000&bgcolor=e7effc&bordercolor=5090d0&time=" + (new Date()).getTime();
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -45,7 +45,7 @@
|
|
|
|
|
<iframe src="rssTerminal.html?set=PEERNEWS,REMOTESEARCH,LOCALSEARCH,REMOTEINDEXING,LOCALINDEXING,INDEXRECEIVE&width=600px&height=180px&maxlines=20&maxwidth=120"
|
|
|
|
|
style="width:600px;height:180px;margin:0px;border:1px solid black;" scrolling="no" name="newsframe"></iframe><br />
|
|
|
|
|
<img src="PerformanceGraph.png" id="graph" alt="PerformanceGraph" width="660" height="240"/><br />
|
|
|
|
|
<img src="Banner.png?textcolor=000000&bgcolor=ddeeee&bordercolor=aaaaaa" alt="banner" width="468" height="60"/>
|
|
|
|
|
<img src="Banner.png?textcolor=000000&bgcolor=e7effc&bordercolor=5090d0" alt="banner" width="468" height="60"/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<dl>
|
|
|
|
|