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.
 
 
 
 
 
 

74 lines
3.2 KiB

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" href="skins/reFresh/images/favicon.ico">
<link rel="favicon" href="skins/reFresh/images/favicon.ico">
<meta name="keywords" content="<? echo $skin['keywords']; ?>">
<meta name="description" content="<? echo $skin['description']; ?>">
<link rel="stylesheet" href="skins/reFresh/skin.css" type="text/css">
<title><? echo $skin['L.forumname']; ?> &bull; <? echo $skin['mainpage']; ?></title>
</head>
<body class="body">
<script type="text/javascript" language="JavaScript">
editor_lng1 = '<?= $lng['function_disabled_html_mode']; ?>';
editor_lng2 = '<?= $lng['url_addr']; ?>';
editor_lng3 = '<?= $lng['url_title']; ?>';
editor_lng4 = '<?= $lng['img_url']; ?>';
editor_lng5 = '<?= $lng['enter_informations']; ?>';
<?= $lng['lang_titles_1']; ?>
<?= $lng['lang_titles_2']; ?>
skin_path='skins/reFresh/';
function confirm_action(c_name, url)
{
<? if($forum_config['enable_confirms']) {?>if (confirm(c_name))
{
document.location = url;
}
<? } else { ?> document.location = url; <? } echo "\n"; ?>
}
function set_color(element)
{
element.style.backgroundColor='#F1F3FE';
}
function unset_color(element)
{
element.style.backgroundColor='';
}
</script>
<script language="JavaScript" type="text/javascript" src="images/wyzz.js"><!--wyzz editor WYSIWYG The Mouse Whisperer (c) --></script>
<div id="container" style="width: <?= TABLES_WIDTH; ?>px;">
<div id="top_header">
<div id="logo">
<a href="index.php"><img border="0" src="skins/reFresh/images/uf_logo.svg" height="130" alt="&micro;F logo"></a>
</div>
<div id="title">
<div style="position: relative; top: 30%">
<h1><? echo $skin['L.forumname']; ?></h1>
<h2><?= $skin['L.forumdesc']; ?></h2>
</div>
</div>
</div>
<div id="menu">
<div id="menu_list">
<ul>
<li><a href="index.php">Główna</a></li>
<li><a href="users.php"><?= $skin['L.users']; ?></a></li>
<li><a href="groups.php"><?= $skin['L.groups']; ?></a></li>
<li><a href="search.php?content=posts"><?= $skin['L.search']; ?></a></li>
<li><a href="register.php"><? echo $skin['L.register']; ?></a></li>
<li><a href="login.php?mode=<? echo $skin['modelogin']; ?>"><? echo $skin['L.login']; ?></a></li>
<li>
</ul>
</div>
</div>
<div id="userpanel">
<span class="fsmall"><? echo $skin['loged_as']; if ($userdata['u_id']>-1) { ?> (<a href="eprofile.php" class="fsmall" style="font-weight: bold"><?= $skin['L.eprofile']; ?></a>) <? } ?><br />
<? echo $skin['lactual_time']; ?>: <b><? echo $skin['actual_time']; ?></b></span><br />
<span class="fsmall"><? echo $skin['lyoure']; ?></span> <span class="fsmall"><b><? echo $skin['amsgs']; ?></b></span> <a href="pms.php?mode=folder&submode=inbox" class="fsmall"><? echo $skin['lpm_msgs']; ?></a><br />
<? if ($userdata['rank'] == 2) { ?> <a href="admin/" class="fsmall" style="font-weight: bold"><?= $skin['L.pa_link']; ?></a><? } ?>
</div>
<div id="navi_bar">
<a href="index.php" class="navigator">Forum <? echo $skin['L.forumname']; ?></a> &raquo; <? echo $skin['L.mainpage']; ?></a>
</div>