<?php
require 'user_online.php';
zaehle_besucher ($_SERVER['REMOTE_ADDR']);
?>
<?php
ob_start();
?>
<html>
<head>
<title>Treffpunkt Deutschland</title>
<link rel="stylesheet" href="format.css" type="text/css">
</head>
<body scrolling="no">
<table width="100%">
<tr>
<td><img src="images/logo.png"></img></td>
<td align="right" valign="bottom"><iframe width="468" height="60" frameborder="0" scrolling="no" marginheight="0px" marginwidth="0px" src="service/werbung/werbeview.php"></iframe></td>
</tr>
<tr>
<td colspan="2">
<table width="100%" border="1" class="navi">
<tr>
<td colspan="7" class="navi" height="10"></td>
</tr>
<tr>
<td align="center" width="14%" onmouseover='this.style.backgroundColor="#90EE90";' onmouseout='this.style.background="none";'><a class="tdlink" target="content" href="baustelle.html"><font size="+1" color="#008000">Auktionen</font></a></td>
<td align="center" width="14%" onmouseover='this.style.backgroundColor="#FAFAD2";' onmouseout='this.style.background="none";'><a class="tdlink" target="content" href="baustelle.html"><font size="+1" color="#FFA500">Stellenbörse</font></a></td>
<td align="center" width="14%" onmouseover='this.style.backgroundColor="#FFB6C1";' onmouseout='this.style.background="none";'><a class="tdlink" target="content" href="baustelle.html"><font size="+1" color="#DC143C">Community</font></a></td>
<td align="center" width="14%" onmouseover='this.style.backgroundColor="#FFB6C1";' onmouseout='this.style.background="none";'><a class="tdlink" target="content" href="index.php?section=chat"><font size="+1" color="#DC143C">Chat</font></a></td>
<td align="center" width="14%" onmouseover='this.style.backgroundColor="#ADD8E6";' onmouseout='this.style.background="none";'></td>
<td align="center" width="14%" onmouseover='this.style.backgroundColor="#ADD8E6";' onmouseout='this.style.background="none";'><a class="tdlink" target="content" href="user/submit.html"><font size="+1" color="#6A5ACD">Anmelden</font></a></td>
<td align="center" width="14%" onmouseover='this.style.backgroundColor="#D3D3D3";' onmouseout='this.style.background="none";'><a class="tdlink" target="content" href="service/index.html"><font size="+1" color="#000000">About</font></a></td>
</tr>
<tr>
<td colspan="7" class="navi" height="10"></td>
</tr>
</table>
<?
switch($section){
case "einleitung": include("einleitung.html"); break;
case "chat": include("chat/index.php"); break;
default: include("einleitung.html"); break;
}
?>
<table border="1" width="100%" class="navi">
<tr>
<td class="navi" height="30" align="center" width="20%">
<table width="100%" border="0">
<tr>
<td align="center"><img src="images/info.gif"></img></td>
<td valign="middle"><?php $anz_besucher = anzahl_besucher(); ?><b><?php echo $anz_besucher ?> User <font color="#00FF00">Online</font></b></td>
</tr>
</table>
</td>
<td class="navi" height="30" align="center" width="75%"><font color="#808080" size="+1"><b>©</b></font><font color="#808080" size="0"><?php echo " Copyright 2007 - ". date(Y); ?> by Treffpunkt Deutschland, designed and written by Chris Bornemann </font></td>
<td class="navi" height="30" align="center" width="5%" onmouseover='this.style.backgroundColor="#FF0000";' onmouseout='this.style.background="none";'><a href="service/admin/index.html" target="_blank" class="tdlink"><img src="service/images/key.ico" border="0"></img></a></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<?php
ob_end_flush();
?>
<?php require($REDIRECT_HOMEDIR . "service/statistiken/stats.php"); ?>