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.

23 lines
1.3 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.select_mode']; ?>
  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. <tr>
  18. <td align="center">
  19. &nbsp;&nbsp;<a href="smilelist.php?mode=add&amp;submode=one" class="fsmall"><b><font color="brown"><?= $skin['L.add'] ?></font></b></a>
  20. &nbsp;&nbsp;<a href="smilelist.php?mode=add&amp;submode=file" class="fsmall"><b><font color="brown"><?= $skin['L.add_file'] ?></font></b></a>
  21. &nbsp;&nbsp;<a href="smilelist.php?mode=clear" class="fsmall"><b><font color="brown"><?= $skin['L.clean_smilelist'] ?></font></b></a>
  22. </td>
  23. </table>