diff --git a/modules/webcpanel/templates/chanserv/access.html b/modules/webcpanel/templates/chanserv/access.html index c50434f8a..322f665c5 100644 --- a/modules/webcpanel/templates/chanserv/access.html +++ b/modules/webcpanel/templates/chanserv/access.html @@ -1,4 +1,4 @@ -{INCLUDE header.html} +{INCLUDE layout/header.loggedin.html} {INCLUDE chanserv/chanlist.html}
Access List
@@ -74,4 +74,4 @@ {END IF} {END IF}
-{INCLUDE footer.html} +{INCLUDE layout/footer.loggedin.html} diff --git a/modules/webcpanel/templates/chanserv/akick.html b/modules/webcpanel/templates/chanserv/akick.html index ddfea546c..de1bc280c 100644 --- a/modules/webcpanel/templates/chanserv/akick.html +++ b/modules/webcpanel/templates/chanserv/akick.html @@ -1,4 +1,4 @@ -{INCLUDE header.html} +{INCLUDE layout/header.loggedin.html} {INCLUDE chanserv/chanlist.html}
Akick List
@@ -58,4 +58,4 @@ {END IF}
-{INCLUDE footer.html} +{INCLUDE layout/footer.loggedin.html} diff --git a/modules/webcpanel/templates/chanserv/drop.html b/modules/webcpanel/templates/chanserv/drop.html index c28eb051a..3a160dbb1 100644 --- a/modules/webcpanel/templates/chanserv/drop.html +++ b/modules/webcpanel/templates/chanserv/drop.html @@ -1,4 +1,4 @@ -{INCLUDE header.html} +{INCLUDE layout/header.loggedin.html} {INCLUDE chanserv/chanlist.html}
Channels you can drop
@@ -29,4 +29,4 @@
{END IF} -{INCLUDE footer.html} \ No newline at end of file +{INCLUDE layout/footer.loggedin.html} diff --git a/modules/webcpanel/templates/chanserv/main.html b/modules/webcpanel/templates/chanserv/main.html index e77626f31..6bfd05983 100644 --- a/modules/webcpanel/templates/chanserv/main.html +++ b/modules/webcpanel/templates/chanserv/main.html @@ -1,3 +1,3 @@ -{INCLUDE header.html} +{INCLUDE layout/header.loggedin.html} {INCLUDE chanserv/chanlist.html} -{INCLUDE footer.html} +{INCLUDE layout/footer.loggedin.html} diff --git a/modules/webcpanel/templates/chanserv/modes.html b/modules/webcpanel/templates/chanserv/modes.html index 3c7fe7ab3..b086e60c7 100644 --- a/modules/webcpanel/templates/chanserv/modes.html +++ b/modules/webcpanel/templates/chanserv/modes.html @@ -1,4 +1,4 @@ -{INCLUDE header.html} +{INCLUDE layout/header.loggedin.html} {INCLUDE chanserv/chanlist.html}
Channel Mode List
@@ -53,4 +53,4 @@ {END IF}
-{INCLUDE footer.html} +{INCLUDE layout/footer.loggedin.html} diff --git a/modules/webcpanel/templates/chanserv/set.html b/modules/webcpanel/templates/chanserv/set.html index bc785c567..3c63294ac 100644 --- a/modules/webcpanel/templates/chanserv/set.html +++ b/modules/webcpanel/templates/chanserv/set.html @@ -1,4 +1,4 @@ -{INCLUDE header.html} +{INCLUDE layout/header.loggedin.html} {INCLUDE chanserv/chanlist.html}
Channel Information
@@ -86,4 +86,4 @@ {END IF} {END IF}
-{INCLUDE footer.html} +{INCLUDE layout/footer.loggedin.html} diff --git a/modules/webcpanel/templates/confirm.html b/modules/webcpanel/templates/confirm.html index 3ef3bf52d..4b5f08c67 100644 --- a/modules/webcpanel/templates/confirm.html +++ b/modules/webcpanel/templates/confirm.html @@ -1,19 +1,4 @@ - - - - - - - - - - - - - {TITLE} - - -
+{INCLUDE layout/header.html}
- -
-
-
- -
-
-
- - - - - +{INCLUDE layout/footer.html} diff --git a/modules/webcpanel/templates/footer.html b/modules/webcpanel/templates/footer.html deleted file mode 100644 index 9fc3e5845..000000000 --- a/modules/webcpanel/templates/footer.html +++ /dev/null @@ -1,14 +0,0 @@ -
- - - -
-
- -
-
- - - diff --git a/modules/webcpanel/templates/hostserv/request.html b/modules/webcpanel/templates/hostserv/request.html index f557244d1..7bc087a6d 100644 --- a/modules/webcpanel/templates/hostserv/request.html +++ b/modules/webcpanel/templates/hostserv/request.html @@ -1,4 +1,4 @@ -{INCLUDE header.html} +{INCLUDE layout/header.loggedin.html}
vHost Information
{FOR M IN MESSAGES} @@ -42,4 +42,4 @@
-{INCLUDE footer.html} +{INCLUDE layout/footer.loggedin.html} diff --git a/modules/webcpanel/templates/layout/footer.html b/modules/webcpanel/templates/layout/footer.html new file mode 100644 index 000000000..c6550f148 --- /dev/null +++ b/modules/webcpanel/templates/layout/footer.html @@ -0,0 +1,11 @@ +
+
+
+ +
+
+ + + diff --git a/modules/webcpanel/templates/layout/footer.loggedin.html b/modules/webcpanel/templates/layout/footer.loggedin.html new file mode 100644 index 000000000..6a3a07542 --- /dev/null +++ b/modules/webcpanel/templates/layout/footer.loggedin.html @@ -0,0 +1,4 @@ + + + +{INCLUDE layout/footer.html} diff --git a/modules/webcpanel/templates/layout/header.html b/modules/webcpanel/templates/layout/header.html new file mode 100644 index 000000000..8d473e75c --- /dev/null +++ b/modules/webcpanel/templates/layout/header.html @@ -0,0 +1,14 @@ + + + + + + + + + + + {TITLE} + + +
diff --git a/modules/webcpanel/templates/header.html b/modules/webcpanel/templates/layout/header.loggedin.html similarity index 62% rename from modules/webcpanel/templates/header.html rename to modules/webcpanel/templates/layout/header.loggedin.html index 0ccf477c5..e5b6e6d52 100644 --- a/modules/webcpanel/templates/header.html +++ b/modules/webcpanel/templates/layout/header.loggedin.html @@ -1,27 +1,4 @@ - - - - - - - - - - - - - - - - - - {TITLE} - - -
+{INCLUDE layout/header.html} -{INCLUDE footer.html} +{INCLUDE layout/footer.loggedin.html} diff --git a/modules/webcpanel/templates/nickserv/alist.html b/modules/webcpanel/templates/nickserv/alist.html index f3b2e0124..2e3137d9b 100644 --- a/modules/webcpanel/templates/nickserv/alist.html +++ b/modules/webcpanel/templates/nickserv/alist.html @@ -1,4 +1,4 @@ -{INCLUDE header.html} +{INCLUDE layout/header.loggedin.html}
Channel access list
@@ -20,4 +20,4 @@
-{INCLUDE footer.html} +{INCLUDE layout/footer.loggedin.html} diff --git a/modules/webcpanel/templates/nickserv/cert.html b/modules/webcpanel/templates/nickserv/cert.html index 6d41a44b4..949037c06 100644 --- a/modules/webcpanel/templates/nickserv/cert.html +++ b/modules/webcpanel/templates/nickserv/cert.html @@ -1,4 +1,4 @@ -{INCLUDE header.html} +{INCLUDE layout/header.loggedin.html}
Your certificate fingerprints
{FOR M IN MESSAGES} @@ -39,4 +39,4 @@
-{INCLUDE footer.html} +{INCLUDE layout/footer.loggedin.html} diff --git a/modules/webcpanel/templates/nickserv/confirm.html b/modules/webcpanel/templates/nickserv/confirm.html index 66dbe34df..08c817ea5 100644 --- a/modules/webcpanel/templates/nickserv/confirm.html +++ b/modules/webcpanel/templates/nickserv/confirm.html @@ -1,4 +1,4 @@ -{INCLUDE header.html} +{INCLUDE layout/header.loggedin.html}
Confirm your Email
{FOR M IN MESSAGES} @@ -26,4 +26,4 @@
-{INCLUDE footer.html} +{INCLUDE layout/footer.loggedin.html} diff --git a/modules/webcpanel/templates/nickserv/info.html b/modules/webcpanel/templates/nickserv/info.html index 676e6cf76..1b4fa1e56 100644 --- a/modules/webcpanel/templates/nickserv/info.html +++ b/modules/webcpanel/templates/nickserv/info.html @@ -1,4 +1,4 @@ -{INCLUDE header.html} +{INCLUDE layout/header.loggedin.html}
Your account information
{FOR M IN ERRORS} @@ -65,4 +65,4 @@
-{INCLUDE footer.html} +{INCLUDE layout/footer.loggedin.html} diff --git a/modules/webcpanel/templates/operserv/akill.html b/modules/webcpanel/templates/operserv/akill.html index ffc73f8e4..2b8e67dcf 100644 --- a/modules/webcpanel/templates/operserv/akill.html +++ b/modules/webcpanel/templates/operserv/akill.html @@ -1,4 +1,4 @@ -{INCLUDE header.html} +{INCLUDE layout/header.loggedin.html}
Akill List
{IF EXISTS NOACCESS} @@ -74,4 +74,4 @@ {END IF}
-{INCLUDE footer.html} +{INCLUDE layout/footer.loggedin.html} diff --git a/modules/webcpanel/templates/register.html b/modules/webcpanel/templates/register.html index e71d763f6..cfe3d10d8 100644 --- a/modules/webcpanel/templates/register.html +++ b/modules/webcpanel/templates/register.html @@ -1,19 +1,4 @@ - - - - - - - - - - - - - {TITLE} - - -
+{INCLUDE layout/header.html}
- -
-
- -
-
- - - - - +{INCLUDE layout/footer.html}