summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-03-26 11:22:43 +0000
committerSadie Powell <sadie@witchery.services>2024-03-26 11:22:43 +0000
commit33be5de66ec9aaae870f8accf99915d595a58cc8 (patch)
tree868df238023a048370ad7e8a869bdeb11dfda136
parent4399eeaa587e5cb4c4f3b7a6a3a79390e32b7b78 (diff)
Flatten the webcpanel hierarchy slightly.
-rw-r--r--modules/webcpanel/CMakeLists.txt4
-rw-r--r--modules/webcpanel/templates/chanserv/access.html (renamed from modules/webcpanel/templates/default/chanserv/access.html)0
-rw-r--r--modules/webcpanel/templates/chanserv/akick.html (renamed from modules/webcpanel/templates/default/chanserv/akick.html)0
-rw-r--r--modules/webcpanel/templates/chanserv/chanlist.html (renamed from modules/webcpanel/templates/default/chanserv/chanlist.html)0
-rw-r--r--modules/webcpanel/templates/chanserv/drop.html (renamed from modules/webcpanel/templates/default/chanserv/drop.html)0
-rw-r--r--modules/webcpanel/templates/chanserv/main.html (renamed from modules/webcpanel/templates/default/chanserv/main.html)0
-rw-r--r--modules/webcpanel/templates/chanserv/modes.html (renamed from modules/webcpanel/templates/default/chanserv/modes.html)0
-rw-r--r--modules/webcpanel/templates/chanserv/set.html (renamed from modules/webcpanel/templates/default/chanserv/set.html)0
-rw-r--r--modules/webcpanel/templates/confirm.html (renamed from modules/webcpanel/templates/default/confirm.html)0
-rw-r--r--modules/webcpanel/templates/cubes.png (renamed from modules/webcpanel/templates/default/cubes.png)bin723 -> 723 bytes
-rw-r--r--modules/webcpanel/templates/favicon.ico (renamed from modules/webcpanel/templates/default/favicon.ico)bin3774 -> 3774 bytes
-rw-r--r--modules/webcpanel/templates/footer.html (renamed from modules/webcpanel/templates/default/footer.html)0
-rw-r--r--modules/webcpanel/templates/header.html (renamed from modules/webcpanel/templates/default/header.html)0
-rw-r--r--modules/webcpanel/templates/hostserv/request.html (renamed from modules/webcpanel/templates/default/hostserv/request.html)0
-rw-r--r--modules/webcpanel/templates/login.html (renamed from modules/webcpanel/templates/default/login.html)0
-rw-r--r--modules/webcpanel/templates/logo.png (renamed from modules/webcpanel/templates/default/logo.png)bin19247 -> 19247 bytes
-rw-r--r--modules/webcpanel/templates/memoserv/memos.html (renamed from modules/webcpanel/templates/default/memoserv/memos.html)0
-rw-r--r--modules/webcpanel/templates/nickserv/alist.html (renamed from modules/webcpanel/templates/default/nickserv/alist.html)0
-rw-r--r--modules/webcpanel/templates/nickserv/cert.html (renamed from modules/webcpanel/templates/default/nickserv/cert.html)0
-rw-r--r--modules/webcpanel/templates/nickserv/confirm.html (renamed from modules/webcpanel/templates/default/nickserv/confirm.html)0
-rw-r--r--modules/webcpanel/templates/nickserv/info.html (renamed from modules/webcpanel/templates/default/nickserv/info.html)0
-rw-r--r--modules/webcpanel/templates/operserv/akill.html (renamed from modules/webcpanel/templates/default/operserv/akill.html)0
-rw-r--r--modules/webcpanel/templates/register.html (renamed from modules/webcpanel/templates/default/register.html)0
-rw-r--r--modules/webcpanel/templates/style.css (renamed from modules/webcpanel/templates/default/style.css)0
24 files changed, 2 insertions, 2 deletions
diff --git a/modules/webcpanel/CMakeLists.txt b/modules/webcpanel/CMakeLists.txt
index 22a9ffc3b..0770fddb7 100644
--- a/modules/webcpanel/CMakeLists.txt
+++ b/modules/webcpanel/CMakeLists.txt
@@ -1,5 +1,5 @@
build_subdir(${CMAKE_CURRENT_SOURCE_DIR})
-install(DIRECTORY templates
- DESTINATION "${DB_DIR}/webcpanel"
+install(DIRECTORY "templates/"
+ DESTINATION "${DB_DIR}/webcpanel/templates/default"
)
diff --git a/modules/webcpanel/templates/default/chanserv/access.html b/modules/webcpanel/templates/chanserv/access.html
index c50434f8a..c50434f8a 100644
--- a/modules/webcpanel/templates/default/chanserv/access.html
+++ b/modules/webcpanel/templates/chanserv/access.html
diff --git a/modules/webcpanel/templates/default/chanserv/akick.html b/modules/webcpanel/templates/chanserv/akick.html
index ddfea546c..ddfea546c 100644
--- a/modules/webcpanel/templates/default/chanserv/akick.html
+++ b/modules/webcpanel/templates/chanserv/akick.html
diff --git a/modules/webcpanel/templates/default/chanserv/chanlist.html b/modules/webcpanel/templates/chanserv/chanlist.html
index 8f00f02ac..8f00f02ac 100644
--- a/modules/webcpanel/templates/default/chanserv/chanlist.html
+++ b/modules/webcpanel/templates/chanserv/chanlist.html
diff --git a/modules/webcpanel/templates/default/chanserv/drop.html b/modules/webcpanel/templates/chanserv/drop.html
index c28eb051a..c28eb051a 100644
--- a/modules/webcpanel/templates/default/chanserv/drop.html
+++ b/modules/webcpanel/templates/chanserv/drop.html
diff --git a/modules/webcpanel/templates/default/chanserv/main.html b/modules/webcpanel/templates/chanserv/main.html
index e77626f31..e77626f31 100644
--- a/modules/webcpanel/templates/default/chanserv/main.html
+++ b/modules/webcpanel/templates/chanserv/main.html
diff --git a/modules/webcpanel/templates/default/chanserv/modes.html b/modules/webcpanel/templates/chanserv/modes.html
index 3c7fe7ab3..3c7fe7ab3 100644
--- a/modules/webcpanel/templates/default/chanserv/modes.html
+++ b/modules/webcpanel/templates/chanserv/modes.html
diff --git a/modules/webcpanel/templates/default/chanserv/set.html b/modules/webcpanel/templates/chanserv/set.html
index bc785c567..bc785c567 100644
--- a/modules/webcpanel/templates/default/chanserv/set.html
+++ b/modules/webcpanel/templates/chanserv/set.html
diff --git a/modules/webcpanel/templates/default/confirm.html b/modules/webcpanel/templates/confirm.html
index 3ef3bf52d..3ef3bf52d 100644
--- a/modules/webcpanel/templates/default/confirm.html
+++ b/modules/webcpanel/templates/confirm.html
diff --git a/modules/webcpanel/templates/default/cubes.png b/modules/webcpanel/templates/cubes.png
index d75208db7..d75208db7 100644
--- a/modules/webcpanel/templates/default/cubes.png
+++ b/modules/webcpanel/templates/cubes.png
Binary files differ
diff --git a/modules/webcpanel/templates/default/favicon.ico b/modules/webcpanel/templates/favicon.ico
index be735614a..be735614a 100644
--- a/modules/webcpanel/templates/default/favicon.ico
+++ b/modules/webcpanel/templates/favicon.ico
Binary files differ
diff --git a/modules/webcpanel/templates/default/footer.html b/modules/webcpanel/templates/footer.html
index 9fc3e5845..9fc3e5845 100644
--- a/modules/webcpanel/templates/default/footer.html
+++ b/modules/webcpanel/templates/footer.html
diff --git a/modules/webcpanel/templates/default/header.html b/modules/webcpanel/templates/header.html
index 0ccf477c5..0ccf477c5 100644
--- a/modules/webcpanel/templates/default/header.html
+++ b/modules/webcpanel/templates/header.html
diff --git a/modules/webcpanel/templates/default/hostserv/request.html b/modules/webcpanel/templates/hostserv/request.html
index f557244d1..f557244d1 100644
--- a/modules/webcpanel/templates/default/hostserv/request.html
+++ b/modules/webcpanel/templates/hostserv/request.html
diff --git a/modules/webcpanel/templates/default/login.html b/modules/webcpanel/templates/login.html
index 864d74897..864d74897 100644
--- a/modules/webcpanel/templates/default/login.html
+++ b/modules/webcpanel/templates/login.html
diff --git a/modules/webcpanel/templates/default/logo.png b/modules/webcpanel/templates/logo.png
index f7c2ff92a..f7c2ff92a 100644
--- a/modules/webcpanel/templates/default/logo.png
+++ b/modules/webcpanel/templates/logo.png
Binary files differ
diff --git a/modules/webcpanel/templates/default/memoserv/memos.html b/modules/webcpanel/templates/memoserv/memos.html
index b3b54d948..b3b54d948 100644
--- a/modules/webcpanel/templates/default/memoserv/memos.html
+++ b/modules/webcpanel/templates/memoserv/memos.html
diff --git a/modules/webcpanel/templates/default/nickserv/alist.html b/modules/webcpanel/templates/nickserv/alist.html
index f3b2e0124..f3b2e0124 100644
--- a/modules/webcpanel/templates/default/nickserv/alist.html
+++ b/modules/webcpanel/templates/nickserv/alist.html
diff --git a/modules/webcpanel/templates/default/nickserv/cert.html b/modules/webcpanel/templates/nickserv/cert.html
index 6d41a44b4..6d41a44b4 100644
--- a/modules/webcpanel/templates/default/nickserv/cert.html
+++ b/modules/webcpanel/templates/nickserv/cert.html
diff --git a/modules/webcpanel/templates/default/nickserv/confirm.html b/modules/webcpanel/templates/nickserv/confirm.html
index 66dbe34df..66dbe34df 100644
--- a/modules/webcpanel/templates/default/nickserv/confirm.html
+++ b/modules/webcpanel/templates/nickserv/confirm.html
diff --git a/modules/webcpanel/templates/default/nickserv/info.html b/modules/webcpanel/templates/nickserv/info.html
index 676e6cf76..676e6cf76 100644
--- a/modules/webcpanel/templates/default/nickserv/info.html
+++ b/modules/webcpanel/templates/nickserv/info.html
diff --git a/modules/webcpanel/templates/default/operserv/akill.html b/modules/webcpanel/templates/operserv/akill.html
index ffc73f8e4..ffc73f8e4 100644
--- a/modules/webcpanel/templates/default/operserv/akill.html
+++ b/modules/webcpanel/templates/operserv/akill.html
diff --git a/modules/webcpanel/templates/default/register.html b/modules/webcpanel/templates/register.html
index e71d763f6..e71d763f6 100644
--- a/modules/webcpanel/templates/default/register.html
+++ b/modules/webcpanel/templates/register.html
diff --git a/modules/webcpanel/templates/default/style.css b/modules/webcpanel/templates/style.css
index e425c3d8c..e425c3d8c 100644
--- a/modules/webcpanel/templates/default/style.css
+++ b/modules/webcpanel/templates/style.css