From e85319f9e58c6ff3ed2d2d6f33596d8bb71a1f92 Mon Sep 17 00:00:00 2001
From: junk
Date: Sat, 8 May 2021 11:57:10 -0400
Subject: Cambiando home
---
cgi/templates/home.html | 30 +++++++++++++-----------------
cgi/templates/manage/news.html | 2 +-
cgi/templates/navbar.html | 2 +-
static/ico/nsa.png | Bin 0 -> 7790 bytes
static/ico/sweep.gif | Bin 0 -> 718 bytes
static/ico/toot.gif | Bin 0 -> 461 bytes
static/icons/comment_delete.png | Bin 548 -> 0 bytes
static/icons/cross.png | Bin 655 -> 0 bytes
static/icons/user_delete.png | Bin 767 -> 0 bytes
static/js/home.js | 2 +-
10 files changed, 16 insertions(+), 20 deletions(-)
create mode 100644 static/ico/nsa.png
create mode 100644 static/ico/sweep.gif
create mode 100644 static/ico/toot.gif
delete mode 100644 static/icons/comment_delete.png
delete mode 100644 static/icons/cross.png
delete mode 100644 static/icons/user_delete.png
diff --git a/cgi/templates/home.html b/cgi/templates/home.html
index 1bac4c5..bc37431 100644
--- a/cgi/templates/home.html
+++ b/cgi/templates/home.html
@@ -7,12 +7,10 @@
Bienvenido a Internet BBS/IB
-
-
-
-
-
-
+
+
+
+
diff --git a/cgi/templates/manage/news.html b/cgi/templates/manage/news.html
index feec2a5..30fd9b7 100644
--- a/cgi/templates/manage/news.html
+++ b/cgi/templates/manage/news.html
@@ -37,7 +37,7 @@
ID |
Fecha |
Título |
- ${"Noticia" if action != 2 else Tweet} |
+ ${"Noticia" if action != 2 else "Tweet"} |
|
diff --git a/cgi/templates/navbar.html b/cgi/templates/navbar.html
index e40e420..29e5276 100644
--- a/cgi/templates/navbar.html
+++ b/cgi/templates/navbar.html
@@ -8,7 +8,7 @@
|
Club DQN
二次元画像
-Naturaleza
+BaIAZ
Oekaki
Cero
|
diff --git a/static/ico/nsa.png b/static/ico/nsa.png
new file mode 100644
index 0000000..2320da6
Binary files /dev/null and b/static/ico/nsa.png differ
diff --git a/static/ico/sweep.gif b/static/ico/sweep.gif
new file mode 100644
index 0000000..a832175
Binary files /dev/null and b/static/ico/sweep.gif differ
diff --git a/static/ico/toot.gif b/static/ico/toot.gif
new file mode 100644
index 0000000..b75a98d
Binary files /dev/null and b/static/ico/toot.gif differ
diff --git a/static/icons/comment_delete.png b/static/icons/comment_delete.png
deleted file mode 100644
index 643fdbe..0000000
Binary files a/static/icons/comment_delete.png and /dev/null differ
diff --git a/static/icons/cross.png b/static/icons/cross.png
deleted file mode 100644
index 1514d51..0000000
Binary files a/static/icons/cross.png and /dev/null differ
diff --git a/static/icons/user_delete.png b/static/icons/user_delete.png
deleted file mode 100644
index acbb563..0000000
Binary files a/static/icons/user_delete.png and /dev/null differ
diff --git a/static/js/home.js b/static/js/home.js
index 0a90627..c8a2921 100644
--- a/static/js/home.js
+++ b/static/js/home.js
@@ -196,7 +196,7 @@ document.addEventListener("DOMContentLoaded", function() {
opcs = { style: "IB", auto: false, sound: false, last: 0 };
parse();
}
- set_stylesheet(opcs.style);
+ //set_stylesheet(opcs.style);
var css = document.getElementById("change_style").getElementsByTagName("a");
for (var j = 0; j < css.length; j++) {
--
cgit v1.2.1-18-gbd029