From 429433200998613b1c955034f8a90c6ca2864f4c Mon Sep 17 00:00:00 2001 From: bai Date: Fri, 29 Mar 2019 09:10:35 +0000 Subject: Agregados archivos faltantes --- cgi/templates/home.html | 106 +++++++++++++++++++++++++++++++++++++++++ cgi/templates/manage/home.html | 38 +++++++++++++++ cgi/templates/manage/news.html | 46 ++++++++++++++++++ cgi/templates/news.html | 40 ++++++++++++++++ 4 files changed, 230 insertions(+) create mode 100644 cgi/templates/home.html create mode 100644 cgi/templates/manage/home.html create mode 100644 cgi/templates/manage/news.html create mode 100644 cgi/templates/news.html (limited to 'cgi/templates') diff --git a/cgi/templates/home.html b/cgi/templates/home.html new file mode 100644 index 0000000..4e1f217 --- /dev/null +++ b/cgi/templates/home.html @@ -0,0 +1,106 @@ + + + + + + + Bienvenido a Internet BBS/IB + + + + + + + + + + + + + + + + + + + + + + +
+ +

#{header}

+ #{slogan} +
+

Secciones

+
+ +
+

Conversación

+ Club VIP + World Lobby +
+ +
+

Área 51

+ Meta + 0 +
+
+
+ +
+ Estilo: + Vintage + BBS + IB + Retro · + Frames · + BaI TV · + Estadísticas +
+
+

Hilos activos

+ +
+
Actualizar + + + RSS
+
+

Blotter

+
+ +
${article['timestamp_formatted']}
#{article['message']}
+ +
+
+

Hilos nuevos

+ +
+ + + \ No newline at end of file diff --git a/cgi/templates/manage/home.html b/cgi/templates/manage/home.html new file mode 100644 index 0000000..52a206d --- /dev/null +++ b/cgi/templates/manage/home.html @@ -0,0 +1,38 @@ + + +
+
Opciones de home
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Título del sitio
Eslogan
Noticias a mostrar
Hilos a mostrar
Largo de hilos
Modo mantención
+
+
+ +
+
+
+ diff --git a/cgi/templates/manage/news.html b/cgi/templates/manage/news.html new file mode 100644 index 0000000..33b8f49 --- /dev/null +++ b/cgi/templates/manage/news.html @@ -0,0 +1,46 @@ + + + +
+ +
Publicar noticia
+
+ +
Twitter
+ + +
Publicar mensaje entre staff
+ + + + + + + + + +
Anónimo
Título
Cuerpo

HTML: Usar
con cuidado
+
+ +
+ + + + + + + + + + + + + + + + +
IDFechaTítuloMensajeTweet
#{post['id']}#{post['timestamp_formatted']}#{post['title']}#{post['message']}[Eliminar]
+ +
+
+ diff --git a/cgi/templates/news.html b/cgi/templates/news.html new file mode 100644 index 0000000..a3e46c2 --- /dev/null +++ b/cgi/templates/news.html @@ -0,0 +1,40 @@ + + + +#{header} + + + + + + +
+
+ + #{header}
+ #{slogan} +
+
+

Noticias

+Volver +
+ +
+ +

# ${post['title']}

+

${post['name']} : ${post['timestamp_formatted']}

+

#{post['message']}

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