From b991e9cf9d4d5547402dfb2204e52f9638200c24 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 22 Jan 2021 11:58:48 +0100 Subject: [images] Add very simple image management page --- templates/image-list.html | 51 +++++++++++++++++++++++++++++++++++++++++++++++ templates/main-menu.html | 1 + 2 files changed, 52 insertions(+) create mode 100644 templates/image-list.html (limited to 'templates') diff --git a/templates/image-list.html b/templates/image-list.html new file mode 100644 index 0000000..3c4561e --- /dev/null +++ b/templates/image-list.html @@ -0,0 +1,51 @@ +

Images

+ +
+ Die Löschfunktion entfernt lediglich den Datenbankeintrag. Bitte löschen Sie die zugehörige Datei + aus dem Storage-Verzeichnis (Spalte Pfad) +
+ +
+ + + + + + + + + + + + + + + {{#list}} + + + + + + + + + {{/list}} + +
NameGrößeErstelltLäuft abPfad
+ {{displayname}} +
{{imageversionid}}
+
+ {{filesize_s}} + + {{createtime_s}} + + {{expiretime_s}} + + {{filepath}} + + +
+
\ No newline at end of file diff --git a/templates/main-menu.html b/templates/main-menu.html index e4583cc..ea32b1d 100644 --- a/templates/main-menu.html +++ b/templates/main-menu.html @@ -13,6 +13,7 @@