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

<!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/subPurple/images/favicon.ico">
<link rel="favicon" href="skins/subPurple/images/favicon.ico">
<meta name="keywords" content="<? echo $skin['keywords']; ?>">
<meta name="description" content="<? echo $skin['description']; ?>">
<link rel="stylesheet" href="skins/subPurple/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/subPurple/';
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>
<center>
<div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px;">
<div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
<div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td align="center">
<a href="index.php"><img border="0" src="skins/subPurple/images/uf_logo.svg" height="130" alt="&micro;F logo"></a></td>
<td width="602" height="75" valign="top">
<p align="center"><span class="hforum"><? echo $skin['L.forumname']; ?></span><br><span class="fstandard"><i><?= $skin['L.forumdesc']; ?></i></span></p>
<p align="center">
<a href="users.php" class="flink"><?= $skin['L.users']; ?></a>&nbsp;&nbsp;
<a href="groups.php" class="flink"><?= $skin['L.groups']; ?></a>&nbsp;&nbsp;
<a href="search.php?content=posts" class="flink"><?= $skin['L.search']; ?></a>&nbsp;&nbsp;
<a href="pms.php" class="flink"><?= $skin['L.pm']; ?></a>&nbsp;&nbsp;<br>
<? if ($userdata['rank'] == 2) { ?> <a href="admin/" class="flink"><?= $skin['L.pa_link']; ?></a>&nbsp;&nbsp;<? } ?>
<a href="eprofile.php" class="flink"><?= $skin['L.eprofile']; ?></a>&nbsp;&nbsp;
<a href="register.php" class="flink"><? echo $skin['L.register']; ?></a>&nbsp;&nbsp;
<a href="login.php?mode=<? echo $skin['modelogin']; ?>" class="flink"><? echo $skin['L.login']; ?></a>&nbsp;&nbsp;
</p>
</td>
</tr>
<tr>
<td class="main" colspan="2">
<a href="index.php" class="navigator">Forum <? echo $skin['L.forumname']; ?> <? echo $skin['L.mainpage']; ?></a></td>
</tr>
</table>