diff options
author | onefang | 2019-08-06 01:08:51 +1000 |
---|---|---|
committer | onefang | 2019-08-06 01:08:51 +1000 |
commit | 659229c0777f381c66462fd7a4f2dfddbe3e1ef6 (patch) | |
tree | 2f116e87a2b8f00a29d6f057ef6848ccda78927c /example/web | |
parent | Add a more direct MySQL handler. (diff) | |
download | opensim-SC_OLD-659229c0777f381c66462fd7a4f2dfddbe3e1ef6.zip opensim-SC_OLD-659229c0777f381c66462fd7a4f2dfddbe3e1ef6.tar.gz opensim-SC_OLD-659229c0777f381c66462fd7a4f2dfddbe3e1ef6.tar.bz2 opensim-SC_OLD-659229c0777f381c66462fd7a4f2dfddbe3e1ef6.tar.xz |
Add actual grid stats to the web page.
Except HGers, still trying to sort that one out.
Diffstat (limited to 'example/web')
-rw-r--r-- | example/web/loginpage.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/example/web/loginpage.html b/example/web/loginpage.html index ebce4aa..614c73d 100644 --- a/example/web/loginpage.html +++ b/example/web/loginpage.html | |||
@@ -70,11 +70,11 @@ a:active {color: blue;} | |||
70 | <div class="top-right"> | 70 | <div class="top-right"> |
71 | <h1>Login URI - <!--#echo var="uri" --></h1> | 71 | <h1>Login URI - <!--#echo var="uri" --></h1> |
72 | <p> </p> | 72 | <p> </p> |
73 | <p><!--#echo var="grid" --> may or maynot be in good shape now.</p> | 73 | <p>There are <!--#echo var="members" --> members of this grid.</p> |
74 | <p>There are likely some (<!--#echo var="members" -->) members of this grid.</p> | 74 | <p>There are <!--#echo var="inworld" --> locals and <!--#echo var="hgers" --> hypergrid visitors in world.</p> |
75 | <p>There are maybe some (<!--#echo var="inworld" -->) people in world now (including hypergridders).</p> | 75 | <p>There are <!--#echo var="outworld" --> locals out on the hypergrid.</p> |
76 | <p>There are maybe some (<!--#echo var="outworld" -->) locals hypergridding now.</p> | 76 | <p>There have been <!--#echo var="month" --> people on this grid in the last month.</p> |
77 | <p>There is probably at least one (<!--#echo var="sims" -->) region, maybe more.</p> | 77 | <p>There are <!--#echo var="sims" --> regions, though some might not be online right now.</p> |
78 | </div> | 78 | </div> |
79 | <div class="centre"> | 79 | <div class="centre"> |
80 | <p>Maybe add some news or events here, or something.</p> | 80 | <p>Maybe add some news or events here, or something.</p> |