From d305d4c110df872f475c26ad57736c608d27390d Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sun, 2 Oct 2022 07:38:23 +0100 Subject: [PATCH] update /user/storage.html template (mostly CSS updates). --- templates/user/storage.html | 80 ++++++++++++++++++++++++++----------- 1 file changed, 56 insertions(+), 24 deletions(-) diff --git a/templates/user/storage.html b/templates/user/storage.html index c430b8a..d8872ec 100644 --- a/templates/user/storage.html +++ b/templates/user/storage.html @@ -3,36 +3,68 @@ {% block content %}
-

File Upload

-

- Warning: This will overwrite any files stored on the server with the same name. -

-
- - - -
+

Storage Index

+
+
+ + + + +
+
-

Storage Files

-{% for item in files %} -
-

- - {{item.name}} +

+ {% for item in files %} +
+ {{item.name}} + + {{entry.title}} {% if roles.administrator %} -
- - - + + + + +
-
- - + + +
{% endif %} -

+
+ {% endfor %}
-{% endfor %} {% endblock %}