diff options
| author | Michael <[email protected]> | 2017-02-11 20:40:40 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-11 20:40:40 -0500 |
| commit | 118174ec137a07c376f08ac02f995b99dc8facd9 (patch) | |
| tree | 3fa75bc7c9128f8ad9b40b8689a255b9156cc54f /ShiftOS.Server.WebAdmin/Resources/Status.txt | |
| parent | 263ee283de817c68bad1b2c7ff55a6f370a0c2c9 (diff) | |
| download | shiftos_thereturn-118174ec137a07c376f08ac02f995b99dc8facd9.tar.gz shiftos_thereturn-118174ec137a07c376f08ac02f995b99dc8facd9.tar.bz2 shiftos_thereturn-118174ec137a07c376f08ac02f995b99dc8facd9.zip | |
Admin panel login system is working.
Diffstat (limited to 'ShiftOS.Server.WebAdmin/Resources/Status.txt')
| -rw-r--r-- | ShiftOS.Server.WebAdmin/Resources/Status.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ShiftOS.Server.WebAdmin/Resources/Status.txt b/ShiftOS.Server.WebAdmin/Resources/Status.txt new file mode 100644 index 0000000..b63d9cd --- /dev/null +++ b/ShiftOS.Server.WebAdmin/Resources/Status.txt @@ -0,0 +1,19 @@ +<h3>System status</h3> + +<p>Below is a summary of this multi-user domain's status.</p> + +<div class="row"> + <div class="col-xs-6"> + <h4>MUD stats</h4> + <ul> + <li>This server is worth <strong>{cp_worth}</strong> Codepoints.</li> + <li>This server has <strong>{user_count}</strong> players registered.</li> + </ul> + </div> + <div class="col-xs-6"> + <h4>System environment</h4> + <ul> + <li><strong>Current system time:</strong> {system_time}</li> + </ul> + </div> +</div>
\ No newline at end of file |
