From 1b35cf3f1124b161ebde5e9e3a2c74c8ea2821d0 Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Sun, 20 Sep 2026 21:01:48 -0700 Subject: Add status and more --- html/account.html | 1 + html/admin.html | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++ html/forbidden.html | 21 +++++++++++++++ html/profile.html | 21 +++++++++++++++ html/unknown-user.html | 21 +++++++++++++++ 5 files changed, 133 insertions(+) create mode 100755 html/admin.html create mode 100755 html/forbidden.html create mode 100755 html/profile.html create mode 100755 html/unknown-user.html (limited to 'html') diff --git a/html/account.html b/html/account.html index 0a4da65..ccba599 100755 --- a/html/account.html +++ b/html/account.html @@ -20,6 +20,7 @@ diff --git a/html/admin.html b/html/admin.html new file mode 100755 index 0000000..8ae34e2 --- /dev/null +++ b/html/admin.html @@ -0,0 +1,69 @@ + + +

Admin Panel

+
+ +

Change user's password

+
+ +
+ + +
+
+ + +
+
+ + +
+ +
+
+ +

Change user's status

+
+ +
+ + +
+
+ + +
+ +
+
+ +

Remove user

+
+ +
+ + +
+ +
diff --git a/html/forbidden.html b/html/forbidden.html new file mode 100755 index 0000000..791fa4e --- /dev/null +++ b/html/forbidden.html @@ -0,0 +1,21 @@ + + +

403 Forbidden

+
+

You do not have permission to view this page.

diff --git a/html/profile.html b/html/profile.html new file mode 100755 index 0000000..d86b5ac --- /dev/null +++ b/html/profile.html @@ -0,0 +1,21 @@ + + +

{{username}}

+
+

Status: {{status}}

diff --git a/html/unknown-user.html b/html/unknown-user.html new file mode 100755 index 0000000..93bf3a2 --- /dev/null +++ b/html/unknown-user.html @@ -0,0 +1,21 @@ + + +

User not found

+
+

There is nobody signed up under that name.

-- cgit v1.2.3