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.

20 lines
827 B

  1. <tr>
  2. <td width="100" height="7" class="fitem" align="center">
  3. <span class="fstandard"><?= $skin['user_name']; ?></span>
  4. </td>
  5. <td width="488" height="7" class="fitem" align="center">
  6. <span class="fstandard"><?= $skin['motive'];?></span>
  7. </td>
  8. <td width="120" height="7" class="fitem" align="center">
  9. <span class="fstandard"><?= $skin['ip'];?></span>
  10. </td>
  11. <td width="40" height="7" class="fitem" align="center">
  12. <a href="banlist.php?mode=edit&id=<?= $skin['b_id']; ?>" class="fstandard">
  13. <font color="brown"><?= $skin['L.edit'];?></font>
  14. </a>
  15. </td>
  16. <td width="40" height="7" class="fitem" align="center">
  17. <a href="banlist.php?mode=delete&id=<?= $skin['b_id']; ?>" class="fstandard">
  18. <font color="brown"><b><?= $skin['L.delete'];?></b></font>
  19. </a>
  20. </td>
  21. </tr>