20 lines
447 B
HTML
20 lines
447 B
HTML
<div id="gametitle">
|
|
<h1 id="gametitle_label">Users</h1>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<div class="section-body">
|
|
<div id="settings_users_table_container">
|
|
|
|
</div>
|
|
<div style="text-align: right;"><button id="settings_users_new" value="New User">New
|
|
User</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
// Load the users table
|
|
SetupPage();
|
|
GetUsers();
|
|
</script> |