1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
<?=("head")>
<?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
<div id="banner">
<img src="static/webcit_icons/essen/32x32/account.png">
<h1><??("COND:AIDE", 1)><?_("Edit or delete users")><??("X", 1)></h1>
</div>
<div id="content" class="service">
<?!("COND:AIDE", 1)><?_("You need to be aide to view this.")><?!("X", 1)>
<??("COND:AIDE", 2)>
<!--- TODO if (message != NULL) message); -->
<table border=0 cellspacing=10>
<tr valign=top>
<td>
<?DOBOXED(="aide_edituser_add", _("Add users"))>
</td>
<td>
<?DOBOXED(="aide_edituser_box_select", _("Edit or Delete users"))>
</td>
</tr>
</table>
<??("X", 2)>
<?=("trailing")>
|