]> git.mxchange.org Git - fba.git/blobdiff - templates/views/scoreboard.html
Continued:
[fba.git] / templates / views / scoreboard.html
index 15d698d7458a3259c9b8247bf37b7d8b337fd1cb..512e40967a578ca75e7332c4942f80abf8b0c9ac 100644 (file)
@@ -30,7 +30,7 @@
 
 {% block content %}
     <div class="scoreboard">
-        <table>
+        <table class="table-with-rows">
             <thead>
                 <th>№</th>
                 <th>{% if mode in ('software', 'avg_peers', 'obfuscator') %}Software{% elif mode == 'obfuscation' %}Obfuscation status{% elif mode == 'detection_mode' %}Detection mode{% elif mode == 'error_code' %}Error code{% else %}Instance{% endif %}</th>
@@ -47,7 +47,7 @@
                         {% elif entry['domain'] == None %}
                             -
                         {% elif mode == 'block_level' %}
-                            <a href="{{base_url}}/top?mode=block_level&amp;value={{entry['domain']}}&amp;amount=50">{{entry['domain']}}</a>
+                            <a href="top?mode=block_level&amp;value={{entry['domain']}}&amp;amount=50">{{entry['domain']}}</a>
                         {% else %}
                             {% with domain=entry['domain'] %}
                             {% include "widgets/links.html" %}
 {% block footer %}
     {% if mode == 'error_code' %}
         <div class="notice">
-            <h3>Error codes:</h2>
+            <h3>Error codes:</h3>
             <ul>
                 <li>Error code 999 is fake and covers a lot of reasons why the domain/instance is not reachable. Mostly that the domain is not resolvable or the server refused connection.</li>
             </ul>
         </div>
     {% elif mode == 'detection_mode' %}
         <div class="notice">
-            <h3>Detection modes:</h2>
+            <h3>Detection modes:</h3>
             <div>
                 Detection is done in following order:
             </div>
@@ -86,7 +86,7 @@
         </div>
     {% elif mode == 'obfuscation' %}
         <div class="notice">
-            <h3>Obfuscation status:</h2>
+            <h3>Obfuscation status:</h3>
             <ul>
                 <li>Only supported networks are counted here.</li>
                 <li><b>None</b> means not determined yet or erroneous.</li>