Skip to content

Commit

Permalink
design fixes to better use the new colours
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter committed Apr 29, 2014
1 parent 71efc76 commit 362c988
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions htroot/Network.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h2>Manually contacting Peer</h2>
#(/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>::
Expand All @@ -208,12 +208,12 @@ <h2>Manually contacting Peer</h2>
<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>
Expand Down Expand Up @@ -254,7 +254,7 @@ <h2>Manually contacting Peer</h2>
<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>
Expand Down
2 changes: 1 addition & 1 deletion htroot/js/yacyinteractive.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 362c988

Please sign in to comment.