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.

15 lines
574 B

  1. <table class="maintable" style="border-width: 0px" width="<?= TABLES_WIDTH; ?>">
  2. <tr>
  3. <td rowspan="2" width="<?= (TABLES_WIDTH-100); ?>"><? echo $skin['lreply']; ?></td>
  4. <? include $skin['functions_moderate']; ?>
  5. </tr>
  6. </table>
  7. <span class="fverysmall">&nbsp;</span>
  8. <div align="right" style="width: 100%">
  9. <span class="fsmall"><?=$skin['lpage']; ?>:
  10. <select name="page" onchange="location='topic.php?t=<?= $tid; ?>&amp;page='+(this.value)">
  11. <?= $skin['option_pages']; ?>
  12. </select>
  13. <?= $skin['lwith']; ?> <?= $skin['lpages']; ?>
  14. </span>
  15. </div>