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
756 B

  1. <table class="maintable" width="<?= TABLES_WIDTH; ?>">
  2. <tr>
  3. <td height="7" class="fitem">
  4. <span class="fstandard"><?= $skin['L.word_name']; ?></span>
  5. </td>
  6. <td width="500" height="7" class="fitem">
  7. <span class="fstandard"><?= $skin['L.word_replacement']; ?></span>
  8. </td>
  9. <td width="40" height="7" class="fitem" align="center">
  10. <a href="censorlist.php?mode=edit&w=<?= $skin['w_id']; ?>" class="fstandard">
  11. <font color="brown"><?= $skin['L.edit'];?></font>
  12. </a>
  13. </td>
  14. <td width="40" height="7" class="fitem" align="center">
  15. <a href="censorlist.php?mode=delete&&w=<?= $skin['w_id']; ?>" class="fstandard">
  16. <font color="brown"><b><?= $skin['L.delete'];?></b></font>
  17. </a>
  18. </td>
  19. </tr>
  20. </table>