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.
 
 
 
 
 
 

39 lines
2.4 KiB

<form method="POST" action="users.php" name="form_dsf">
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')"></td>
<td height="14" class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><?= $skin['ltitle']; ?> </td>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<td height="1" valign="top">
<span class="fstandard"><? echo $skin['lselectusers']; ?>:</span>
<select name="sort">
<option value="regdate" <?= $skin['regdate_option']; ?>><? echo $skin['lregdate']; ?></option>
<option value="lastvisit" <?= $skin['lastvisit_option']; ?>><? echo $skin['llastvisit']; ?></option>
<option value="uname" <?= $skin['uname_option']; ?>><? echo $skin['luname']; ?></option>
<option value="posts" <?= $skin['posts_option']; ?>><? echo $skin['lposts']; ?></option>
</select>
<span class="fstandard"><? echo $skin['ldesc']; ?>:</span>
<select name="desc">
<option value="yes" <?= $skin['desc_yes_option']; ?>><? echo $skin['lyes']; ?></option>
<option value="no" <?= $skin['desc_no_option']; ?>><? echo $skin['lno']; ?></option>
</select>
<input type="submit" class="fbutton" value="<? echo $skin['lgo']; ?>" />
</td>
</tr>
</table>
<span class="fverysmall">&nbsp;</span>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')"></td>
<td class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><? echo $skin['luname']; ?></td>
<td class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><? echo $skin['lregdate']; ?></td>
<td class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><? echo $skin['llastvisit']; ?></td>
<td class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><? echo $skin['lposts']; ?></td>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">