From f7baf0c69606d49c6be86d3f27bc88d9d58cd4ba Mon Sep 17 00:00:00 2001 From: junk Date: Sun, 28 Mar 2021 07:51:40 -0300 Subject: Mejor forma de ocultar posts --- cgi/templates/catalog.html | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'cgi/templates/catalog.html') diff --git a/cgi/templates/catalog.html b/cgi/templates/catalog.html index 4faa2d2..8c0d80e 100644 --- a/cgi/templates/catalog.html +++ b/cgi/templates/catalog.html @@ -2,29 +2,31 @@
[Volver al IB] [Orden: - #{"Normal" if i_sort == "" else "Normal"} - #{"Nuevo" if i_sort == "1" else "Nuevo"} - #{"Viejo" if i_sort == "2" else "Viejo"} - #{"Más" if i_sort == "3" else "Más"} - #{"Menos" if i_sort == "4" else "Menos"}] - [Tamaño: Pequeño] - [Texto: Ocultar] - [Buscar: + #{"Normal" if i_sort == "" else "Normal"} + #{"Nuevo" if i_sort == "1" else "Nuevo"} + #{"Viejo" if i_sort == "2" else "Viejo"} + #{"Más" if i_sort == "3" else "Más"} + #{"Menos" if i_sort == "4" else "Menos"}] + [Tamaño: Pequeño] + [Texto: Ocultar] + [Filtrar: +
Modo Catálogo
-
+ +
- #{thread['id']}
+ #{thread['id']} -
Respuestas: ${thread['length']}
-

${thread['subject']}
${thread['message']}

+

${thread['subject']} (${thread['length']})
${thread['message']}

-

${thread['subject']}
${thread['message']}

+

${thread['subject']} (${thread['length']})
${thread['message']}

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