<?php
/*
########################################################################
# #
# Version 4 / / / #
# -----------__---/__---__------__----__---/---/- #
# | /| / /___) / ) (_ ` / ) /___) / / #
# _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___ #
# Free Content / Management System #
# / #
# #
# #
# Copyright 2005-2006 by webspell.org #
# #
# visit webSPELL.org, webspell.info to get webSPELL for free #
# - Script runs under the GNU GENERAL PUBLIC LICENSE #
# - It's NOT allowed to remove this copyright-tag #
# -- GNU General Public License - Free Software Foundation #
# #
# Code based on WebSPELL Clanpackage (Michael Gruber - webspell.at), #
# Far Development by Development Team - webspell.org #
# #
# visit webspell.org #
# #
########################################################################
*/
// important data include
include("_mysql.php");
include("_settings.php");
include("_functions.php");
// end important data include
?>
<html>
<head>
<title>100%</title>
<style type="text/css">
<!--
* {
margin: 0;
}
html, body {
height: 100%;
}
BODY { background-color: white; }
p, h1 {
padding-bottom: 10px;
}
a:link {color:#333333; text-decoration:none}
a:visited {color:#333333; text-decoration:none}
a:active {color:#333333; text-decoration:none}
a:hover {color:red; text-decoration:underline}
#wrapper {
position: relative;
min-height: 100%;
height: auto !important;
height: 100%;
}
#top {
height: 120px;
}
#content {
background-image:url(img/mb.png);
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
height: 102px;
line-height: 1.5em;
text-align: center;
background: #8B8878;
background-image:url(img/bb.png);
}
-->
</style>
</head>
<body>
<div id="wrapper">
<div id="top">
<table width="100%" height="120" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="img/tb.png"> </td>
<td width="263" background="img/tbl.png"> </td>
<td background="img/tb.png"> </td>
<td width="155" background="img/tbr.png"> </td>
<td background="img/tb.png"> </td>
</tr>
</table>
</div>
<div id="content">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
<td width="5" valign="top" background="img/pbl.png"> </td>
<td valign="top" width="850" background="img/mpb.png"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="10"></td>
<td></td>
<td></td>
</tr>
<tr>
<td width="10"> </td>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" height="200"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30"></td>
<td></td>
</tr>
<tr>
<td width="30"> </td>
<td><p><img src="img/aro.png" /> <a href="Unbenanntes Dokument">Startseite </a></p>
<p><img src="img/aro.png" /> <a href="Unbenanntes Dokument">Forum </a></p>
<p><img src="img/aro.png" /> <a href="Unbenanntes Dokument">Mitglieder </a></p>
<p><img src="img/aro.png" /> <a href="Unbenanntes Dokument">ClanWars </a></p>
<p><img src="img/aro.png" /> <a href="Unbenanntes Dokument">Servers </a></p></td>
</tr>
</table></td>
<td width="600" background="img/banner.png"> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="10"></td>
</tr>
<tr>
<td height="25" background="img/ptb.png"></td>
</tr>
<tr>
<td height="10"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><?
if(!isset($site)) $site="news";
//Sichheitslücke beheben
$invalide = array('/','/\/',':','.');
$site = str_replace($invalide,' ',$site);
if(!file_exists($site.".php")) $site = "news";
include($site.".php");
?></td>
<td width="10"></td>
<td width="280"></td>
</tr>
</table> </td>
<td> </td>
</tr>
<tr>
<td height="10"></td>
<td></td>
<td width="10"></td>
</tr>
</table></td>
<td width="5" valign="top" background="img/pbr.png"> </td>
<td> </td>
</tr>
</table>
</div>
<div id="footer">
Footer
</div>
</div>
</body>
</html>