summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2014-04-29 16:24:01 +0200
committerMichael Peter Christen <mc@yacy.net>2014-04-29 16:24:01 +0200
commit362c988c056504119d1682cf4891b8f7c47ace01 (patch)
tree5d803153034e5685bc976658d7513b4aae6545d4
parent71efc7617092c1acd222a9a1468d1f476bcb7957 (diff)
design fixes to better use the new colours
-rw-r--r--htroot/Network.html8
-rw-r--r--htroot/js/yacyinteractive.js2
2 files changed, 5 insertions, 5 deletions
diff --git a/htroot/Network.html b/htroot/Network.html
index 810819e8f..249fba518 100644
--- a/htroot/Network.html
+++ b/htroot/Network.html
@@ -195,7 +195,7 @@ document.getElementById("apilink").setAttribute("href", "Network.xml?" + window.
#(/active-switch)#
<td colspan="2">Now</td>
</tr>
- <tr class="TableCellDark">
+ <tr class="TableCellLight">
#(active-switch)#::
<td align="right" rowspan="3">#[last-hour]#</td>::
<td align="right" rowspan="3">#[last-day]#</td><td align="right" rowspan="3">#[last-hour]#</td>::
@@ -208,12 +208,12 @@ document.getElementById("apilink").setAttribute("href", "Network.xml?" + window.
<td align="right" rowspan="3">#[gppm]#</td>
<td align="right" rowspan="3">#[gqph]#</td>
</tr>
- <tr class="TableCellDark">
+ <tr class="TableCellLight">
<td align="left">Passive</td>
<td align="right">#[passive-count]#</td>
<td align="right">#[passive-links]#</td>
</tr>
- <tr class="TableCellDark">
+ <tr class="TableCellLight">
<td align="left">Potential</td>
<td align="right">#[potential-count]#</td>
<td align="right">#[potential-links]#</td>
@@ -254,7 +254,7 @@ document.getElementById("apilink").setAttribute("href", "Network.xml?" + window.
<td>QPH<br/>(public&nbsp;local)</td>
<td>QPH<br/>(remote)</td>
</tr>
- <tr class="TableCellDark">
+ <tr class="TableCellLight">
<td>#[my-name]##(my-ssl)#::<img src="env/grafics/lock.gif" width="11" height="15" title="https supported" alt="https supported" />#(/my-ssl)#</td>
<td>#(my-info)#<img src="env/grafics/Virgin.gif" width="11" height="11" title="Type: Virgin" alt="Virgin" />::<img src="env/grafics/JuniorDirect.gif" width="11" height="11" title="Type: Junior" alt="Junior" />::<img src="env/grafics/SeniorDirect.gif" width="11" height="11" title="Type: Senior" alt="Senior" />::<img src="env/grafics/PrincipalDirect.gif" width="11" height="11" title="Type: Principal" alt="Principal" />#(/my-info)##(my-acceptcrawl)#<img src="env/grafics/CrawlNo.gif" width="11" height="11" title="Accept Crawl: no" alt="no crawl" />::<img src="env/grafics/CrawlYes.gif" width="11" height="11" title="Accept Crawl: yes" alt="Crawl enabled" />#(/my-acceptcrawl)##(my-dhtreceive)#<img src="env/grafics/DHTReceiveNo.gif" width="11" height="11" title="DHT Receive: no" alt="no DHT receive" />::<img src="env/grafics/DHTReceiveYes.gif" width="11" height="11" title="DHT Receive: yes" alt="DHT Receive enabled" />#(/my-dhtreceive)##(my-nodestate)#<img src="env/grafics/RootStateNo.gif" width="11" height="11" title="Not a Node Candidate" alt="no node candidate" />::<img src="env/grafics/RootStateYes.gif" width="11" height="11" title="Node Candidate" alt="node candidate" />#(/my-nodestate)#</td>
<td align="right">#[my-version]#</td>
diff --git a/htroot/js/yacyinteractive.js b/htroot/js/yacyinteractive.js
index 80d1f656c..188780e94 100644
--- a/htroot/js/yacyinteractive.js
+++ b/htroot/js/yacyinteractive.js
@@ -220,7 +220,7 @@ function resultLine(type, item, linenumber) {
// make table row
var html = "";
if (type == "row") {
- html += "<tr class=\"TableCellDark\">";
+ html += "<tr class=\"TableCellLight\">";
html += "<td align=\"left\">" + linenumber + "</td>"; // Count
html += "<td align=\"left\">" + protocol + "</td>"; // Protocol
html += "<td align=\"left\"><a href=\"" + protocol + "://" + host + "/" + "\">" + host + "</a></td>"; // Host