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
1.1 KiB

  1. <form action="moderate.php?action=move&id=<?= $skin['t']; ?>" method="POST">
  2. <table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-width: 0px">
  3. <tr>
  4. <td width="17" style="background-image: url('skins/subPurple/images/td_beam_left.gif')" class="beam"></td>
  5. <td height="14" class="beam" onclick="javascript:showhide()" style="background-image: url('skins/subPurple/images/td_beam_top.gif')">&nbsp; </td>
  6. <td width="17" style="background-image: url('skins/subPurple/images/td_beam_right.gif')" class="beam"></td>
  7. </tr>
  8. </table>
  9. <table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-top: 0px">
  10. <tr>
  11. <td align="right" class="fitem" width="20%"><span class="fstandard"><b><?php echo $skin['L.select_forum']; ?>:</b></span></td>
  12. <td class="fitem" width="60%">
  13. <select name="forum_id">
  14. <?= $skin['OPTIONS.select_forum']; ?>
  15. </select>
  16. </td>
  17. <tr>
  18. <td width="738" height="20" class="fitem" align="center" valign="top" colspan="2">
  19. <input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />&nbsp;
  20. <input type="submit" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />
  21. </td>
  22. </tr>
  23. </table>
  24. </form>