diff --git a/swh/web/ui/templates/upload_and_search.html b/swh/web/ui/templates/upload_and_search.html index 8d60b281..6c9b3a85 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_stats is not none and search_stats %} {% endif %} {% if responses is not none and responses %} {% for resp in responses %} {% if resp['found'] %} - + {% else %} {% endif %} {% endfor %}
File name SHA1 checksum Result
{{ resp['filename'] }}{{ resp['sha1'] }}{{ resp['sha1'] }} {{ resp['sha1'] }}
{% endif %} {% if messages is not none and messages %}
{% for message in messages %}
{{ message | safe }}
{% endfor %}
{% endif %}
{% endblock %}