aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example
diff options
context:
space:
mode:
authoronefang2019-08-06 01:08:51 +1000
committeronefang2019-08-06 01:08:51 +1000
commit659229c0777f381c66462fd7a4f2dfddbe3e1ef6 (patch)
tree2f116e87a2b8f00a29d6f057ef6848ccda78927c /example
parentAdd a more direct MySQL handler. (diff)
downloadopensim-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')
-rw-r--r--example/web/loginpage.html10
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>&nbsp;</p> 72 <p>&nbsp;</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>