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.1 KiB

  1. <form action="<?= $_SERVER['REQUEST_URI']; ?>" 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')" class="beam"></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')" class="beam"></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['user']; ?>: </b></span>&nbsp;
  13. </td>
  14. <td align="left" class="fitem" valign="top" style="border-width: 0px;">
  15. <input type="text" name="username" 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['lsave']; ?>">
  21. </td>
  22. </tr>
  23. </table>
  24. </form>