From 95dfe14528663923ca2a88ec928f1d8d9df2402b Mon Sep 17 00:00:00 2001 From: bai Date: Fri, 29 Mar 2019 02:14:43 +0000 Subject: Init --- cgi/templates/manage/addboard.html | 21 ++++ cgi/templates/manage/bans.html | 92 +++++++++++++++ cgi/templates/manage/boardoptions.html | 195 +++++++++++++++++++++++++++++++ cgi/templates/manage/changepassword.html | 24 ++++ cgi/templates/manage/delete.html | 23 ++++ cgi/templates/manage/filters.html | 119 +++++++++++++++++++ cgi/templates/manage/ipdelete.html | 24 ++++ cgi/templates/manage/ipshow.html | 73 ++++++++++++ cgi/templates/manage/lockboard.html | 20 ++++ cgi/templates/manage/login.html | 21 ++++ cgi/templates/manage/logs.html | 17 +++ cgi/templates/manage/manage.html | 22 ++++ cgi/templates/manage/menu.html | 30 +++++ cgi/templates/manage/message.html | 8 ++ cgi/templates/manage/mod.html | 96 +++++++++++++++ cgi/templates/manage/move.html | 60 ++++++++++ cgi/templates/manage/quotes.html | 12 ++ cgi/templates/manage/rebuild.html | 20 ++++ cgi/templates/manage/recent_images.html | 24 ++++ cgi/templates/manage/recyclebin.html | 72 ++++++++++++ cgi/templates/manage/reports.html | 58 +++++++++ cgi/templates/manage/search.html | 27 +++++ cgi/templates/manage/staff.html | 63 ++++++++++ 23 files changed, 1121 insertions(+) create mode 100644 cgi/templates/manage/addboard.html create mode 100644 cgi/templates/manage/bans.html create mode 100644 cgi/templates/manage/boardoptions.html create mode 100644 cgi/templates/manage/changepassword.html create mode 100644 cgi/templates/manage/delete.html create mode 100644 cgi/templates/manage/filters.html create mode 100644 cgi/templates/manage/ipdelete.html create mode 100644 cgi/templates/manage/ipshow.html create mode 100644 cgi/templates/manage/lockboard.html create mode 100644 cgi/templates/manage/login.html create mode 100644 cgi/templates/manage/logs.html create mode 100644 cgi/templates/manage/manage.html create mode 100644 cgi/templates/manage/menu.html create mode 100644 cgi/templates/manage/message.html create mode 100644 cgi/templates/manage/mod.html create mode 100644 cgi/templates/manage/move.html create mode 100644 cgi/templates/manage/quotes.html create mode 100644 cgi/templates/manage/rebuild.html create mode 100644 cgi/templates/manage/recent_images.html create mode 100644 cgi/templates/manage/recyclebin.html create mode 100644 cgi/templates/manage/reports.html create mode 100644 cgi/templates/manage/search.html create mode 100644 cgi/templates/manage/staff.html (limited to 'cgi/templates/manage') diff --git a/cgi/templates/manage/addboard.html b/cgi/templates/manage/addboard.html new file mode 100644 index 0000000..71b3c31 --- /dev/null +++ b/cgi/templates/manage/addboard.html @@ -0,0 +1,21 @@ + + +
+
Nuevo board
+
+ + + + + + + + + + + +
Directorio
Nombre
+
+
+
+ \ No newline at end of file diff --git a/cgi/templates/manage/bans.html b/cgi/templates/manage/bans.html new file mode 100644 index 0000000..81e0f71 --- /dev/null +++ b/cgi/templates/manage/bans.html @@ -0,0 +1,92 @@ + + + +
+
Bans
+ +
+ + + + + + +
Dirección IP
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Dirección IPMáscara de redBoardsAgregadoExpiraCiegoPuesto porRazónNotaAcción
${ban['ip']}${ban['netmask']}${ban['boards']}${ban['added']}${ban['until']}${ban['blind']}${ban['staff']}${ban['reason']}${ban['note']} + [Ver posts] + [Editar] + [Eliminar] +
+ +
+ + + + + + + + + + + + + + + +
IP
Máscara de red
Board(s) +
+ +
+ + 0: ?> + + +
Mensaje
Nota para staff
Ciego
Expira en (segundos) +
+
+ Nunca + 1h + 6h + 12h + 1d + 3d + 1w + 30d + 1y +
+
+
+ +
+
+ \ No newline at end of file diff --git a/cgi/templates/manage/boardoptions.html b/cgi/templates/manage/boardoptions.html new file mode 100644 index 0000000..436b036 --- /dev/null +++ b/cgi/templates/manage/boardoptions.html @@ -0,0 +1,195 @@ + + + +
+
Opciones de Board
+ + + + + + +
SecciónAccion
/#{board['dir']}/#{board['name']}[Configurar]
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ID
Directorio
Nombre
Nombre largo
Sub-nombre
Tipo + +
Descripción / Reglas + + +
Caja extra
Forzar CSS ("" = default)
Nombre por defecto
Título por defecto
Mensaje por defecto
ID + +
Slip + +
Código de país + +
Desactivar nombre
Desactivar asunto
Papelera de reciclaje
Cerrado
Secreto
Permitir spoilers
Permitir oekaki
Permitir crear hilos sin imagen
Permitir subida
Tipos de archivo + +
+ +
Tamaño máximo (KB)
Dimensión de miniatura (px)
Hilos en página frontal
Respuestas a mostrar
Máximo de líneas (frontal)
Edad máxima de un hilo (días; 0 = desactivar)
Inactividad máxima de un hilo (días; 0 = desactivar)
Archivar hilos
Espera para crear nuevo hilo (segundos)
Espera entre respuestas (segundos)
+
+
+ +
+ +
+
+ \ No newline at end of file diff --git a/cgi/templates/manage/changepassword.html b/cgi/templates/manage/changepassword.html new file mode 100644 index 0000000..977c772 --- /dev/null +++ b/cgi/templates/manage/changepassword.html @@ -0,0 +1,24 @@ + + +
+
Cambiar contraseña
+
+ + + + + + + + + + + + + + +
Clave actual
Nueva clave
Confirmar nueva clave
+
+
+
+ diff --git a/cgi/templates/manage/delete.html b/cgi/templates/manage/delete.html new file mode 100644 index 0000000..78c1c5e --- /dev/null +++ b/cgi/templates/manage/delete.html @@ -0,0 +1,23 @@ + + +
+
Eliminar Post
+
+ + + +

