diff options
author | onefang | 2020-03-18 11:33:28 +1000 |
---|---|---|
committer | onefang | 2020-03-18 11:33:28 +1000 |
commit | 4e346c6bf9009f8035ea6686507ffccca018d3a2 (patch) | |
tree | ab26c1869cb064b9694dd6fbfe892b1fb6784f31 /example/www/loginpage.html | |
parent | Now that ROBUST is saving it's PID, check for it on the stats web page. (diff) | |
download | opensim-SC-4e346c6bf9009f8035ea6686507ffccca018d3a2.zip opensim-SC-4e346c6bf9009f8035ea6686507ffccca018d3a2.tar.gz opensim-SC-4e346c6bf9009f8035ea6686507ffccca018d3a2.tar.bz2 opensim-SC-4e346c6bf9009f8035ea6686507ffccca018d3a2.tar.xz |
And actually show online status on the web pages.
Diffstat (limited to '')
-rw-r--r-- | example/www/loginpage.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/www/loginpage.html b/example/www/loginpage.html index bd6d8c6..7a221dc 100644 --- a/example/www/loginpage.html +++ b/example/www/loginpage.html | |||
@@ -86,6 +86,7 @@ a:active {color: blue;} | |||
86 | <p>Perhaps describe <!--#echo var="grid" --> here.</p> | 86 | <p>Perhaps describe <!--#echo var="grid" --> here.</p> |
87 | </div> | 87 | </div> |
88 | <div class="top-right"> | 88 | <div class="top-right"> |
89 | <H1><!--#echo var="grid" --> is <!--#echo var="gridOnline" --></h1> | ||
89 | <h1>Login URI - <!--#echo var="uri" --></h1> | 90 | <h1>Login URI - <!--#echo var="uri" --></h1> |
90 | <p> </p> | 91 | <p> </p> |
91 | <p>There are <!--#echo var="members" --> members of this grid.</p> | 92 | <p>There are <!--#echo var="members" --> members of this grid.</p> |