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.
 
 
 
 
 
 

21 lines
827 B

<tr>
<td width="100" height="7" class="fitem" align="center">
<span class="fstandard"><?= $skin['user_name']; ?></span>
</td>
<td width="488" height="7" class="fitem" align="center">
<span class="fstandard"><?= $skin['motive'];?></span>
</td>
<td width="120" height="7" class="fitem" align="center">
<span class="fstandard"><?= $skin['ip'];?></span>
</td>
<td width="40" height="7" class="fitem" align="center">
<a href="banlist.php?mode=edit&id=<?= $skin['b_id']; ?>" class="fstandard">
<font color="brown"><?= $skin['L.edit'];?></font>
</a>
</td>
<td width="40" height="7" class="fitem" align="center">
<a href="banlist.php?mode=delete&id=<?= $skin['b_id']; ?>" class="fstandard">
<font color="brown"><b><?= $skin['L.delete'];?></b></font>
</a>
</td>
</tr>