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.

24 lines
1.5 KiB

  1. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  2. <tr>
  3. <td width="14" height="7" style="background-image: url('template/images/td_category_left.gif')" class="category"></td>
  4. <td height="7" width="540" class="category" style="background-image: url('template/images/td_category.jpg')">
  5. <a href="admin_forums.php?mode=edit&submode=cat&c=<?= $skin['c_id']; ?>" title="<?= $lng['edit_cat']; ?>">
  6. <span class="fstandard" style="color: white"><? echo $skin['category']; ?></span></a>
  7. </td>
  8. <td width="48" height="7" class="category" style="background-image: url('template/images/td_category.jpg')">
  9. <a href="javascript:confirm_action('<?= $skin['del_cat']; ?>','admin_forums.php?mode=delete&submode=cat&c=<?= $skin['c_id']; ?>') " class="fstandard">
  10. <font color="white"><?= $skin['delete'];?></font>
  11. </a>
  12. </td>
  13. <td class="category" style="background-image: url('template/images/td_category.jpg')">
  14. <a href="admin_forums.php?mode=moveup&submode=cat&c=<?= $skin['c_id'] ?>" class="fstandard">
  15. <font color="white"><?= $skin['move_up']; ?></font>
  16. </a>
  17. <span class="fstandard"><font color="white"> || </font></span>
  18. <a href="admin_forums.php?mode=movedown&submode=cat&c=<?= $skin['c_id'] ?>" class="fstandard">
  19. <font color="white"><?= $skin['move_down']; ?></font>
  20. </a>
  21. </td>
  22. <td width="14" height="7" style="background-image: url('template/images/td_category_right.gif')" class="category"></td>
  23. </tr>
  24. </table>