A lightweight forum engine written in PHP. Repository is now obsolete and read-only. http://www.pioder.pl/uforum.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
1.3 KiB

<div align="center">
<form method="POST" action="admin_users.php" name="form_dsf">
<table class="maintable" width="<?= TABLES_WIDTH; ?>">
<tr>
<td width="<?= TABLES_WIDTH; ?>" height="15" class="beam"><? echo $skin['ltitle']; ?> </td>
</tr>
<tr>
<td width="<?= TABLES_WIDTH; ?>" height="1" valign="top">
<span class="fstandard"><? echo $skin['lselectusers']; ?>:</span>
<select name="sort">
<option value="regdate" selected="selected"><? echo $skin['lregdate']; ?></option>
<option value="lastvisit"><? echo $skin['llastvisit']; ?></option>
<option value="uname"><? echo $skin['luname']; ?></option>
<option value="posts"><? echo $skin['lposts']; ?></option>
</select>
<input type="checkbox" name="desc"><span class="fstandard"><? echo $skin['ldesc']; ?></span>
<input type="submit" class="fbutton" value="<? echo $skin['lgo']; ?>" />
</td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>">
<tr>
<td class="beam">ID</td>
<td class="beam"><? echo $skin['luname']; ?></td>
<td class="beam"><? echo $skin['lregdate']; ?></td>
<td class="beam"><? echo $skin['llastvisit']; ?></td>
<td class="beam"><? echo $skin['lposts']; ?></td>
<td class="beam"></td>
</tr>