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.

38 lines
1.9 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <head>
  3. <meta http-equiv="Content-Language" content="pl">
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <link rel="stylesheet" href="../admin/template/skin.css" type="text/css">
  6. <title>&micro;F Administration</title>
  7. </head>
  8. <body class="body">
  9. <center>
  10. <div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
  11. <div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
  12. <span class="pa_h1"><?= $skin['uf_pa']; ?></span>
  13. <table class="maintable" width="<?= TABLES_WIDTH; ?>">
  14. <tr>
  15. <td class="beam" align="center">
  16. <a href="../index.php" target="_parent" class="beam">&raquo;<?= $skin['gotoforum']; ?>&laquo;</a> &#8226;
  17. <a href="forum_info.php" target="main" class="beam"><?= $skin['index']; ?></a> &#8226;
  18. <a href="check_script.php" target="main" class="beam"><?= $skin['scriptstat']; ?></a> &#8226;
  19. <a href="admin_script.php" target="main" class="beam"><?= $skin['scriptoptions']; ?></a> &#8226;
  20. <a href="mass_email.php" target="main" class="beam"><?= $skin['mass_email']; ?></a> &#8226;
  21. <a href="admin_forums.php" target="main" class="beam"><?= $skin['admin_forums']; ?></a>
  22. </td>
  23. <tr>
  24. <td class="beam" align="center">
  25. <a href="admin_groups.php" target="main" class="beam"><?= $skin['admin_groups']; ?></a> &#8226;
  26. <a href="admin_users.php" target="main" class="beam"><?= $skin['admin_users']; ?></a> &#8226;
  27. <a href="smilelist.php" target="main" class="beam"><?= $skin['admin_smilelist']; ?></a> &#8226;
  28. <a href="censorlist.php" target="main" class="beam"><?= $skin['admin_censorlist']; ?></a> &#8226;
  29. <a href="banlist.php" target="main" class="beam"><?= $skin['admin_banlist']; ?></a>
  30. </td>
  31. </tr>
  32. </table>
  33. </div>
  34. </div>
  35. </body>
  36. </html>