aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2020-03-16 20:19:08 +1000
committeronefang2020-03-16 20:19:08 +1000
commit7b85022c0ddfd85feb4c7a36ec45b8cc35f6f06b (patch)
tree2dbcd207d6268a5432ea219cf49ec8b9d22fb582
parentIgnore the src build temporary directories. (diff)
downloadopensim-SC_OLD-7b85022c0ddfd85feb4c7a36ec45b8cc35f6f06b.zip
opensim-SC_OLD-7b85022c0ddfd85feb4c7a36ec45b8cc35f6f06b.tar.gz
opensim-SC_OLD-7b85022c0ddfd85feb4c7a36ec45b8cc35f6f06b.tar.bz2
opensim-SC_OLD-7b85022c0ddfd85feb4c7a36ec45b8cc35f6f06b.tar.xz
Shift web stuff to the www folder, and update it.
-rw-r--r--example/www/SledjHamr.png (renamed from example/web/SledjHamr.png)bin1655233 -> 1655233 bytes
-rw-r--r--example/www/SledjHamrIcon.png (renamed from example/web/SledjHamrIcon.png)bin95362 -> 95362 bytes
-rw-r--r--example/www/SledjHamrIconSmall.png (renamed from example/web/SledjHamrIconSmall.png)bin8535 -> 8535 bytes
-rw-r--r--example/www/about.html (renamed from example/web/about.html)1
-rw-r--r--example/www/help.html (renamed from example/web/help.html)1
-rw-r--r--example/www/loginpage.html (renamed from example/web/loginpage.html)15
-rw-r--r--example/www/password_help.html (renamed from example/web/password_help.html)1
-rw-r--r--example/www/register.html (renamed from example/web/register.html)1
-rw-r--r--example/www/stats.html (renamed from example/web/stats.html)7
9 files changed, 21 insertions, 5 deletions
diff --git a/example/web/SledjHamr.png b/example/www/SledjHamr.png
index 9089573..9089573 100644
--- a/example/web/SledjHamr.png
+++ b/example/www/SledjHamr.png
Binary files differ
diff --git a/example/web/SledjHamrIcon.png b/example/www/SledjHamrIcon.png
index e3b50e1..e3b50e1 100644
--- a/example/web/SledjHamrIcon.png
+++ b/example/www/SledjHamrIcon.png
Binary files differ
diff --git a/example/web/SledjHamrIconSmall.png b/example/www/SledjHamrIconSmall.png
index a1a6d72..a1a6d72 100644
--- a/example/web/SledjHamrIconSmall.png
+++ b/example/www/SledjHamrIconSmall.png
Binary files differ
diff --git a/example/web/about.html b/example/www/about.html
index 50ee1e2..3afc962 100644
--- a/example/web/about.html
+++ b/example/www/about.html
@@ -1,6 +1,7 @@
1<html> 1<html>
2<title>About this grid</title> 2<title>About this grid</title>
3<head> 3<head>
4<meta charset="UTF-8">
4<link rel="shortcut icon" href="SledjHamrIconSmall.png"> 5<link rel="shortcut icon" href="SledjHamrIconSmall.png">
5</head> 6</head>
6<body bgcolor="black" text="white" alink="red" link="blue" vlink="purple"> 7<body bgcolor="black" text="white" alink="red" link="blue" vlink="purple">
diff --git a/example/web/help.html b/example/www/help.html
index e070b82..9a75aa6 100644
--- a/example/web/help.html
+++ b/example/www/help.html
@@ -1,6 +1,7 @@
1<html> 1<html>
2<title>Help for this grid</title> 2<title>Help for this grid</title>
3<head> 3<head>
4<meta charset="UTF-8">
4<link rel="shortcut icon" href="SledjHamrIconSmall.png"> 5<link rel="shortcut icon" href="SledjHamrIconSmall.png">
5</head> 6</head>
6<body bgcolor="black" text="white" alink="red" link="blue" vlink="purple"> 7<body bgcolor="black" text="white" alink="red" link="blue" vlink="purple">
diff --git a/example/web/loginpage.html b/example/www/loginpage.html
index 5ca5a52..bd6d8c6 100644
--- a/example/web/loginpage.html
+++ b/example/www/loginpage.html
@@ -1,7 +1,8 @@
1<html> 1<html>
2<title><!--#echo var="grid" --> splash page</title> 2<title><!--#echo var="grid" --> splash page</title>
3<head> 3<head>
4<link rel="shortcut icon" href="SledjHamrIconSmall.png"> 4<meta charset="UTF-8">
5<link rel="shortcut icon" href="/SledjHamrIconSmall.png">
5<meta http-equiv="refresh" content="120"> 6<meta http-equiv="refresh" content="120">
6<style> 7<style>
7html, body 8html, body
@@ -63,11 +64,21 @@ a:active {color: blue;}
63 width: 30%; 64 width: 30%;
64} 65}
65</style> 66</style>
67<link type="text/css" rel="stylesheet" href="/debugStyle.css" media="all" />
66</head> 68</head>
67<body> 69<body>
68<div class="container"> 70<div class="container">
69 <img src="SledjHamr.png" alt="SledjHamr" style="width:100%;height:100%;"> 71 <img src="/SledjHamr.png" alt="SledjHamr" style="width:100%;height:100%;">
70 <div class="top-left"> 72 <div class="top-left">
73 <p class="hoverItem">
74 <div class="hoverWrapper0">
75 <p>DEBUG</p>
76 <div id="hoverShow0">
77 <h1>DEBUG log</h1>
78 <!--#echo var="DEBUG" -->
79 </div>
80 </div>
81 </p>
71 <h1>Add your fancy splash page for <!--#echo var="grid" --> here.</h1> 82 <h1>Add your fancy splash page for <!--#echo var="grid" --> here.</h1>
72 <p>&nbsp;</p> 83 <p>&nbsp;</p>
73 <p>&nbsp;</p> 84 <p>&nbsp;</p>
diff --git a/example/web/password_help.html b/example/www/password_help.html
index db03fff..aef6bd5 100644
--- a/example/web/password_help.html
+++ b/example/www/password_help.html
@@ -1,6 +1,7 @@
1<html> 1<html>
2<title>Password help for this grid</title> 2<title>Password help for this grid</title>
3<head> 3<head>
4<meta charset="UTF-8">
4<link rel="shortcut icon" href="SledjHamrIconSmall.png"> 5<link rel="shortcut icon" href="SledjHamrIconSmall.png">
5</head> 6</head>
6<body bgcolor="black" text="white" alink="red" link="blue" vlink="purple"> 7<body bgcolor="black" text="white" alink="red" link="blue" vlink="purple">
diff --git a/example/web/register.html b/example/www/register.html
index e721351..46317e6 100644
--- a/example/web/register.html
+++ b/example/www/register.html
@@ -1,6 +1,7 @@
1<html> 1<html>
2<title>Account for this grid</title> 2<title>Account for this grid</title>
3<head> 3<head>
4<meta charset="UTF-8">
4<link rel="shortcut icon" href="SledjHamrIconSmall.png"> 5<link rel="shortcut icon" href="SledjHamrIconSmall.png">
5</head> 6</head>
6<body bgcolor="black" text="white" alink="red" link="blue" vlink="purple"> 7<body bgcolor="black" text="white" alink="red" link="blue" vlink="purple">
diff --git a/example/web/stats.html b/example/www/stats.html
index 418adac..b9647c0 100644
--- a/example/web/stats.html
+++ b/example/www/stats.html
@@ -1,20 +1,21 @@
1<html> 1<html>
2 <title><!--#echo var="grid" --> stats page</title> 2 <title><!--#echo var="grid" --> stats page</title>
3 <head> 3 <head>
4 <link rel="shortcut icon" href="SledjHamrIconSmall.png"> 4 <meta charset="UTF-8">
5 <link rel="shortcut icon" href="/SledjHamrIconSmall.png">
5 <meta http-equiv="refresh" content="120"> 6 <meta http-equiv="refresh" content="120">
6 </head> 7 </head>
7 <body> 8 <body>
8 <h1><!--#echo var="grid" --> statistics.</h1> 9 <h1><!--#echo var="grid" --> statistics.</h1>
9 <p>Login URI - <!--#echo var="uri" --></p> 10 <p>Login URI - <!--#echo var="uri" --></p>
10 <p>Login page - <a href="<!--#echo var="uri" -->web/loginpage.html"><!--#echo var="uri" -->web/loginpage.html</a></p> 11 <p>Login page - <a href="<!--#echo var="URL" -->/loginpage.html"><!--#echo var="URL" -->/loginpage.html</a></p>
11 <p>There are <!--#echo var="members" --> members of this grid.</p> 12 <p>There are <!--#echo var="members" --> members of this grid.</p>
12 <p>There are <!--#echo var="inworld" --> locals and <!--#echo var="hgers" --> hypergrid visitors in world right now.</p> 13 <p>There are <!--#echo var="inworld" --> locals and <!--#echo var="hgers" --> hypergrid visitors in world right now.</p>
13 <p>There are <!--#echo var="outworld" --> locals out on the hypergrid right now.</p> 14 <p>There are <!--#echo var="outworld" --> locals out on the hypergrid right now.</p>
14 <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> 15 <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>
15 <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> 16 <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>
16 <p>There are <!--#echo var="sims" --> regions, though <!--#echo var="offlineSims" --> might not be online right now.</p> 17 <p>There are <!--#echo var="sims" --> regions, though <!--#echo var="offlineSims" --> might not be online right now.</p>
17 <p>There may be <!--#echo var="onlineSims" --> regions online, with a total area of perhaps <!--#echo var="simsSize" --> square metres.</p> 18 <p>There may be <!--#echo var="onlineSims" --> regions online, with a total area of roughly <!--#echo var="simsSize" --> square metres.</p>
18 <p>There are <!--#echo var="varRegions" --> varregions that might be online now.</p> 19 <p>There are <!--#echo var="varRegions" --> varregions that might be online now.</p>
19 <p>There are <!--#echo var="singleSims" --> normal regions that might be online now.</p> 20 <p>There are <!--#echo var="singleSims" --> normal regions that might be online now.</p>
20 <p><!--#echo var="grid" --> is running <a href="https://sledjhamr.org/mantisbt/project_page.php?project_id=8"><!--#echo var="version" --></a>, 21 <p><!--#echo var="grid" --> is running <a href="https://sledjhamr.org/mantisbt/project_page.php?project_id=8"><!--#echo var="version" --></a>,