blob: b63d9cdfca1613f7f3f32a403868cdbd2ac085ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>
|