From 9b039e42df4eefb7971a2cfa19bce260ab4ef08f Mon Sep 17 00:00:00 2001 From: junk Date: Sat, 27 Mar 2021 20:20:28 -0300 Subject: Arreglando diseño para móviles --- cgi/templates/mobile/base_top.html | 4 ++-- cgi/templates/mobile/board.html | 6 ++--- cgi/templates/mobile/latest.html | 2 +- cgi/templates/mobile/threadlist.html | 2 +- cgi/templates/mobile/txt_newthread.html | 2 +- cgi/templates/mobile/txt_thread.html | 2 +- cgi/templates/mobile/txt_threadlist.html | 2 +- cgi/templates/navbar.html | 4 ++-- cgi/templates/txt_board.html | 10 ++++---- cgi/templates/txt_thread.en.html | 1 - cgi/templates/txt_thread.html | 11 ++++----- cgi/templates/txt_threadlist.html | 41 ++++++++++++++++++++------------ 12 files changed, 48 insertions(+), 39 deletions(-) (limited to 'cgi') diff --git a/cgi/templates/mobile/base_top.html b/cgi/templates/mobile/base_top.html index 6a6c5bd..aa016a4 100644 --- a/cgi/templates/mobile/base_top.html +++ b/cgi/templates/mobile/base_top.html @@ -9,6 +9,6 @@ - - + + diff --git a/cgi/templates/mobile/board.html b/cgi/templates/mobile/board.html index 70b8461..8466c8f 100644 --- a/cgi/templates/mobile/board.html +++ b/cgi/templates/mobile/board.html @@ -1,13 +1,13 @@ - +
-

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

+

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

-

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

+

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

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

diff --git a/cgi/templates/mobile/latest.html b/cgi/templates/mobile/latest.html index 91c3514..50fae25 100644 --- a/cgi/templates/mobile/latest.html +++ b/cgi/templates/mobile/latest.html @@ -1,5 +1,5 @@ - +

Info
Bienvenido a Internet Móvil diff --git a/cgi/templates/mobile/threadlist.html b/cgi/templates/mobile/threadlist.html index edb81eb..4247ee9 100644 --- a/cgi/templates/mobile/threadlist.html +++ b/cgi/templates/mobile/threadlist.html @@ -1,5 +1,5 @@ - +

Home
#{board_name} diff --git a/cgi/templates/mobile/txt_newthread.html b/cgi/templates/mobile/txt_newthread.html index b19d2fa..aafcdfa 100644 --- a/cgi/templates/mobile/txt_newthread.html +++ b/cgi/templates/mobile/txt_newthread.html @@ -1,5 +1,5 @@ - +

Home
#{board_name} diff --git a/cgi/templates/mobile/txt_thread.html b/cgi/templates/mobile/txt_thread.html index 8a19a94..c9b58a8 100644 --- a/cgi/templates/mobile/txt_thread.html +++ b/cgi/templates/mobile/txt_thread.html @@ -1,5 +1,5 @@ - + diff --git a/cgi/templates/mobile/txt_threadlist.html b/cgi/templates/mobile/txt_threadlist.html index 5e3d133..57cad18 100644 --- a/cgi/templates/mobile/txt_threadlist.html +++ b/cgi/templates/mobile/txt_threadlist.html @@ -1,5 +1,5 @@ - +

Home
#{board_name} diff --git a/cgi/templates/navbar.html b/cgi/templates/navbar.html index e545776..e40e420 100644 --- a/cgi/templates/navbar.html +++ b/cgi/templates/navbar.html @@ -4,7 +4,7 @@ Música Humanidades Club VIP -World Lobby +World | Club DQN 二次元画像 @@ -12,4 +12,4 @@ Oekaki Cero | -Meta +Meta \ No newline at end of file diff --git a/cgi/templates/txt_board.html b/cgi/templates/txt_board.html index 63913ea..f819f05 100644 --- a/cgi/templates/txt_board.html +++ b/cgi/templates/txt_board.html @@ -46,9 +46,9 @@

[#{titer}:#{thread['length']}]#{thread['posts'][0]['subject']}

-

#{post['num']} Mensaje eliminado por el usuario.

+

#{post['num']} Mensaje eliminado por usuario.

-

#{post['num']} Mensaje eliminado por miembro del staff.

+

#{post['num']} Mensaje eliminado por staff.

#{post['num']} : @@ -66,7 +66,7 @@ : #{post['timestamp_formatted']}

-
${int(post['file_size'])//1024}KB ${post['file'].split(".")[1].upper()}
+ ${post['file']}-(${post['file_size']}B)
#{post['message']} @@ -81,7 +81,7 @@
- Nombre:  E-mail:  + Nombre: E-mail:

@@ -135,4 +135,4 @@
- + \ No newline at end of file diff --git a/cgi/templates/txt_thread.en.html b/cgi/templates/txt_thread.en.html index c820a78..b9215f7 100644 --- a/cgi/templates/txt_thread.en.html +++ b/cgi/templates/txt_thread.en.html @@ -1,6 +1,5 @@ -
diff --git a/cgi/templates/txt_thread.html b/cgi/templates/txt_thread.html index be257e6..55f5e82 100644 --- a/cgi/templates/txt_thread.html +++ b/cgi/templates/txt_thread.html @@ -1,6 +1,5 @@ -
@@ -28,9 +27,9 @@

#{thread['subject']} (${(str(thread['length'])+" respuestas") if thread['length']>1 else "Una respuesta"})

-

#{post['num']} : Mensaje eliminado por el usuario.

+

#{post['num']} : Mensaje eliminado por usuario.

-

#{post['num']} : Mensaje eliminado por miembro del staff.

+

#{post['num']} : Mensaje eliminado por staff.

@@ -53,7 +52,7 @@ : #{post['timestamp_formatted']} rep del -
${int(post['file_size'])//1024}KB ${post['file'].split(".")[1].upper()}
+ ${post['file']}-(${post['file_size']}B)
#{post['message']}
@@ -89,7 +88,7 @@
- Nombre:  E-mail: 
+ Nombre: E-mail:

@@ -106,4 +105,4 @@
- + \ No newline at end of file diff --git a/cgi/templates/txt_threadlist.html b/cgi/templates/txt_threadlist.html index 0d68abb..74df30e 100644 --- a/cgi/templates/txt_threadlist.html +++ b/cgi/templates/txt_threadlist.html @@ -1,28 +1,38 @@ - +
-

#{board_long}

+
+ +

#{board_long}

+ +
#{postarea_desc}
+ + +
+
+ +
#{postarea_extra}
+
@@ -39,27 +49,28 @@
+
Formulario de nuevo hilo
- +
- - + + - - + + - - + + - +
Asunto:Asunto:
Nombre:E-mail:Nombre:E-mail:
Mensaje:
Mensaje:
Archivo:
Archivo:
-
Trampa:
+
Trampa:
-- cgit v1.2.1-18-gbd029