|
|
- <center>
- <div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
- <div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
- <br>
- <div align="left" style="width: <?= TABLES_WIDTH; ?>px">
- <span class="pa_sect"><?= $skin['L.banlist']; ?></span>
- </div>
- <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
- <tr>
- <td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
- <td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
- <p align="center"><?= $skin['L.select_mode']; ?>?</p>
- </td>
- <td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
- </tr>
- </table>
- <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
- <tr>
- <td align="center" colspan="5" style="color: brown">
- <a href="banlist.php?mode=add&submode=user" class="fsmall"><b><font color="brown"><?= $skin['L.add_user']; ?></font></b></a>
- • <a href="banlist.php?mode=add&submode=ip" class="fsmall"><b><font color="brown"><?= $skin['L.add_ip']; ?></font></b></a>
- • <a href="banlist.php?mode=add&submode=all" class="fsmall"><b><font color="brown"><?= $skin['L.add_all']; ?></font></b></a>
- • <a href="banlist.php?mode=add&submode=file" class="fsmall"><b><font color="brown"><?= $skin['L.add_file']; ?></font></b></a>
- • <a href="banlist.php?mode=clear" class="fsmall"><b><font color="brown"><?= $skin['L.clean_banlist']; ?></font></b></a>
- </td>
|