16 lines
388 B
Smalltalk
16 lines
388 B
Smalltalk
<fieldset>
|
|
<legend>User list</legend>
|
|
<table id="userlist">
|
|
<tr>
|
|
<th>User name</th>
|
|
<th>Email</th>
|
|
<th>Password</th>
|
|
<th>Permissions</th>
|
|
<th>Actions</th>
|
|
</tr>
|
|
</table>
|
|
<a href="register">Register new user</a>
|
|
<script type="text/javascript">
|
|
loadUserList();
|
|
</script>
|
|
</fieldset> |