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.

33 lines
1.4 KiB

  1. <br>
  2. <table class="maintable" width="<?= (TABLES_WIDTH -20); ?>" 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')">ShoutBox</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 -20); ?>" style="border-top: 0px">
  10. <tr>
  11. <td class="fitem">
  12. <div style="width:100%; height:150px; overflow:auto">
  13. <table class="maintable" width="100%" style="border-width: 1px">
  14. <?= $shoutbox_content; ?>
  15. </table>
  16. </div>
  17. </td>
  18. </tr>
  19. <tr>
  20. <td class="fitem">
  21. <? if ($_SESSION['uid']>0) { ?>
  22. <form action="index.php?mode=shoutbox_add" method="POST">
  23. <span class="fsmall"><b><?= $skin['linsert_msg']; ?>: </b></span>
  24. <input type="text" style="width: 260px" maxlengh="300" name="shoutbox_message" value="">
  25. <input type="submit" class="fbutton" value="<?= $skin['lsave']; ?>">
  26. <? } ?>
  27. <input type="button" class="fbutton" onclick="location='index.php?mode=shoutbox_desc'" value="<?= $skin['lsort_desc']; ?>">
  28. <input type="button" class="fbutton" onclick="location='index.php'" value="<?= $skin['lsort_normal']; ?>">
  29. </form>
  30. </td>
  31. </tr>
  32. </table>
  33. <br>