From 95dfe14528663923ca2a88ec928f1d8d9df2402b Mon Sep 17 00:00:00 2001 From: bai Date: Fri, 29 Mar 2019 02:14:43 +0000 Subject: Init --- cgi/templates/mobile/base_top.html | 14 ++++++ cgi/templates/mobile/board.html | 55 ++++++++++++++++++++++++ cgi/templates/mobile/error.html | 6 +++ cgi/templates/mobile/latest.html | 14 ++++++ cgi/templates/mobile/newest.html | 14 ++++++ cgi/templates/mobile/threadlist.html | 43 +++++++++++++++++++ cgi/templates/mobile/txt_newthread.html | 35 +++++++++++++++ cgi/templates/mobile/txt_thread.html | 74 ++++++++++++++++++++++++++++++++ cgi/templates/mobile/txt_threadlist.html | 26 +++++++++++ 9 files changed, 281 insertions(+) create mode 100644 cgi/templates/mobile/base_top.html create mode 100644 cgi/templates/mobile/board.html create mode 100644 cgi/templates/mobile/error.html create mode 100644 cgi/templates/mobile/latest.html create mode 100644 cgi/templates/mobile/newest.html create mode 100644 cgi/templates/mobile/threadlist.html create mode 100644 cgi/templates/mobile/txt_newthread.html create mode 100644 cgi/templates/mobile/txt_thread.html create mode 100644 cgi/templates/mobile/txt_threadlist.html (limited to 'cgi/templates/mobile') diff --git a/cgi/templates/mobile/base_top.html b/cgi/templates/mobile/base_top.html new file mode 100644 index 0000000..6a6c5bd --- /dev/null +++ b/cgi/templates/mobile/base_top.html @@ -0,0 +1,14 @@ + + + + + #{board_name}@Bienvenido a Internet Móvil + + Bienvenido a Internet Móvil + + + + + + diff --git a/cgi/templates/mobile/board.html b/cgi/templates/mobile/board.html new file mode 100644 index 0000000..70b8461 --- /dev/null +++ b/cgi/templates/mobile/board.html @@ -0,0 +1,55 @@ + + + + +
+ + +

No.#{post['id']} eliminado por el usuario.

+ +

No.#{post['id']} eliminado por miembro del staff.

+ + +

#{post["subject"]} (#{thread['length']})

+ +
+ +

#{post["subject"]}

+ +

#{post['id']}#{post['name']} #{post['tripcode']} #{post['timestamp_formatted']}

+
#{int(post['file_size'])//1024}KB #{post['file'].split(".")[1].upper()}
+
#{post['message']}
+ + + +Recargar + + + +
El hilo ha sido cerrado. Ya no se puede postear en él.
+ +
+ +
+ + + + + + + + + +
+ + +
+ + +
+ +
+ + + + \ No newline at end of file diff --git a/cgi/templates/mobile/error.html b/cgi/templates/mobile/error.html new file mode 100644 index 0000000..00ae4f4 --- /dev/null +++ b/cgi/templates/mobile/error.html @@ -0,0 +1,6 @@ + + +

Home
Error

+


#{error}



