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.

23 lines
954 B

  1. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
  2. <tr>
  3. <td width="130" height="7" class="fitem" align="center">
  4. <span class="fstandard"><?= $skin['smile_word']; ?></span>
  5. </td>
  6. <td width="468" height="7" class="fitem" align="center">
  7. <span class="fstandard"><?= $skin['addr'];?></span>
  8. </td>
  9. <td width="120" height="7" class="fitem" align="center">
  10. <span class="fstandard"><img src="../<?= $skin['visual_smile'];?>" alt=""></span>
  11. </td>
  12. <td width="40" height="7" class="fitem" align="center">
  13. <a href="smilelist.php?mode=edit&id=<?= $skin['s_id']; ?>" class="fstandard">
  14. <font color="brown"><?= $skin['L.edit'];?></font>
  15. </a>
  16. </td>
  17. <td width="40" height="7" class="fitem" align="center">
  18. <a href="smilelist.php?mode=delete&id=<?= $skin['s_id']; ?>" class="fstandard">
  19. <font color="brown"><b><?= $skin['L.delete'];?></b></font>
  20. </a>
  21. </td>
  22. </tr>
  23. </table>