diff --git a/swh/web/ui/templates/search.html b/swh/web/ui/templates/search.html index f5be3acd0..334b5e3d6 100644 --- a/swh/web/ui/templates/search.html +++ b/swh/web/ui/templates/search.html @@ -1,104 +1,117 @@ {% extends "layout.html" %} {% block title %}Search SWH{% endblock %} {% block content %} - - + +
-
+

Search with SHA-1 or SHA-256:

+ +
+
+ + + + +
+
+ + +

Search with files

+
-
- -
-
- -
-
-
- -
- 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. -
-
-
+ + + +
+ 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 %} - -
-
{% endblock %}