diff options
author | onefang | 2020-03-16 20:19:08 +1000 |
---|---|---|
committer | onefang | 2020-03-16 20:19:08 +1000 |
commit | 7b85022c0ddfd85feb4c7a36ec45b8cc35f6f06b (patch) | |
tree | 2dbcd207d6268a5432ea219cf49ec8b9d22fb582 /example/www/stats.html | |
parent | Ignore the src build temporary directories. (diff) | |
download | opensim-SC-7b85022c0ddfd85feb4c7a36ec45b8cc35f6f06b.zip opensim-SC-7b85022c0ddfd85feb4c7a36ec45b8cc35f6f06b.tar.gz opensim-SC-7b85022c0ddfd85feb4c7a36ec45b8cc35f6f06b.tar.bz2 opensim-SC-7b85022c0ddfd85feb4c7a36ec45b8cc35f6f06b.tar.xz |
Shift web stuff to the www folder, and update it.
Diffstat (limited to 'example/www/stats.html')
-rw-r--r-- | example/www/stats.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/example/www/stats.html b/example/www/stats.html new file mode 100644 index 0000000..b9647c0 --- /dev/null +++ b/example/www/stats.html | |||
@@ -0,0 +1,25 @@ | |||
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 | <meta http-equiv="refresh" content="120"> | ||
7 | </head> | ||
8 | <body> | ||
9 | <h1><!--#echo var="grid" --> statistics.</h1> | ||
10 | <p>Login URI - <!--#echo var="uri" --></p> | ||
11 | <p>Login page - <a href="<!--#echo var="URL" -->/loginpage.html"><!--#echo var="URL" -->/loginpage.html</a></p> | ||
12 | <p>There are <!--#echo var="members" --> members of this grid.</p> | ||
13 | <p>There are <!--#echo var="inworld" --> locals and <!--#echo var="hgers" --> hypergrid visitors in world right now.</p> | ||
14 | <p>There are <!--#echo var="outworld" --> locals out on the hypergrid right now.</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> | ||
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> | ||
17 | <p>There are <!--#echo var="sims" --> regions, though <!--#echo var="offlineSims" --> might not be online right now.</p> | ||
18 | <p>There may be <!--#echo var="onlineSims" --> regions online, with a total area of roughly <!--#echo var="simsSize" --> square metres.</p> | ||
19 | <p>There are <!--#echo var="varRegions" --> varregions that might be online now.</p> | ||
20 | <p>There are <!--#echo var="singleSims" --> normal regions that might be online now.</p> | ||
21 | <p><!--#echo var="grid" --> is running <a href="https://sledjhamr.org/mantisbt/project_page.php?project_id=8"><!--#echo var="version" --></a>, | ||
22 | part of the <a href="https://sledjhamr.org/git/docs/index.html">SledjHamr</a> project.</p> | ||
23 | <p>These statistics will update every two minutes.</p> | ||
24 | </body> | ||
25 | </html> | ||