|
|
- <table class="maintable" width="<?= TABLES_WIDTH; ?>">
- <tr>
- <td width="668" height="7" class="fitem">
- <span class="fstandard"><?= $skin['L.word_name']; ?></span>
- </td>
- <td width="40" height="7" class="fitem" align="center">
- <a href="censorlist.php?mode=edit&w=<?= $skin['w_id']; ?>" class="fstandard">
- <font color="brown"><?= $skin['L.edit'];?></font>
- </a>
- </td>
- <td width="40" height="7" class="fitem" align="center">
- <a href="censorlist.php?mode=delete&&w=<?= $skin['w_id']; ?>" class="fstandard">
- <font color="brown"><b><?= $skin['L.delete'];?></b></font>
- </a>
- </td>
- </tr>
- </table>
|