+ Post #${postid} de /${curboard}/
+
+
+
+ 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/filters.html b/cgi/templates/manage/filters.html new file mode 100644 index 0000000..188a741 --- /dev/null +++ b/cgi/templates/manage/filters.html @@ -0,0 +1,119 @@ + + + +
+
Filtros
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
IDBoardsTipoAcciónMensajeModificadoPorAcción
#{filter['id']}${filter['boards']}#{filter['type_formatted']}#{filter['action_formatted']}${filter['reason']}${filter['added']}${filter['staff']}[Editar]
+ [Eliminar]
+
+ +
+ +
+ + + + + + + + + + + + + + + + +
Tipo de filtro
Regex:
Nombre: (regex)
Tripcode: (incluir separador)
+
+
+
Aplicar a
+
+ +
+ +
+ +
+
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Acción
Expira en: (segundos)
Preset: + Nunca + 1h + 6h + 12h + 1d + 3d + 1w + 30d + 1y +
Tardar: (segundos)
+
+ + + +
Mensaje a mostrar
+
+ +
+ +
+
+ diff --git a/cgi/templates/manage/ipdelete.html b/cgi/templates/manage/ipdelete.html new file mode 100644 index 0000000..71c043a --- /dev/null +++ b/cgi/templates/manage/ipdelete.html @@ -0,0 +1,24 @@ + + +
+
Eliminar por IP
+
+ + + + + + + + + + +
Board(s) +
+ +
+ +
Dirección IP
+
+

+ diff --git a/cgi/templates/manage/ipshow.html b/cgi/templates/manage/ipshow.html new file mode 100644 index 0000000..6937a0e --- /dev/null +++ b/cgi/templates/manage/ipshow.html @@ -0,0 +1,73 @@ + + +
+
Mostrar por IP
+ +
+ + + +
Dirección IP
+
+ + + +
+ Hostname: #{host if host else "Desconocido"} [#{country if country else "??"}]#{" (Nodo Tor)" if tor else ""}
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SecciónPadreIDFechaNombreAsuntoMensajeArchivoAcción
#{post['dir']}#{post['parentid']}#{post['id']}#{post['timestamp_formatted']}#{post['name']} #{post['tripcode']}#{post['name']}#{post['subject']}#{post['message']} + + Eliminar + + Rec + [1] + + Rec + [2] + +
+
+ + Error: No hay posts

