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.

66 lines
3.1 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <link rel="shortcut icon" href="skins/subPurple/images/favicon.ico">
  5. <link rel="favicon" href="skins/subPurple/images/favicon.ico">
  6. <meta name="keywords" content="<? echo $skin['keywords']; ?>">
  7. <meta name="description" content="<? echo $skin['description']; ?>">
  8. <link rel="stylesheet" href="skins/subPurple/skin.css" type="text/css">
  9. <title><? echo $skin['L.forumname']; ?> &bull; <? echo $skin['mainpage']; ?></title>
  10. </head>
  11. <body class="body">
  12. <script type="text/javascript" language="JavaScript">
  13. editor_lng1 = '<?= $lng['function_disabled_html_mode']; ?>';
  14. editor_lng2 = '<?= $lng['url_addr']; ?>';
  15. editor_lng3 = '<?= $lng['url_title']; ?>';
  16. editor_lng4 = '<?= $lng['img_url']; ?>';
  17. editor_lng5 = '<?= $lng['enter_informations']; ?>';
  18. <?= $lng['lang_titles_1']; ?>
  19. <?= $lng['lang_titles_2']; ?>
  20. skin_path='skins/subPurple/';
  21. function confirm_action(c_name, url)
  22. {
  23. <? if($forum_config['enable_confirms']) {?>if (confirm(c_name))
  24. {
  25. document.location = url;
  26. }
  27. <? } else { ?> document.location = url; <? } echo "\n"; ?>
  28. }
  29. function set_color(element)
  30. {
  31. element.style.backgroundColor='#F1F3FE';
  32. }
  33. function unset_color(element)
  34. {
  35. element.style.backgroundColor='';
  36. }
  37. </script>
  38. <script language="JavaScript" type="text/javascript" src="images/wyzz.js"><!--wyzz editor WYSIWYG The Mouse Whisperer (c) --></script>
  39. <center>
  40. <div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px;">
  41. <div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
  42. <div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
  43. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  44. <tr>
  45. <td align="center">
  46. <a href="index.php"><img border="0" src="skins/subPurple/images/uf_logo.svg" height="130" alt="&micro;F logo"></a></td>
  47. <td width="602" height="75" valign="top">
  48. <p align="center"><span class="hforum"><? echo $skin['L.forumname']; ?></span><br><span class="fstandard"><i><?= $skin['L.forumdesc']; ?></i></span></p>
  49. <p align="center">
  50. <a href="users.php" class="flink"><?= $skin['L.users']; ?></a>&nbsp;&nbsp;
  51. <a href="groups.php" class="flink"><?= $skin['L.groups']; ?></a>&nbsp;&nbsp;
  52. <a href="search.php?content=posts" class="flink"><?= $skin['L.search']; ?></a>&nbsp;&nbsp;
  53. <a href="pms.php" class="flink"><?= $skin['L.pm']; ?></a>&nbsp;&nbsp;<br>
  54. <? if ($userdata['rank'] == 2) { ?> <a href="admin/" class="flink"><?= $skin['L.pa_link']; ?></a>&nbsp;&nbsp;<? } ?>
  55. <a href="eprofile.php" class="flink"><?= $skin['L.eprofile']; ?></a>&nbsp;&nbsp;
  56. <a href="register.php" class="flink"><? echo $skin['L.register']; ?></a>&nbsp;&nbsp;
  57. <a href="login.php?mode=<? echo $skin['modelogin']; ?>" class="flink"><? echo $skin['L.login']; ?></a>&nbsp;&nbsp;
  58. </p>
  59. </td>
  60. </tr>
  61. <tr>
  62. <td class="main" colspan="2">
  63. <a href="index.php" class="navigator">Forum <? echo $skin['L.forumname']; ?> <? echo $skin['L.mainpage']; ?></a></td>
  64. </tr>
  65. </table>