From 6796a96ba1c646699cf176130d0f668910c0fad9 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 6 Jun 2022 19:21:58 +1000 Subject: Move SledjChisl header and footer to external SSI files. --- example/var/www/html/footer.html | 55 +++++++++++++++++++++++++++++++++++ example/var/www/html/header.html | 16 ++++++++++ example/var/www/html/headerDebug.html | 26 +++++++++++++++++ 3 files changed, 97 insertions(+) create mode 100644 example/var/www/html/footer.html create mode 100644 example/var/www/html/header.html create mode 100644 example/var/www/html/headerDebug.html (limited to 'example') diff --git a/example/var/www/html/footer.html b/example/var/www/html/footer.html new file mode 100644 index 0000000..f514fb6 --- /dev/null +++ b/example/var/www/html/footer.html @@ -0,0 +1,55 @@ + +
+

Experimental account manager

+

This account manager system is currently experimental, and under heavy development.   + Which means it's not all written yet, and things may break.

+

To create an account, choose a name and password, type them in, click the 'create account' button.

+

On the next page, fill in all your details, then click on the 'confirm' button.

+

We follow the usual web site registration process, which sends a validation email, with a link to click.   + When you get that email, click on the link, or copy it into a web browser.

+

You will then be logged off.   Now you have to wait for an admin to approve your new account.   + They should check with the person you listed as vouching for you first.   They will tell you after they approve your account.

+

Missing bits that are still being written - editing accounts, listing accounts, deleting accounts.

+

Experimental chat thingy

+

In the bottom right corner is an experimental chat thingy, based on Jabber / XMPP.

+

Click on the 'Toggle chat' button to pop it up, then use your grid user name for the 'XMPP Address:' field.   + Your user name has to be in the format 'first.last', two words with a dot in the middle.   + Then put your grid account password in the 'Password' field and click the 'Log in' button.   +

Note that the chat windows can be resized by dragging their top or left edges, which I suggest you do, coz the default size is too small.

+

You can also use any other Jabber / XMPP client as well. So your JID for other clients is first.last@

+

Remember this is EXPERIMENTAL, I'll be changing things.   Next I'll make it so you don't have to log in to both this chat thingy and the account page separataly.

+

P.S.   Yes, I hate the default theme to.   lol

+
+
+ +
+
+
+ + + + + diff --git a/example/var/www/html/header.html b/example/var/www/html/header.html new file mode 100644 index 0000000..b56d057 --- /dev/null +++ b/example/var/www/html/header.html @@ -0,0 +1,16 @@ + + + <!--#echo var="title" --> + + + + + + + + + + + + +
diff --git a/example/var/www/html/headerDebug.html b/example/var/www/html/headerDebug.html new file mode 100644 index 0000000..df0fc99 --- /dev/null +++ b/example/var/www/html/headerDebug.html @@ -0,0 +1,26 @@ + + + <!--#echo var="title" --> + + + + + + + + + + + + + +
+

+

+

DEBUG

+
+

DEBUG log

+ +
+
+

-- cgit v1.1