]> git.mxchange.org Git - fba.git/blobdiff - templates/views/list.html
Continued:
[fba.git] / templates / views / list.html
index 1e48ebdbf3a36b7862891b08e5f3277cf1916788..101e926f4f36e84396234a3f8f050198ef37fc1b 100644 (file)
@@ -2,6 +2,7 @@
 
 {% block title %}
     {% if mode == 'detection_mode' %} - Detection mode {{value}}
+    {% elif mode == 'original_software' %} - Original software {{value}}
     {% elif mode == 'software' %} - Used software {{value}}
     {% elif mode == 'command' %} - Command {{value}}
     {% elif mode == 'recently' %} - {{amount}} recently added instances
@@ -11,6 +12,8 @@
 {% block header %}
     {% if mode == 'detection_mode' %}
         <h1>Instances detected by method {{value}}</h1>
+    {% elif mode == 'original_software' %}
+        <h1>Original software name {{value}}</h1>
     {% elif mode == 'software' %}
         <h1>Instances using software {{value}}</h1>
     {% elif mode == 'command' %}
@@ -39,7 +42,8 @@
         <thead>
             <th>Domain</th>
             <th>Origin</th>
-            <th>Software</th>
+            <th title="Aliased software name">Software</th>
+            <th title="Original software name">Original</th>
             <th>Detection mode</th>
             <th>Command</th>
             <th>Total peers</th>
                     {% include "widgets/links.html" %}
                     {% endwith %}
                 </td>
+                <td>
+                    {% with mode='original_software', amount=amount, value=row['original_software'] %}
+                    {% include "widgets/list_links.html" %}
+                    {% endwith %}
+                </td>
                 <td>
                     {% with mode='software', amount=amount, value=row['software'] %}
                     {% include "widgets/list_links.html" %}