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.

20 lines
1.1 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.main_beam']; ?></span>
  7. <form action="styles.php?mode=view" method="POST">
  8. <span class="fstandard"><b><?= $skin['L.new_skin']; ?>:</b></span>&nbsp; &nbsp;<input type="text" name="skin" maxlength="25" value="<?= $_POST['skin']; ?>">&nbsp;
  9. <input type="submit" class="fbutton" value="<?= $skin['L.install']; ?>">
  10. </form>
  11. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  12. <tr>
  13. <td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
  14. <td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
  15. <p align="center"><?= $skin['L.actual_skins']; ?>
  16. </td>
  17. <td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
  18. </tr>
  19. </table>
  20. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">