You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
975 B
Smarty
22 lines
975 B
Smarty
|
|
<div class="hero-unit">
|
|
<h1>Welcome to NodeBB</h1>
|
|
<br />
|
|
<p>
|
|
<a target="_blank" href="http://www.nodebb.org" class="btn btn-large"><i class="icon-comment"></i> NodeBB Forum</a>
|
|
<a target="_blank" href="http://www.nodebb.org" class="btn btn-large"><i class="icon-github-alt"></i> Get Plugins</a>
|
|
<a target="_blank" href="http://www.nodebb.org" class="btn btn-large"><i class="icon-github-alt"></i> Get Themes</a>
|
|
<a target="_blank" href="http://www.nodebb.org" class="btn btn-large"><i class="icon-twitter"></i> dcplabs</a>
|
|
</p>
|
|
<p><small>You are running <strong>NodeBB v{version}</strong>. This is where we will check to make sure your <strong>NodeBB</strong> is latest, etc.</small></p>
|
|
</div>
|
|
|
|
|
|
<div class="">
|
|
<h2>Active Users <small><span class="badge" id="connections"></span> socket connections</small></h2>
|
|
<p id="active_users">
|
|
|
|
</p>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="{relative_path}/src/forum/admin/index.js"></script> |