|
|
- <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.main_beam']; ?></span>
- <form action="styles.php?mode=view" method="POST">
- <span class="fstandard"><b><?= $skin['L.new_skin']; ?>:</b></span> <input type="text" name="skin" maxlength="25" value="<?= $_POST['skin']; ?>">
- <input type="submit" class="fbutton" value="<?= $skin['L.install']; ?>">
- </form>
- <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.actual_skins']; ?>
- </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">
|