+ + \ No newline at end of file diff --git a/cgi/templates/mobile/latest.html b/cgi/templates/mobile/latest.html new file mode 100644 index 0000000..615b21c --- /dev/null +++ b/cgi/templates/mobile/latest.html @@ -0,0 +1,14 @@ + + +
+
Info
+ Bienvenido a Internet Móvil +
+
SeccionesHilos activosNuevos hilos
+
+ + #{thread['content']}
${thread['board_fulln']} R:#{int(thread['length'])-1}
+ +
+ + \ No newline at end of file diff --git a/cgi/templates/mobile/newest.html b/cgi/templates/mobile/newest.html new file mode 100644 index 0000000..37fd67f --- /dev/null +++ b/cgi/templates/mobile/newest.html @@ -0,0 +1,14 @@ + + +
+
Info
+ Bienvenido a Internet Móvil +
+
SeccionesHilos activosNuevos hilos
+
+ + #{thread['content']}
${thread['board_fulln']}
+ +
+ + \ No newline at end of file diff --git a/cgi/templates/mobile/threadlist.html b/cgi/templates/mobile/threadlist.html new file mode 100644 index 0000000..edb81eb --- /dev/null +++ b/cgi/templates/mobile/threadlist.html @@ -0,0 +1,43 @@ + + +
+
Home
+ #{board_name} +
+ +
PortadaListaCatálogoNuevo hilo
+ + + + +
PortadaListaCatálogoNuevo hilo
+ +
Orden:NormalNuevoViejoMásMenos
+
+ + + #{thread["subject"]}: #{thread['message']}#{" [...]" if thread['shortened'] else ""}
+ Última: #{thread['lastreply']['timestamp_formatted'] if thread['lastreply'] else thread['timestamp_formatted']} Respuestas: #{int(thread["length"])-1}
+ + +
+ +
PortadaListaCatálogoNuevo hilo
+ +
Orden:NormalNuevoViejoMásMenos
+
+ +
(#{int(thread["length"])-1}R) #{thread["subject"]}: #{thread['message']}#{" [...]" if thread['shortened'] else ""}
+
+ + + \ No newline at end of file diff --git a/cgi/templates/mobile/txt_newthread.html b/cgi/templates/mobile/txt_newthread.html new file mode 100644 index 0000000..b19d2fa --- /dev/null +++ b/cgi/templates/mobile/txt_newthread.html @@ -0,0 +1,35 @@ + + +
+
Home
+ #{board_name} +
+ +
PortadaTodos los hilosNuevo hilo
+ +
PortadaListaCatálogoNuevo hilo
+ +
+ +
+ + + + + + + + + +
+ + +
+ + +
+ +
Formatos permitidos: #{', '.join(supported_filetypes).upper()}
Tamaño máximo: #{maxsize} KB
+ + + \ No newline at end of file diff --git a/cgi/templates/mobile/txt_thread.html b/cgi/templates/mobile/txt_thread.html new file mode 100644 index 0000000..8a19a94 --- /dev/null +++ b/cgi/templates/mobile/txt_thread.html @@ -0,0 +1,74 @@ + + + + + + + 1000: ?> +
■ El hilo superó los 1000 mensajes y ha sido cerrado.
+ 950: ?> +
■ El hilo ha recibido más de 950 mensajes. Límite: 1000
+ 900: ?> +
■ El hilo ha recibido más de 900 mensajes. Límite: 1000
+ +
+

#{thread['subject']} (#{thread['length']})

+ + +

#{str(post['num']).zfill(4)} Eliminado por el usuario.

+ +

#{str(post['num']).zfill(4)} Eliminado por miembro del staff.

+ +
+

#{str(post['num']).zfill(4)} #{post['name']} #{post['tripcode']}

+
#{int(post['file_size'])//1024}KB #{post['file'].split(".")[1].upper()}
+
#{post['message']}
+

#{post['timestamp_formatted']}

+
+ + + +Ver nuevos posts + + + +
+ +
+ + + + +
+ + +
+ + +
+ +
+ + + + \ No newline at end of file diff --git a/cgi/templates/mobile/txt_threadlist.html b/cgi/templates/mobile/txt_threadlist.html new file mode 100644 index 0000000..5e3d133 --- /dev/null +++ b/cgi/templates/mobile/txt_threadlist.html @@ -0,0 +1,26 @@ + + +
+
Home
+ #{board_name} +
+ +
PortadaTodos los hilosNuevo hilo
+ +
PortadaTodos los hilosNuevo hilo
+ +
Orden:NormalNuevoViejoMásMenos
+ +
+ + + 10: ?> + #{thread['subject']}
Última: #{timestamps[i-1][1]} Respuestas: #{thread['length']}
+ + #{thread['subject']}
Última: #{timestamps[i-1][1]} Respuestas: #{thread['length']}
+ + + +
+ + \ No newline at end of file -- cgit v1.2.1-18-gbd029