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.

49 lines
2.6 KiB

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