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.

36 lines
1.9 KiB

  1. <?php include $msg; ?>
  2. <form method="POST" action="<? echo $skin['action']; ?>" name="form_dsf">
  3. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  4. <tr>
  5. <td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')"></td>
  6. <td height="14" width="116" class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><?php echo $skin['lsmiles']; ?></td>
  7. <td class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><?php echo $skin['lwarn']; ?></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 width="116" height="115" class="fitem" align="center" valign="top"><br> <? echo $skin['smiles']; ?> </td>
  13. <td width="48%" height="116" class="fitem" align="center" valign="top">
  14. <p align="left">
  15. <span class="fsmall"><b><?php echo $skin['lvalue']; ?>:&nbsp;</b></span><br />
  16. <!--input type="text" name="value" style="width:470px" maxlength="1" value="?php echo $_POST['value']; ?>" /><br />-->
  17. <select name="value" style="width: 470px">
  18. <option value="+" selected="selected"><?= $skin['ladd'];?></option>
  19. <option value="-"><?= $skin['ldelete'];?></option>
  20. </select><br>
  21. <span class="fstandard"><b><?php echo $skin['lmsg']; ?>:</b></span><br>
  22. <textarea name="textedit" id="textedit" rows="10" cols="56"><?php echo $_POST['textedit']; ?></textarea>
  23. <script language="JavaScript" type="text/javascript">
  24. make_wyzz('textedit');
  25. </script>
  26. </p>
  27. </td>
  28. </tr>
  29. <tr>
  30. <td colspan="2" height="19" class="fitem" align="center">
  31. <input type="submit" class="fbutton" value="<?php echo $skin['lsave']; ?>" />&nbsp;
  32. <input type="submit" class="fbutton" value="<?php echo $skin['lreset']; ?>" />
  33. </td>
  34. </tr>
  35. </table>
  36. </form>