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.

48 lines
2.5 KiB

  1. <?php include $msg; ?>
  2. <form method="POST" action="<? echo $_SERVER['REQUEST_URI']; ?>" name="form_dsf">
  3. <? if ($_GET['mode']=='ntopic') { ?>
  4. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  5. <tr>
  6. <td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')"></td>
  7. <td height="14" class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><?php echo $skin['lwritetopic']; ?></td>
  8. <td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')"></td>
  9. </tr>
  10. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
  11. <tr>
  12. <td class="fitem">
  13. <p align="right"><span class="fsmall"><b><?php echo $skin['ltopicname']; ?>:&nbsp;</b></span>
  14. </td>
  15. <td class="fitem">
  16. <input type="text" name="ntopic" style="width:400px" value="<?php echo $_POST['ntopic']; ?>">
  17. </td>
  18. </tr>
  19. </table>
  20. <span class="fverysmall">&nbsp;</span>
  21. <? } ?>
  22. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  23. <tr>
  24. <td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')"></td>
  25. <td height="14" width="116" class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><?php echo $skin['lsmiles']; ?></td>
  26. <td class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')">Post</td>
  27. <td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')"></td>
  28. </tr>
  29. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
  30. <tr>
  31. <td width="116" height="115" class="fitem" align="center" valign="top"><br> <? echo $skin['smiles']; ?> </td>
  32. <td width="48%" height="116" class="fitem" align="center" valign="top">
  33. <p align="left"><span class="fstandard"><b><?php echo $skin['lmsg']; ?>:</b></span><br>
  34. <textarea name="textedit" id="textedit" rows="10" cols="56"><?php echo $_POST['textedit']; ?></textarea><br>
  35. <script language="JavaScript">
  36. make_wyzz('textedit');
  37. </script>
  38. <? if ($_GET['mode']=='ntopic') { ?> <input type="checkbox" name="topic_sticky"><span class="fstandard"><b><? echo $skin['lsticky_topic']; ?></b></span><? } ?>
  39. </td>
  40. </tr>
  41. <tr>
  42. <td colspan="2" height="19" class="fitem" align="center">
  43. <input type="submit" class="fbutton" value="<?php echo $skin['lsave']; ?>" />&nbsp;
  44. <input type="submit" class="fbutton" value="<?php echo $skin['lreset']; ?>" />
  45. </td>
  46. </tr>
  47. </table>
  48. </form>