started working on templates and api
This commit is contained in:
14
static/templates/userlist.st
Normal file
14
static/templates/userlist.st
Normal file
@@ -0,0 +1,14 @@
|
||||
<fieldset>
|
||||
<legend>User list</legend>
|
||||
<table id="userlist">
|
||||
<tr>
|
||||
<th>User name</th>
|
||||
<th>Email</th>
|
||||
<th>Password</th>
|
||||
</tr>
|
||||
</table>
|
||||
<a href="register">Register new user</a>
|
||||
<script type="text/javascript">
|
||||
loadUserList();
|
||||
</script>
|
||||
</fieldset>
|
||||
Reference in New Issue
Block a user