]> git.mxchange.org Git - fba.git/blobdiff - templates/views/scoreboard.html
Continued:
[fba.git] / templates / views / scoreboard.html
index 2f7619485f73bff71c0458f4772a64dd5cd86891..1cc68b7bf487e737b7c383c2a31c522802427213 100644 (file)
@@ -2,7 +2,8 @@
 
 {% block title %}
     Scoreboard -
-    {% if mode == 'software' %}TOP {{amount}} used software
+    {% if mode == 'original_software' %}TOP {{amount}} original software
+    {% elif mode == 'software' %}TOP {{amount}} aliased software
     {% elif mode == 'detection_mode' %}Detection mode statistics
     {% elif mode == 'block_level' %}TOP {{amount}} block level statistics
     {% elif mode == 'obfuscation' %}Obfuscation statistics
         <h1>Top {{amount}} defederated instances</h1>
     {% elif mode == 'reference' %}
         <h1>Top {{amount}} referencing instances</h1>
+    {% elif mode == 'original_software' %}
+        <h1>Top {{amount}} original software names</h1>
     {% elif mode == 'software' %}
-        <h1>Top {{amount}} used software</h1>
+        <h1>Top {{amount}} aliased software</h1>
     {% elif mode == 'command' %}
         <h1>TOP {{amount}} commands</h1>
     {% elif mode == 'error_code' %}
@@ -53,7 +56,7 @@
             <thead>
                 <th>№</th>
                 <th>
-                    {% if mode in ('software', 'avg_peers', 'avg_blocks', 'obfuscator') %}Software
+                    {% if mode in ('original_software', 'software', 'avg_peers', 'avg_blocks', 'obfuscator') %}Software
                     {% elif mode == 'obfuscation' %}Obfuscation status
                     {% elif mode == 'detection_mode' %}Detection mode
                     {% elif mode == 'error_code' %}Error code
@@ -63,7 +66,7 @@
                 <th>
                     {% if mode == 'reference' %}References
                     {% elif mode in('avg_peers', 'avg_blocks') %}Average
-                    {% elif mode in('software', 'error_code', 'obfuscator', 'obfuscation', 'block_level', 'detection_mode', 'command') %}Total
+                    {% elif mode in('original_software', 'software', 'error_code', 'obfuscator', 'obfuscation', 'block_level', 'detection_mode', 'command') %}Total
                     {% else %}Blocks
                     {% endif %}
                 </th>
@@ -82,7 +85,7 @@
                             <a href="top?mode={{mode}}&amp;value={{entry['domain']}}&amp;amount=50">{{entry['domain']}}</a>
                         {% elif mode in ('avg_peers', 'avg_blocks', 'obfuscator') %}
                             <a href="list?mode=software&amp;value={{entry['domain']}}&amp;amount=50">{{entry['domain']}}</a>
-                        {% elif mode in ('software', 'detection_mode', 'command') %}
+                        {% elif mode in ('original_software', 'software', 'detection_mode', 'command') %}
                             <a href="list?mode={{mode}}&amp;value={{entry['domain']}}&amp;amount=50">{{entry['domain']}}</a>
                         {% else %}
                             {% with domain=entry['domain'] %}