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.

17 lines
638 B

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