diff --git a/swh/web/ui/templates/upload_and_search.html b/swh/web/ui/templates/upload_and_search.html index ff6254ae..ceeb0993 100644 --- a/swh/web/ui/templates/upload_and_search.html +++ b/swh/web/ui/templates/upload_and_search.html @@ -1,98 +1,98 @@ {% extends "layout.html" %} {% block title %}Search SWH{% endblock %} {% block content %}

Drag and drop or click here to hash files and search for them. Your files will NOT be uploaded, hashing is done locally. Filesizes over 20Mb may be slow to process, use with care.
{% if search_res is not none %} - {% if search_stats is not none %} - - {% endif %} + {% 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 %}
{{ message | safe }}
{% endif %}
{% endblock %}