diff options
| author | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-03-03 21:10:02 +0000 |
|---|---|---|
| committer | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-03-03 21:10:02 +0000 |
| commit | ddc21e7b730f21c62ae79ed803204b2398774152 (patch) | |
| tree | 8e0f9a804bcd30a1c31296da02a54053f5ac15ab /htroot/Status.html | |
| parent | e76f1e6cc03037c73a447613e58076738ce1e92e (diff) | |
adapted banner colors to current standard template
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6707 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Status.html')
| -rw-r--r-- | htroot/Status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/Status.html b/htroot/Status.html index 4728e4f99..75dfeb0d7 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -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>
|