+ + [Volver al panel] + +
+
+ \ No newline at end of file diff --git a/cgi/templates/manage/lockboard.html b/cgi/templates/manage/lockboard.html new file mode 100644 index 0000000..cebf061 --- /dev/null +++ b/cgi/templates/manage/lockboard.html @@ -0,0 +1,20 @@ + + +
+
Cerrar o abrir board
+ + + + + + + + + + + + +
SecciónAcción
/#{board['dir']}/#{board['name']}[Cerrar][Abrir]
+
+
+ diff --git a/cgi/templates/manage/login.html b/cgi/templates/manage/login.html new file mode 100644 index 0000000..7ce47a1 --- /dev/null +++ b/cgi/templates/manage/login.html @@ -0,0 +1,21 @@ + +
+ #{page} +
+ + + + + + + + + + + + +
Usuario
Contraseña
+
+
+
+ \ No newline at end of file diff --git a/cgi/templates/manage/logs.html b/cgi/templates/manage/logs.html new file mode 100644 index 0000000..e11780a --- /dev/null +++ b/cgi/templates/manage/logs.html @@ -0,0 +1,17 @@ + + +
+
Registro
+ + + + + + + + + +
FechaStaffAcción
${log['timestamp_formatted']}${log['staff']}${log['action']}
+
+
+ \ No newline at end of file diff --git a/cgi/templates/manage/manage.html b/cgi/templates/manage/manage.html new file mode 100644 index 0000000..06b1737 --- /dev/null +++ b/cgi/templates/manage/manage.html @@ -0,0 +1,22 @@ + + +
+
BANDEJA DE ENTRADA +
+ Denuncias: + 0: ?> + #{reports} + + 0 +
+
+ NOTICIAS DEL STAFF +
+
+ +
#{post['title'] if post['title'] else "Sin asunto"}
#{post['id']} : ${post['name']} : ${post['timestamp_formatted']}
+
#{post['message']}
+ +
+
+ \ No newline at end of file diff --git a/cgi/templates/manage/menu.html b/cgi/templates/manage/menu.html new file mode 100644 index 0000000..d6ffd5e --- /dev/null +++ b/cgi/templates/manage/menu.html @@ -0,0 +1,30 @@ + + + + +
¡Bienvenido, #{username}! ¡Eres +Accionista +Accionista +Developer +Moderador + de #{site_title}!
+
+ + + + + + + + + + + + + + + +
Principal:- Inicio - Cambiar contraseña - News Channel - Correo - Cerrar sesión -
Posts:- Modbrowse - Ver por IP - Papelera de reciclaje - Imágenes recientes -
Moderación:- Denuncias - Eliminar por IP - Lista de bans - Mover hilo - Filtros - Frases -
Administración:- Reconstruir - Noticias - Twitter - Opciones de board - Agregar board - Cerrar board -
Staff:- Miembros - Registro de acciones -
+
+ \ No newline at end of file diff --git a/cgi/templates/manage/message.html b/cgi/templates/manage/message.html new file mode 100644 index 0000000..6c53ecc --- /dev/null +++ b/cgi/templates/manage/message.html @@ -0,0 +1,8 @@ + + +
+
#{title if title else "Mensaje"}
+

#{message}

