diff options
Diffstat (limited to '')
-rw-r--r-- | example/www/stats.html | 49 |
1 files changed, 32 insertions, 17 deletions
diff --git a/example/www/stats.html b/example/www/stats.html index 94dbafc..7309bd5 100644 --- a/example/www/stats.html +++ b/example/www/stats.html | |||
@@ -4,23 +4,38 @@ | |||
4 | <meta charset="UTF-8"> | 4 | <meta charset="UTF-8"> |
5 | <link rel="shortcut icon" href="/SledjHamrIconSmall.png"> | 5 | <link rel="shortcut icon" href="/SledjHamrIconSmall.png"> |
6 | <meta http-equiv="refresh" content="120"> | 6 | <meta http-equiv="refresh" content="120"> |
7 | <style> | ||
8 | html, body {background-color: black; color: white; font-family: 'sans-serif'; margin: 0; padding: 0;} | ||
9 | a:link {color: aqua;} | ||
10 | a:visited {color: fuchsia;} | ||
11 | a:hover {color: blue;} | ||
12 | a:active {color: red;} | ||
13 | button {background-color: darkgreen;} | ||
14 | button:hover {color: blue;} | ||
15 | button:active {color: red;} | ||
16 | label {background-color:darkgreen; font-size: 160%;} | ||
17 | input {background-color:darkblue; font-size: 80%;} | ||
18 | textarea {background-color:darkblue; font-size: 80%; vertical-align: top;} | ||
19 | </style> | ||
7 | </head> | 20 | </head> |
8 | <body> | 21 | <body bgcolor='black' text='white' link='aqua' vlink='fuchsia' alink='red'> |
9 | <h1><!--#echo var="grid" --> statistics.</h1> | 22 | <font face='sans-serif'> |
10 | <p>Grid is - <!--#echo var="gridOnline" --></p> | 23 | <h1><!--#echo var="grid" --> statistics.</h1> |
11 | <p>Login URI - <!--#echo var="uri" --></p> | 24 | <p>Grid is - <!--#echo var="gridOnline" --></p> |
12 | <p>Login page - <a href="<!--#echo var="URL" -->/loginpage.html"><!--#echo var="URL" -->/loginpage.html</a></p> | 25 | <p>Login URI - <!--#echo var="uri" --></p> |
13 | <p>There are <!--#echo var="members" --> members of this grid.</p> | 26 | <p>Login page - <a href="<!--#echo var="URL" -->/loginpage.html"><!--#echo var="URL" -->/loginpage.html</a></p> |
14 | <p>There are <!--#echo var="inworld" --> locals and <!--#echo var="hgers" --> hypergrid visitors in world right now.</p> | 27 | <p>There are <!--#echo var="members" --> members of this grid.</p> |
15 | <p>There are <!--#echo var="outworld" --> locals out on the hypergrid right now.</p> | 28 | <p>There are <!--#echo var="inworld" --> locals and <!--#echo var="hgers" --> hypergrid visitors in world right now.</p> |
16 | <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> | 29 | <p>There are <!--#echo var="outworld" --> locals out on the hypergrid right now.</p> |
17 | <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> | 30 | <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> |
18 | <p>There are <!--#echo var="sims" --> regions, though <!--#echo var="offlineSims" --> might not be online right now.</p> | 31 | <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> |
19 | <p>There may be <!--#echo var="onlineSims" --> regions online, with a total area of roughly <!--#echo var="simsSize" --> square metres.</p> | 32 | <p>There are <!--#echo var="sims" --> regions, though <!--#echo var="offlineSims" --> might not be online right now.</p> |
20 | <p>There are <!--#echo var="varRegions" --> varregions that might be online now.</p> | 33 | <p>There may be <!--#echo var="onlineSims" --> regions online, with a total area of roughly <!--#echo var="simsSize" --> square metres.</p> |
21 | <p>There are <!--#echo var="singleSims" --> normal regions that might be online now.</p> | 34 | <p>There are <!--#echo var="varRegions" --> varregions that might be online now.</p> |
22 | <p><!--#echo var="grid" --> is running <a href="https://sledjhamr.org/mantisbt/project_page.php?project_id=8"><!--#echo var="version" --></a>, | 35 | <p>There are <!--#echo var="singleSims" --> normal regions that might be online now.</p> |
23 | part of the <a href="https://sledjhamr.org/git/docs/index.html">SledjHamr</a> project.</p> | 36 | <p><!--#echo var="grid" --> is running <a href="https://sledjhamr.org/mantisbt/project_page.php?project_id=8"><!--#echo var="version" --></a>, |
24 | <p>This statistics page will update every two minutes.</p> | 37 | part of the <a href="https://sledjhamr.org/git/docs/index.html">SledjHamr</a> project.</p> |
38 | <p>This statistics page will update every two minutes.</p> | ||
39 | </font> | ||
25 | </body> | 40 | </body> |
26 | </html> | 41 | </html> |