diff --git a/var/www/templates/show_saved_paste.html b/var/www/templates/show_saved_paste.html index 75d8ab46..c1393aa6 100644 --- a/var/www/templates/show_saved_paste.html +++ b/var/www/templates/show_saved_paste.html @@ -4,13 +4,32 @@ Paste information + + + + + + + + + + + + + +
+
+
+

Paste: {{ request.args.get('paste') }}

+ +
+ +
+ -

Paste: {{ request.args.get('num') }}

-

{{ request.args.get('paste') }}

- -

+
@@ -46,11 +65,16 @@

No Duplicate

{% else %}

Duplicate list:

- +
{% set i = 0 %} + - + + + + + {% for dup_path in duplicate_list %} @@ -59,6 +83,7 @@ {% set i = i + 1 %} {% endfor %} +
Hash typePaste infoHash typePaste infoPath
{{ hashtype_list[i] }}
{% endif %}

Content:

@@ -66,6 +91,9 @@
- +
+