+
+
+ \ No newline at end of file diff --git a/cgi/templates/manage/mod.html b/cgi/templates/manage/mod.html new file mode 100644 index 0000000..ddc688f --- /dev/null +++ b/cgi/templates/manage/mod.html @@ -0,0 +1,96 @@ + + +
+
Modbrowse
+ + + + + + +
SecciónAcción
/#{board['dir']}/#{board['name']}[Navegar]
+ + + + + + + + + + + + + + + + + + + + + + + + +
#IDAsuntoFechaMensajeResp.Acciones
#{i}#{thread['id']}#{thread['subject']}#{thread['timestamp_formatted'][:21]}${thread['message'][:200]}#{thread['length']} + L#{"-" if thread['locked'] == "1" else "+"} + PS#{"-" if thread['locked'] == "2" else "+"} + M + D + & + B +
+
+[Volver] + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Hilo: ${posts[0]['subject']} (#{posts[0]['length']})
#{"Abrir hilo" if posts[0]['locked'] == "1" else "Cerrar hilo"} / +#{"Quitar permasage" if posts[0]['locked'] == "2" else "Permasage"} / +Mover hilo
#IDFechaNombreMensajeArchivoIPAcción
#{i}#{p['id']}${p['timestamp_formatted']}${p['name']}${p['message']} + + #{p['ip']} + + Eliminar + & + Ban + + Recuperar + [1] + + Recuperar + [2] + +
+
+[Volver al panel] + +
+
+ \ No newline at end of file diff --git a/cgi/templates/manage/move.html b/cgi/templates/manage/move.html new file mode 100644 index 0000000..8fcc1e9 --- /dev/null +++ b/cgi/templates/manage/move.html @@ -0,0 +1,60 @@ + + +
+
Mover hilo
+ +
+ + + + + + + + + + + + + + + + + + + + + +
Board actual + + + + + +
ID de hilo + + + + + +
Mover a + +
Insertar mensaje + +
+
+
+
+ \ No newline at end of file diff --git a/cgi/templates/manage/quotes.html b/cgi/templates/manage/quotes.html new file mode 100644 index 0000000..d30a403 --- /dev/null +++ b/cgi/templates/manage/quotes.html @@ -0,0 +1,12 @@ + + +
+
Quotes
+

Ingresa un mensaje a mostrar por cada linea:

+
+
+ +
+
+
+ diff --git a/cgi/templates/manage/rebuild.html b/cgi/templates/manage/rebuild.html new file mode 100644 index 0000000..3afc057 --- /dev/null +++ b/cgi/templates/manage/rebuild.html @@ -0,0 +1,20 @@ + + +
+
Reconstruir board
+ + + + + + + + + + + + +
SecciónAcción
Home[Reconstruir]
Noticias[Reconstruir]
Índices de archivos[Reconstruir]
.htaccess[Reconstruir]
/#{board['dir']}/#{board['name']}[Reconstruir frontales][Reconstruir todo]
+
+
+ diff --git a/cgi/templates/manage/recent_images.html b/cgi/templates/manage/recent_images.html new file mode 100644 index 0000000..39f919c --- /dev/null +++ b/cgi/templates/manage/recent_images.html @@ -0,0 +1,24 @@ + + + +
+
Imágenes recientes
+
+ + + +
Número a mostrar
+
+
+
+ + + + + + + +
+
+
+ \ No newline at end of file diff --git a/cgi/templates/manage/recyclebin.html b/cgi/templates/manage/recyclebin.html new file mode 100644 index 0000000..b413c9c --- /dev/null +++ b/cgi/templates/manage/recyclebin.html @@ -0,0 +1,72 @@ + + + +
+
Papelera de Reciclaje
+
+ + + + + + + + + +
Eliminado por + + + +
Board + +
+
+
+ +${message} +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IDTimestampBoardTipoIPMensaje
X
R
#{post['id']}${post['timestamp_formatted']}${post['dir']}${post['IS_DELETED']}${post['ip']}#{post['message']}
+
+
+
#{navigator}
+ + No hay posts. + +
+
+ diff --git a/cgi/templates/manage/reports.html b/cgi/templates/manage/reports.html new file mode 100644 index 0000000..f47ec38 --- /dev/null +++ b/cgi/templates/manage/reports.html @@ -0,0 +1,58 @@ + + + +
+
Reportes
+ +${message} + +
+ + + + + +
Board + +
+
+ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
FechaPostIP PostRazónIP Denuncia
X ${report['timestamp_formatted']}${report['link']}${report['ip']}${report['reason']}${report['reporterip']}
+
+
+
+ diff --git a/cgi/templates/manage/search.html b/cgi/templates/manage/search.html new file mode 100644 index 0000000..6c2ec6f --- /dev/null +++ b/cgi/templates/manage/search.html @@ -0,0 +1,27 @@ + + +
+
Registro de búsqueda
+ + + + + + + + + + + + + + + + + + + +
IDFechaBúsquedaEnResultadosPor
${log['id']}${log['timestamp_formatted']}${log['keyword']}${"[A] " if log['archive'] else ""}${"Global" if log["ita"] == "" else log["ita"]}${log['res']}${log['ip']}
+
+
+ \ No newline at end of file diff --git a/cgi/templates/manage/staff.html b/cgi/templates/manage/staff.html new file mode 100644 index 0000000..787a843 --- /dev/null +++ b/cgi/templates/manage/staff.html @@ -0,0 +1,63 @@ + + + +
+
Staff
+ + + + + + + + + + + + + + + + + + + + + +
IDNombreNivelÚltima actividadAcciones
${member['id']}${member['username']}${member['rights']}${member['lastactive']} + [Editar] + [Eliminar] +
+ +
+ + + + + + + + + + + + + + + + + + +
Nombre
Contraseña
Nivel + +
+
+ +
+
+ \ No newline at end of file -- cgit v1.2.1-18-gbd029