design fixes to better use the new colours

This commit is contained in:
Michael Peter Christen 2014-04-29 16:24:01 +02:00
parent 71efc76170
commit 362c988c05
2 changed files with 5 additions and 5 deletions

View File

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

View File

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