From dcd6e1d63a46ff957ce6eb519915b4a9e8fe625b Mon Sep 17 00:00:00 2001 From: Choom Date: Wed, 14 Dec 2022 18:05:09 -0300 Subject: Mejor pantalla de borrado Fix imágenes en BBS --- cgi/templates/base_top.html | 2 +- cgi/templates/manage/delete.html | 40 +++++++++++++++++++++++++++++++--------- cgi/templates/manage/recent.html | 2 +- 3 files changed, 33 insertions(+), 11 deletions(-) (limited to 'cgi/templates') diff --git a/cgi/templates/base_top.html b/cgi/templates/base_top.html index d6a30e8..2dc079e 100644 --- a/cgi/templates/base_top.html +++ b/cgi/templates/base_top.html @@ -44,4 +44,4 @@ -
\ No newline at end of file +
diff --git a/cgi/templates/manage/delete.html b/cgi/templates/manage/delete.html index 78c1c5e..6c26e3e 100644 --- a/cgi/templates/manage/delete.html +++ b/cgi/templates/manage/delete.html @@ -1,20 +1,42 @@
-
Eliminar Post
-
+
Eliminando post
+

- Post #${postid} de /${curboard}/
-
-
+ Estás a punto de eliminar el siguiente post de ${curboard['name']} (${curboard['dir']}): +
+ + + + + + + + + + + + +
Nombre${post['name']} ${post['tripcode']}
Archivo + + + + Sin archivo + +
Mensaje#{post['message']}
+
+
+ +
+
+

+ * Evitar eliminar permanentemente un post a menos que sea estrictamente necesario, al hacerlo se pierden todas las posibles referencias hechas hacia el post, sobre todo en el BBS (!). +

- Nota: Por favor evitar eliminar permanentemente el post al menos que sea estrictamente necesario. -
Al eliminar permanentemente un post no queda en papelera y se rompen - las referencias que se pueden haber hecho hacia él, especialmente en los BBS.
-

diff --git a/cgi/templates/manage/recent.html b/cgi/templates/manage/recent.html index 13e5b42..006da56 100644 --- a/cgi/templates/manage/recent.html +++ b/cgi/templates/manage/recent.html @@ -51,4 +51,4 @@

- \ No newline at end of file + -- cgit v1.2.1-18-gbd029