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.

25 lines
1.5 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. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  9. <tr>
  10. <td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
  11. <td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
  12. <p align="center"><?= $skin['L.select_mode']; ?>?</p>
  13. </td>
  14. <td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
  15. </tr>
  16. </table>
  17. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
  18. <tr>
  19. <td align="center" colspan="5" style="color: brown">
  20. <a href="banlist.php?mode=add&amp;submode=user" class="fsmall"><b><font color="brown"><?= $skin['L.add_user']; ?></font></b></a>
  21. &#8226;&nbsp;<a href="banlist.php?mode=add&amp;submode=ip" class="fsmall"><b><font color="brown"><?= $skin['L.add_ip']; ?></font></b></a>
  22. &#8226;&nbsp;<a href="banlist.php?mode=add&amp;submode=all" class="fsmall"><b><font color="brown"><?= $skin['L.add_all']; ?></font></b></a>
  23. &#8226;&nbsp;<a href="banlist.php?mode=add&amp;submode=file" class="fsmall"><b><font color="brown"><?= $skin['L.add_file']; ?></font></b></a>
  24. &#8226;&nbsp;<a href="banlist.php?mode=clear" class="fsmall"><b><font color="brown"><?= $skin['L.clean_banlist']; ?></font></b></a>
  25. </td>