From 17ee82d9ba8e557ccdeac76da646ad0c4d6a6a5d Mon Sep 17 00:00:00 2001 From: Terrtia Date: Tue, 14 Jan 2020 16:14:58 +0100 Subject: [PATCH] chg: [UI tags] add + delete image (screenshot) tags --- .../correlation/metadata_card_screenshot.html | 127 ++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 var/www/templates/correlation/metadata_card_screenshot.html diff --git a/var/www/templates/correlation/metadata_card_screenshot.html b/var/www/templates/correlation/metadata_card_screenshot.html new file mode 100644 index 00000000..daf988f5 --- /dev/null +++ b/var/www/templates/correlation/metadata_card_screenshot.html @@ -0,0 +1,127 @@ + + + +{% with modal_add_tags=dict_object['metadata_card']['add_tags_modal']%} + {% include 'modals/add_tags.html' %} +{% endwith %} + +{% include 'modals/edit_tag.html' %} + +
+
+

{{ dict_object["correlation_id"] }} :

+
    +
  • +
    +
    +
    +
    +
    +
    + Show Screenshot   +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
  • + +
  • +
    +
    + Tags: + {% for tag in dict_object["metadata"]['tags'] %} + + {% endfor %} + +
    +
  • +
+
+
+ +