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.

60 lines
2.4 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="fsmall"><?= $skin['L.welcome_pa']; ?></span>
  7. </div>
  8. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  9. <tr>
  10. <td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
  11. <td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
  12. <p align="center"><?= $skin['L.forum_stats']; ?></p>
  13. </td>
  14. <td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
  15. </tr>
  16. </table>
  17. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
  18. <tr>
  19. <tr>
  20. <td class="fitem" align="right" width="50%" height="19">
  21. <span class="fstandard"><?= $skin['L.install_date']; ?>:&nbsp;&nbsp;</span>
  22. </td>
  23. <td class="fitem" width="50%" height="19">
  24. <span class="fstandard"><b><?= $skin['install_date'] ?></b></span>
  25. </td>
  26. </tr>
  27. <tr>
  28. <td class="fitem" align="right" width="50%" height="19">
  29. <span class="fstandard"><?= $skin['L.topics']; ?>:&nbsp;&nbsp;</span>
  30. </td>
  31. <td class="fitem" width="50%" height="19">
  32. <span class="fstandard"><b><?= $skin['topics']; ?></b></span>
  33. </td>
  34. </tr>
  35. <tr>
  36. <td class="fitem" align="right" width="50%" height="19">
  37. <span class="fstandard"><?= $skin['L.posts']; ?>:&nbsp;&nbsp;</span>
  38. </td>
  39. <td class="fitem" width="50%" height="19">
  40. <span class="fstandard"><b><?= $skin['posts']; ?></b></span>
  41. </td>
  42. </tr>
  43. <tr>
  44. <td class="fitem" align="right" width="50%" height="19">
  45. <span class="fstandard"><?= $skin['L.script_version']; ?>:&nbsp;&nbsp;</span>
  46. </td>
  47. <td class="fitem" width="50%" height="19">
  48. <span class="fstandard"><b><?= VERSION; ?></b></span>
  49. </td>
  50. </tr>
  51. <tr>
  52. <td class="fitem" align="right" width="50%" height="19">
  53. <span class="fstandard"><?= $skin['L.updates']; ?>:&nbsp;&nbsp;</span>
  54. </td>
  55. <td class="fitem" width="50%" height="19">
  56. <?= $skin['updates']; ?>
  57. </td>
  58. </tr>
  59. </table>
  60. </div>