diff --git a/swh/web/ui/templates/search.html b/swh/web/ui/templates/search.html index 74669a58..fdacb58c 100644 --- a/swh/web/ui/templates/search.html +++ b/swh/web/ui/templates/search.html @@ -1,49 +1,56 @@ {% extends "layout.html" %} {% block title %}Search SWH{% endblock %} {% block content %}
{% include 'includes/search-form.html' %} {% if search_res is not none %} {% if search_stats is not none %} {% endif %} +
- +
{% for res in search_res %} {% if res['filename'] is not none %} {% else %} {% endif %} {% if res['found'] %} {% else %} {% endif %} {% endfor %}
File name SHA1 checksum Result
{{ res['filename'] }}From text input{{ res['sha1'] }} {{ res['sha1'] }}
{% endif %} {% if message is not none and message != '' %}
{{ message | safe }}
{% endif %} + {% endblock %}