From 95dfe14528663923ca2a88ec928f1d8d9df2402b Mon Sep 17 00:00:00 2001 From: bai Date: Fri, 29 Mar 2019 02:14:43 +0000 Subject: Init --- cgi/templates/catalog.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 cgi/templates/catalog.html (limited to 'cgi/templates/catalog.html') diff --git a/cgi/templates/catalog.html b/cgi/templates/catalog.html new file mode 100644 index 0000000..4faa2d2 --- /dev/null +++ b/cgi/templates/catalog.html @@ -0,0 +1,30 @@ + +
+ [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: +
+
Modo Catálogo
+
+ +
+ + #{thread['id']}
+ +
Respuestas: ${thread['length']}
+ +

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

+ +

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

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