aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example/var/www
diff options
context:
space:
mode:
Diffstat (limited to 'example/var/www')
-rw-r--r--example/var/www/html/SledjChisl.css89
-rw-r--r--example/var/www/html/SledjHamr.pngbin0 -> 1655233 bytes
-rw-r--r--example/var/www/html/SledjHamrIcon.pngbin0 -> 95362 bytes
-rw-r--r--example/var/www/html/SledjHamrIconSmall.pngbin0 -> 8535 bytes
-rw-r--r--example/var/www/html/about.html13
-rw-r--r--example/var/www/html/debugStyle.css36
-rw-r--r--example/var/www/html/help.html13
-rw-r--r--example/var/www/html/loginpage.html50
-rw-r--r--example/var/www/html/password_help.html13
-rw-r--r--example/var/www/html/register.html17
-rw-r--r--example/var/www/html/stats.html29
11 files changed, 260 insertions, 0 deletions
diff --git a/example/var/www/html/SledjChisl.css b/example/var/www/html/SledjChisl.css
new file mode 100644
index 0000000..95b55cb
--- /dev/null
+++ b/example/var/www/html/SledjChisl.css
@@ -0,0 +1,89 @@
1html, body
2{
3 background-color: black;
4 color: white;
5 font-family: 'sans-serif';
6 margin: 0;
7 padding: 0;
8}
9
10a {color: aqua;}
11a:link {color: aqua;}
12a:visited {color: fuchsia;}
13a:hover {color: blue;}
14a:active {color: red;}
15
16button
17{
18 background-color: darkgreen;
19 color: white;
20 font-family: 'sans-serif';
21}
22button:hover {color: blue;}
23button:active {color: red;}
24
25label
26{
27 background-color:darkgreen;
28 color: white;
29 font-family: 'sans-serif';
30 font-size: 160%;
31}
32input
33{
34 background-color:darkblue;
35 color: white;
36 font-family: 'sans-serif';
37 font-size: 80%;
38}
39textarea
40{
41 background-color:darkblue;
42 color: white;
43 font-family: 'sans-serif';
44 font-size: 80%;
45 /* What idiot thought aligning the label with the bottom of textareas was a good default? */
46 vertical-align: top;
47}
48
49.container
50{
51 position: relative;
52 text-align: left;
53}
54.top-left
55{
56 position: absolute;
57 top: 8px;
58 left: 16px;
59 width: 30%;
60}
61.top-right
62{
63 position: absolute;
64 top: 8px;
65 right: 16px;
66 width: 30%;
67}
68.centre
69{
70 position: absolute;
71 top: 50%;
72 left: 50%;
73 width: 30%;
74 transform: translate(-50%, -50%);
75}
76.bottom-left
77{
78 position: absolute;
79 bottom: 8px;
80 left: 16px;
81 width: 30%;
82}
83.bottom-right
84{
85 position: absolute;
86 bottom: 8px;
87 right: 16px;
88 width: 30%;
89}
diff --git a/example/var/www/html/SledjHamr.png b/example/var/www/html/SledjHamr.png
new file mode 100644
index 0000000..9089573
--- /dev/null
+++ b/example/var/www/html/SledjHamr.png
Binary files differ
diff --git a/example/var/www/html/SledjHamrIcon.png b/example/var/www/html/SledjHamrIcon.png
new file mode 100644
index 0000000..e3b50e1
--- /dev/null
+++ b/example/var/www/html/SledjHamrIcon.png
Binary files differ
diff --git a/example/var/www/html/SledjHamrIconSmall.png b/example/var/www/html/SledjHamrIconSmall.png
new file mode 100644
index 0000000..a1a6d72
--- /dev/null
+++ b/example/var/www/html/SledjHamrIconSmall.png
Binary files differ
diff --git a/example/var/www/html/about.html b/example/var/www/html/about.html
new file mode 100644
index 0000000..7294c21
--- /dev/null
+++ b/example/var/www/html/about.html
@@ -0,0 +1,13 @@
1<html>
2<title>About this grid</title>
3 <head>
4 <meta charset="UTF-8">
5 <link rel="shortcut icon" href="SledjHamrIconSmall.png">
6 <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' />
7 <meta http-equiv="refresh" content="120">
8 </head>
9 <body bgcolor='black' text='white' link='aqua' vlink='fuchsia' alink='red'>
10 <p>This is a virtual world, usually called a grid, based on <a href="https://sledjhamr.org/cgit/opensim-SC/?h=SledjChisl">opensim-SC</a>.</p>
11 <p>&nbsp;</p>
12 </body>
13</html>
diff --git a/example/var/www/html/debugStyle.css b/example/var/www/html/debugStyle.css
new file mode 100644
index 0000000..98645cc
--- /dev/null
+++ b/example/var/www/html/debugStyle.css
@@ -0,0 +1,36 @@
1.hoverWrapper0:hover #hoverShow0
2{
3 display: block;
4 border-style: solid;
5 border-color: fuchsia;
6}
7.hoverWrapper0 #hoverShow0
8{
9 display: none;
10 background-color: #222222;
11 text-align: left;
12 position: absolute;
13 width: 100%;
14 border-style: solid;
15 border-color: fuchsia;
16}
17.hoverWrapper1:hover #hoverShow1
18{
19 display: block;
20 border-style: solid;
21 border-color: fuchsia;
22}
23.hoverWrapper1 #hoverShow1
24{
25 display: none;
26 background-color: #222222;
27 text-align: left;
28 position: absolute;
29 width: 100%;
30 border-style: solid;
31 border-color: fuchsia;
32}
33.hoverItem
34{
35 border: 1px solid fuchsia;
36}
diff --git a/example/var/www/html/help.html b/example/var/www/html/help.html
new file mode 100644
index 0000000..17022d8
--- /dev/null
+++ b/example/var/www/html/help.html
@@ -0,0 +1,13 @@
1<html>
2<title>Help for this grid</title>
3 <head>
4 <meta charset="UTF-8">
5 <link rel="shortcut icon" href="SledjHamrIconSmall.png">
6 <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' />
7 <meta http-equiv="refresh" content="120">
8 </head>
9 <body bgcolor='black' text='white' link='aqua' vlink='fuchsia' alink='red'>
10 <p>Include help for your grid here.</p>
11 <p>&nbsp;</p>
12 </body>
13</html>
diff --git a/example/var/www/html/loginpage.html b/example/var/www/html/loginpage.html
new file mode 100644
index 0000000..38d5761
--- /dev/null
+++ b/example/var/www/html/loginpage.html
@@ -0,0 +1,50 @@
1<html>
2<title><!--#echo var="grid" --> splash page</title>
3<head>
4<meta charset="UTF-8">
5<link rel="shortcut icon" href="/SledjHamrIconSmall.png">
6<meta http-equiv="refresh" content="120">
7<link type="text/css" rel="stylesheet" href="/SledjChisl.css" media="all" />
8<link type="text/css" rel="stylesheet" href="/debugStyle.css" media="all" />
9</head>
10<body>
11<div class="container">
12 <img src="/SledjHamr.png" alt="SledjHamr" style="width:100%;height:100%;">
13 <div class="top-left">
14 <p class="hoverItem">
15 <div class="hoverWrapper0">
16 <p>DEBUG</p>
17 <div id="hoverShow0">
18 <h1>DEBUG log</h1>
19 <!--#echo var="DEBUG" -->
20 </div>
21 </div>
22 </p>
23 <h1>Add your fancy splash page for <!--#echo var="grid" --> here.</h1>
24 <p>&nbsp;</p>
25 <p>&nbsp;</p>
26 <p>&nbsp;</p>
27 <p>Perhaps describe <!--#echo var="grid" --> here.</p>
28 </div>
29 <div class="top-right">
30 <H1><!--#echo var="grid" --> is <!--#echo var="gridOnline" --></h1>
31 <h1>Login URI - <!--#echo var="uri" --></h1>
32 <p>&nbsp;</p>
33 <p>There are <!--#echo var="members" --> members of this grid.</p>
34 <p>There are <!--#echo var="inworld" --> locals and <!--#echo var="hgers" --> hypergrid visitors in world.</p>
35 <p>There are <!--#echo var="outworld" --> locals out on the hypergrid.</p>
36 <p>There have been <!--#echo var="day30" --> locals and visitors on this grid in the last month.</p>
37 <p>There are <!--#echo var="sims" --> regions, though some might not be online right now.</p>
38 </div>
39 <div class="centre">
40 <p>Maybe add some news or events here, or something.</p>
41 </div>
42 <div class="bottom-left">
43 <p>CSS by Taylor Temper, photo by onefang rejected.</p>
44 </div>
45 <div class="bottom-right">
46 <p><!--#echo var="grid" --> is running <a href="https://sledjhamr.org/mantisbt/project_page.php?project_id=8"><!--#echo var="version" --></a>,
47 part of the <a href="https://sledjhamr.org/git/docs/index.html">SledjHamr</a> project.</p>
48</div>
49</body>
50</html>
diff --git a/example/var/www/html/password_help.html b/example/var/www/html/password_help.html
new file mode 100644
index 0000000..db6c659
--- /dev/null
+++ b/example/var/www/html/password_help.html
@@ -0,0 +1,13 @@
1<html>
2<title>Password help for this grid</title>
3 <head>
4 <meta charset="UTF-8">
5 <link rel="shortcut icon" href="SledjHamrIconSmall.png">
6 <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' />
7 <meta http-equiv="refresh" content="120">
8 </head>
9 <body bgcolor='black' text='white' link='aqua' vlink='fuchsia' alink='red'>
10 <p>Include password help for your grid here.</p>
11 <p>&nbsp;</p>
12 </body>
13</html>
diff --git a/example/var/www/html/register.html b/example/var/www/html/register.html
new file mode 100644
index 0000000..e37d2b0
--- /dev/null
+++ b/example/var/www/html/register.html
@@ -0,0 +1,17 @@
1<html>
2 <title>Account for this grid</title>
3 <head>
4 <meta charset="UTF-8">
5 <link rel="shortcut icon" href="SledjHamrIconSmall.png">
6 <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' />
7 <meta http-equiv="refresh" content="120">
8 </head>
9 <body bgcolor='black' text='white' link='aqua' vlink='fuchsia' alink='red'>
10 <p>Include account registration help for your grid here.</p>
11 <p>&nbsp;</p>
12 <p>If you want to register an account on this grid, ask the person that runs it to do that for you.</p>
13 <p>&nbsp;</p>
14 <p>If you want to register an account on this grid, <a href="/sledjchisl.fcgi/account.html"> click here</a> (when it's written).</p>
15 <p>&nbsp;</p>
16 </body>
17</html>
diff --git a/example/var/www/html/stats.html b/example/var/www/html/stats.html
new file mode 100644
index 0000000..a48ee01
--- /dev/null
+++ b/example/var/www/html/stats.html
@@ -0,0 +1,29 @@
1<html>
2 <title><!--#echo var="grid" --> stats page</title>
3 <head>
4 <meta charset="UTF-8">
5 <link rel="shortcut icon" href="/SledjHamrIconSmall.png">
6 <link type='text/css' rel='stylesheet' href='/SledjChisl.css' media='all' />
7 <meta http-equiv="refresh" content="120">
8 </head>
9 <body bgcolor='black' text='white' link='aqua' vlink='fuchsia' alink='red'>
10 <font face='sans-serif'>
11 <h1><!--#echo var="grid" --> statistics.</h1>
12 <p>Grid is - <!--#echo var="gridOnline" --></p>
13 <p>Login URI - <!--#echo var="uri" --></p>
14 <p>Login page - <a href="<!--#echo var="URL" -->/loginpage.html"><!--#echo var="URL" -->/loginpage.html</a></p>
15 <p>There are <!--#echo var="members" --> members of this grid.</p>
16 <p>There are <!--#echo var="inworld" --> locals and <!--#echo var="hgers" --> hypergrid visitors in world right now.</p>
17 <p>There are <!--#echo var="outworld" --> locals out on the hypergrid right now.</p>
18 <p>There have been <!--#echo var="locDay30" --> locals and <!--#echo var="HGday30" --> hypergrid visitors on this grid in the last 30 days (<!--#echo var="day30" --> total).</p>
19 <p>There have been <!--#echo var="locDay60" --> locals and <!--#echo var="HGday60" --> hypergrid visitors on this grid in the last 60 days (<!--#echo var="day60" --> total).</p>
20 <p>There are <!--#echo var="sims" --> regions, though <!--#echo var="offlineSims" --> might not be online right now.</p>
21 <p>There may be <!--#echo var="onlineSims" --> regions online, with a total area of roughly <!--#echo var="simsSize" --> square metres.</p>
22 <p>There are <!--#echo var="varRegions" --> varregions that might be online now.</p>
23 <p>There are <!--#echo var="singleSims" --> normal regions that might be online now.</p>
24 <p><!--#echo var="grid" --> is running <a href="https://sledjhamr.org/mantisbt/project_page.php?project_id=8"><!--#echo var="version" --></a>,
25 part of the <a href="https://sledjhamr.org/git/docs/index.html">SledjHamr</a> project.</p>
26 <p>This statistics page will update every two minutes.</p>
27 </font>
28 </body>
29</html>