From 34c5ee4c2a489a506e93d5b303fbc80b263747f0 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 27 Feb 2020 11:18:47 +1000 Subject: The new sledjchisl binary, to replace the management scripts and web stuff. --- web/SledjHamr.png | Bin 0 -> 1655233 bytes web/SledjHamrIcon.png | Bin 0 -> 95362 bytes web/SledjHamrIconSmall.png | Bin 0 -> 8535 bytes web/about.html | 11 +++++ web/debugStyle.css | 36 +++++++++++++++ web/help.html | 11 +++++ web/loginpage.html | 108 +++++++++++++++++++++++++++++++++++++++++++++ web/password_help.html | 11 +++++ web/register.html | 15 +++++++ web/stats.html | 25 +++++++++++ 10 files changed, 217 insertions(+) create mode 100644 web/SledjHamr.png create mode 100644 web/SledjHamrIcon.png create mode 100644 web/SledjHamrIconSmall.png create mode 100644 web/about.html create mode 100644 web/debugStyle.css create mode 100644 web/help.html create mode 100644 web/loginpage.html create mode 100644 web/password_help.html create mode 100644 web/register.html create mode 100644 web/stats.html (limited to 'web') diff --git a/web/SledjHamr.png b/web/SledjHamr.png new file mode 100644 index 0000000..9089573 Binary files /dev/null and b/web/SledjHamr.png differ diff --git a/web/SledjHamrIcon.png b/web/SledjHamrIcon.png new file mode 100644 index 0000000..e3b50e1 Binary files /dev/null and b/web/SledjHamrIcon.png differ diff --git a/web/SledjHamrIconSmall.png b/web/SledjHamrIconSmall.png new file mode 100644 index 0000000..a1a6d72 Binary files /dev/null and b/web/SledjHamrIconSmall.png differ diff --git a/web/about.html b/web/about.html new file mode 100644 index 0000000..3afc962 --- /dev/null +++ b/web/about.html @@ -0,0 +1,11 @@ + +
+ + diff --git a/web/debugStyle.css b/web/debugStyle.css new file mode 100644 index 0000000..98645cc --- /dev/null +++ b/web/debugStyle.css @@ -0,0 +1,36 @@ +.hoverWrapper0:hover #hoverShow0 +{ + display: block; + border-style: solid; + border-color: fuchsia; +} +.hoverWrapper0 #hoverShow0 +{ + display: none; + background-color: #222222; + text-align: left; + position: absolute; + width: 100%; + border-style: solid; + border-color: fuchsia; +} +.hoverWrapper1:hover #hoverShow1 +{ + display: block; + border-style: solid; + border-color: fuchsia; +} +.hoverWrapper1 #hoverShow1 +{ + display: none; + background-color: #222222; + text-align: left; + position: absolute; + width: 100%; + border-style: solid; + border-color: fuchsia; +} +.hoverItem +{ + border: 1px solid fuchsia; +} diff --git a/web/help.html b/web/help.html new file mode 100644 index 0000000..9a75aa6 --- /dev/null +++ b/web/help.html @@ -0,0 +1,11 @@ + +
+ + diff --git a/web/loginpage.html b/web/loginpage.html new file mode 100644 index 0000000..bceeee5 --- /dev/null +++ b/web/loginpage.html @@ -0,0 +1,108 @@ + +
+
DEBUG
++
+
+
Perhaps describe here.
++
There are members of this grid.
+There are locals and hypergrid visitors in world.
+There are locals out on the hypergrid.
+There have been locals and visitors on this grid in the last month.
+There are regions, though some might not be online right now.
+Maybe add some news or events here, or something.
+CSS by Taylor Temper, photo by onefang rejected.
+is running , + part of the SledjHamr project.
++ + diff --git a/web/register.html b/web/register.html new file mode 100644 index 0000000..46317e6 --- /dev/null +++ b/web/register.html @@ -0,0 +1,15 @@ + +
+
If you want to register an account on this grid, ask the person that runs it to do that for you.
++
If you want to register an account on this grid, click here (when it's written).
++ + diff --git a/web/stats.html b/web/stats.html new file mode 100644 index 0000000..b9647c0 --- /dev/null +++ b/web/stats.html @@ -0,0 +1,25 @@ + +
Login URI -
+Login page - /loginpage.html">/loginpage.html
+There are members of this grid.
+There are locals and hypergrid visitors in world right now.
+There are locals out on the hypergrid right now.
+There have been locals and hypergrid visitors on this grid in the last 30 days ( total).
+There have been locals and hypergrid visitors on this grid in the last 60 days ( total).
+There are regions, though might not be online right now.
+There may be regions online, with a total area of roughly square metres.
+There are varregions that might be online now.
+There are normal regions that might be online now.
+is running , + part of the SledjHamr project.
+These statistics will update every two minutes.
+ + -- cgit v1.1