|
|
- <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>
- <form action="<?= $skin['action']; ?>" method="POST">
- <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.edit_ban']; ?></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">
- <!-- edit IP --->
- <tr>
- <td align="right" class="fitem">
- <span class="fstandard"><b>IP:</b></span>
- </td>
- <td class="fitem">
- <input type="text" name="ip" style="width: 200px" value="<?= $_POST['ip']; ?>">
- </td>
- <td class="fitem">
- <span class="fsmall"><?= $skin['L.ip.HELP']; ?></span>
- </td>
- </tr>
- <!-- edit motive -->
- <tr>
- <td align="right" class="fitem">
- <span class="fstandard"><b><?= $skin['L.motive']; ?>:</b></span>
- </td>
- <td class="fitem">
- <input type="text" name="motive" style="width: 200px" value="<?= $_POST['motive']; ?>">
- </td>
- <td class="fitem">
-
- </td>
- </tr>
- <tr>
- <td width="738" height="20" class="fitem" align="center" valign="top" colspan="3">
- <input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />
- <input type="reset" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />
- </td>
- </tr>
- </table>
- </form>
|