X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fviews%2Flist.html;fp=templates%2Fviews%2Flist.html;h=101e926f4f36e84396234a3f8f050198ef37fc1b;hb=32c5ba74dbfcf62fbb8c841b8faa2a746d372587;hp=1e48ebdbf3a36b7862891b08e5f3277cf1916788;hpb=f3635f90b465d14262ddbb0f2cad63f9b82350f2;p=fba.git diff --git a/templates/views/list.html b/templates/views/list.html index 1e48ebd..101e926 100644 --- a/templates/views/list.html +++ b/templates/views/list.html @@ -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' %}

Instances detected by method {{value}}

+ {% elif mode == 'original_software' %} +

Original software name {{value}}

{% elif mode == 'software' %}

Instances using software {{value}}

{% elif mode == 'command' %} @@ -39,7 +42,8 @@ Domain Origin - Software + Software + Original Detection mode Command Total peers @@ -62,6 +66,11 @@ {% include "widgets/links.html" %} {% endwith %} + + {% with mode='original_software', amount=amount, value=row['original_software'] %} + {% include "widgets/list_links.html" %} + {% endwith %} + {% with mode='software', amount=amount, value=row['software'] %} {% include "widgets/list_links.html" %}