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.

77 lines
3.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="pa_sect"><?= $skin['main_beam']; ?></span>
  7. </div>
  8. <? include $ERROR; ?>
  9. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  10. <tr>
  11. <td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
  12. <td height="14" colspan="2" class="beam" style="background-image: url('template/images/td_beam_top.gif')"><?= $skin['main_beam']; ?></td>
  13. <td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
  14. </tr>
  15. </table>
  16. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
  17. <tr>
  18. <td class="fitem" align="right" width="40%" height="19">
  19. <span class="fstandard"><?= $skin['L.php_version']; ?> (<?= $skin['PHP.version']?>):&nbsp;&nbsp;</span>
  20. </td>
  21. <td class="fitem" width="60%" height="19">
  22. <span class="fstandard"><b><?= $skin['PHP.value'] ?></b></span>
  23. </td>
  24. </tr>
  25. <tr>
  26. <td class="fitem" align="right" width="40%" height="19">
  27. <span class="fstandard"><?= $skin['L.mySQL_version']; ?> (<?= $skin['mySQL.version']?>):&nbsp;&nbsp;</span>
  28. </td>
  29. <td class="fitem" width="60%" height="19">
  30. <span class="fstandard"><b><?= $skin['mySQL.value'] ?></b></span>
  31. </td>
  32. </tr>
  33. <tr>
  34. <td class="fitem" align="right" width="40%" height="19">
  35. <span class="fstandard"><?= $skin['L.db_size']; ?>:&nbsp;&nbsp;</span>
  36. </td>
  37. <td class="fitem" width="60%" height="19">
  38. <span class="fstandard"><b><?= $skin['db_size']; ?></b></span>
  39. </td>
  40. </tr>
  41. <tr>
  42. <td class="fitem" align="right" width="40%" height="19">
  43. <span class="fstandard"><?= $skin['L.forum_size']; ?>:&nbsp;&nbsp;</span>
  44. </td>
  45. <td class="fitem" width="60%" height="19">
  46. <span class="fstandard"><b><?= $skin['forum_size']; ?></b></span>
  47. </td>
  48. </tr>
  49. <tr>
  50. <td class="fitem" align="right" width="40%" height="19">
  51. <span class="fstandard"><?= $skin['L.cat_name']; ?> (<?= $skin['cat1.name']?>):&nbsp;&nbsp;</span>
  52. </td>
  53. <td class="fitem" width="60%" height="19">
  54. <span class="fstandard"><b><?= $skin['cat1.value'] ?></b></span>
  55. </td>
  56. </tr>
  57. <tr>
  58. <td class="fitem" align="right" width="40%" height="19">
  59. <span class="fstandard"><?= $skin['L.cat_name']; ?> (<?= $skin['cat2.name']?>):&nbsp;&nbsp;</span>
  60. </td>
  61. <td class="fitem" width="60%" height="19">
  62. <span class="fstandard"><b><?= $skin['cat2.value'] ?></b></span>
  63. </td>
  64. <tr>
  65. <td class="fitem" align="right" width="40%" height="19">
  66. <span class="fstandard"><?= $skin['L.cat_name']; ?> (<?= $skin['cat3.name']?>):&nbsp;&nbsp;</span>
  67. </td>
  68. <td class="fitem" width="60%" height="19">
  69. <span class="fstandard"><b><?= $skin['cat3.value'] ?></b></span>
  70. </td>
  71. </tr>
  72. <tr>
  73. <td class="fitem" align="left" width="100%" height="19" colspan="2">
  74. <span class="fstandard"><b><?= $skin['successfully']; ?></b></span>
  75. </td>
  76. </tr>
  77. </table>