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.

52 lines
1.8 KiB

  1. <center>
  2. <div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
  3. <div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
  4. <br>
  5. <div align="left" style="width: <?= TABLES_WIDTH; ?>px">
  6. <span class="pa_sect"><?= $skin['L.banlist']; ?></span>
  7. </div>
  8. <form action="<?= $skin['action']; ?>" method="POST">
  9. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  10. <tr>
  11. <td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
  12. <td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
  13. <p align="center"><?= $skin['L.edit_ban']; ?></p>
  14. </td>
  15. <td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
  16. </tr>
  17. </table>
  18. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
  19. <!-- file url -->
  20. <tr>
  21. <td align="right" class="fitem">
  22. <span class="fstandard"><b><?php echo $skin['L.file_name']; ?>:</b></span>
  23. </td>
  24. <td class="fitem">
  25. <input type="hidden" name="MAX_FILE_SIZE" value="52000">
  26. <input type="file" name="file">
  27. </td>
  28. <td class="fitem">
  29. <span class="fsmall"><?= $skin['L.file.HELP']; ?></span>
  30. </td>
  31. </tr>
  32. <!-- edit motive -->
  33. <tr>
  34. <td align="right" class="fitem">
  35. <span class="fstandard"><b><?= $skin['L.motive']; ?>:</b></span>
  36. </td>
  37. <td class="fitem">
  38. <input type="text" name="motive" style="width: 200px" value="<?= $_POST['motive']; ?>">
  39. </td>
  40. <td class="fitem">
  41. &nbsp;
  42. </td>
  43. </tr>
  44. <tr>
  45. <td width="738" height="20" class="fitem" align="center" valign="top" colspan="3">
  46. <input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />&nbsp;
  47. <input type="reset" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />&nbsp;
  48. </td>
  49. </tr>
  50. </table>
  51. </form>