16 lines
402 B
Smalltalk
16 lines
402 B
Smalltalk
<fieldset>
|
|
<legend>Nutzer-Liste</legend>
|
|
<table id="userlist">
|
|
<tr>
|
|
<th>Benutzername</th>
|
|
<th>E-Mail</th>
|
|
<th>Passwort</th>
|
|
<th>Berechtigungen</th>
|
|
<th>Aktionen</th>
|
|
</tr>
|
|
</table>
|
|
<a href="register">neuen Nutzer anlegen</a>
|
|
<script type="text/javascript">
|
|
loadUserList();
|
|
</script>
|
|
</fieldset> |