From 72d0352c7917008df839c38cea370934441c3b86 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sun, 23 Oct 2022 00:19:38 +0100 Subject: [PATCH] add popup section (copy text via JavaScript) in /user/storage.html. This is just the HTML and CSS additions to the HTML template. The JavaScript has not be implemented yet. --- templates/user/storage.html | 174 +++++++++++++++++++----------------- 1 file changed, 94 insertions(+), 80 deletions(-) diff --git a/templates/user/storage.html b/templates/user/storage.html index 2076a72..79ae35b 100644 --- a/templates/user/storage.html +++ b/templates/user/storage.html @@ -5,96 +5,110 @@

Storage Index

- - Dashboard - View Dashboard - - - Archive Index - Archive Index - - - Pages Index - Pages Index - + + Dashboard + View Dashboard + + + Archive Index + Archive Index + + + Pages Index + Pages Index +
-
- - - -
+ + + +
- {% for item in files %} -
- {{item.name}} - + {{item.name}} + - {{entry.title}} - - {% if roles.administrator %} -
- - - -
-
- - -
- {% endif %} -
- {% endfor %} + {{entry.title}} + +
+ + Copied + + +
+ {% if roles.administrator %} +
+ + + +
+
+ + +
+ {% endif %} +
+ {% endfor %} {% endblock %}