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.

25 lines
1.2 KiB

  1. <form action="search.php?content=posts" method="post">
  2. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  3. <tr>
  4. <td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')"></td>
  5. <td height="14" class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><?= $skin['mainpage']; ?> </td>
  6. <td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')"></td>
  7. </tr>
  8. </table>
  9. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
  10. <tr>
  11. <td align="right" width="40%" class="fitem" valign="top" align="right" style="border-width: 0px;">
  12. <span class="fstandard"><b><? echo $skin['insert_keywords']; ?>: </b></span>&nbsp;
  13. </td>
  14. <td align="left" class="fitem" valign="top" style="border-width: 0px;">
  15. <input type="text" name="keywords" value="" size="25" /><br>
  16. </td>
  17. </tr>
  18. <tr>
  19. <td align="center" class="fitem" colspan="2" valign="top" style="border-width: 0px;">
  20. <input class="fbutton" type="submit" value="<?= $skin['lsubmit']; ?>">
  21. <input class="fbutton" type="reset" value="<?= $skin['lreset']; ?>">
  22. </td>
  23. </tr>
  24. </table>
  25. </form>