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.

42 lines
1.6 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. <div align="left" style="width: <?= TABLES_WIDTH; ?>px;">
  5. <br>
  6. <span class="pa_sect"><?= $skin['L.smilelist']?></span><br>
  7. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  8. <tr>
  9. <td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
  10. <td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
  11. <p align="center"><?= $skin['L.edit_smile']; ?>
  12. </td>
  13. <td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
  14. </tr>
  15. </table>
  16. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
  17. <!-- edit word ( ":)", etc. ) --->
  18. <tr>
  19. <td align="right" class="fitem">
  20. <span class="fstandard"><b><?php echo $skin['L.smile']; ?>:</b></span>
  21. </td>
  22. <td class="fitem">
  23. <input type="text" name="word" style="width: 200px" value="<?= $_POST['word']; ?>">
  24. </td>
  25. </tr>
  26. <!-- edit smile url -->
  27. <tr>
  28. <td align="right" class="fitem">
  29. <span class="fstandard"><b><?php echo $skin['L.url']; ?>:</b></span>
  30. </td>
  31. <td class="fitem">
  32. <input type="text" name="url" style="width: 200px" value="<?= $_POST['url']; ?>">
  33. </td>
  34. </tr>
  35. <tr>
  36. <td height="20" class="fitem" align="center" valign="top" colspan="2">
  37. <input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />&nbsp;
  38. <input type="reset" class="fbutton" value="<?php echo $skin['L.clear']; ?>" />&nbsp;
  39. </td>
  40. </tr>
  41. </table>
  42. </form>