<?php
include("_mysql.php");
include("_settings.php");
include("_functions.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<title>Dokument bez tytu³u</title>
<link rel="stylesheet" type="text/css" href="layout.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="logo" align="center">
<table id="invisible-top" width="764" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/top_1.jpg" /></td>
<td><img src="img/top_2.jpg" /></td>
<td><img src="img/top_3.jpg" /></td>
<td><img src="img/top_4.jpg" /></td>
</tr>
</table>
</div>
<div class="content-wrapper">
<table id="invisible" width="728" cellspacing="0" cellpadding="0">
<tr>
<td width="14"><img src="img/menu_left.gif" width="14" height="46" /></td>
<td id="background-menu">
<div id="navigation">
<ul>
<li><a href="index.php?site=news">Nowo¶ci</a></li>
<li><a href="index.php?site=calendar">Kalendarz</a></li>
<li><a href="index.php?site=squads">Dru¿yny</a></li>
<li><a href="index.php?site=awards">Osi±gniêcia</a></li>
<li><a href="index.php?site=polls">Ankiety</a></li>
<li><a href="index.php?site=server">Serwery</a></li>
<li><a href="index.php?site=files">Media</a></li>
<li><a href="http://forum.digitalprecision.pl/">Forum</a></li>
<li><a href="index.php?site=sponsors">Sponsorzy</a></li>
<li><a href="index.php?site=contact">Kontakt</a></li>
</ul>
</div></td>
<td width="15"><img src="img/menu_right.gif" width="15" height="46" /></td>
</tr>
</table>
<table width="728" cellspacing="0" cellpadding="0">
<tr id="top">
<td>
<table width="728" align="center" cellpadding="0" cellspacing="0" id="invisible">
<tr>
<td><img src="img/bar_1.gif" /></td>
<td><img src="img/bar_2.gif" /></td>
<td><img src="img/bar_3.gif" /></td>
</tr>
<tr>
<td><img src="img/bar_4.gif" /></td>
<td><img src="img/bar_5.jpg" /></td>
<td><img src="img/bar_6.gif" /></td>
</tr>
<tr>
<td><img src="img/bar_7.gif" /></td>
<td><img src="img/bar_8.gif" /></td>
<td><img src="img/bar_9.gif" /></td>
</tr>
</table> </td>
</tr>
<tr id="top">
<td>
<table id="invisible" width="728" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/ctab_left.gif" /></td>
<td id="background-3tables" width="210"><? include("sc_headlines.php"); ?></td>
<td><img src="img/ctab_separator.gif" /></td>
<td id="background-3tables" width="281"><span id="results"><? include("sc_results.php"); ?></span></td>
<td><img src="img/ctab_separator.gif" /></td>
<td id="background-3tables" width="210"><? include("sc_upcoming.php"); ?> </td>
<td><img src="img/ctab_right.gif" /></td>
</tr>
</table> </td>
</tr>
<tr id="top">
<td>
<table id="invisible" width="728" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/lower_strip_L.gif" /></td>
<td><img src="img/lower_strip_1.gif" /></td>
<td id="background-3shade" width="560"></td>
<td><img src="img/lower_strip_3.gif" /></td>
<td><img src="img/lower_strip_R.gif" /></td>
</tr>
<tr><td colspan="5"><img src="img/shade.jpg" /></td></tr>
</table> </td>
</tr>
</table>
<div class="menu-wrapper">
<img src="img/right_bar.gif" style="margin-left:-16px; z-index:-1;"/>
<? include("login.php"); ?>
<img src="img/right_bar.gif" style="margin-left:-16px; z-index:-1;"/>
<? include("partners.php"); ?>
<img src="img/right_bar.gif" style="margin-left:-16px; z-index:-1;"/>
<? include("poll.php"); ?>
<? include("counter.php"); ?>
</div>
<div style="margin-left:-8px; padding-left:10px; padding-top:15px; width:480px">
<?
if(!isset($site)) $site="news"; //Sichheitslücke beheben
$invalide = array('/','//',':','.'); include($site.".php");
?>
</div>
<div align="center">
<table cellspacing="0" cellpadding="0" width="300">
<tr>
<td><img src="img/left.gif" /></td>
<td><img src="img/center-L.gif"></td>
<td><img src="img/separator.gif" /></td>
<td><img src="img/center-R.gif" /></td>
<td><img src="img/right.gif" /></td>
</tr></table>
</div>
<div class="push"></div>
</div>
<div class="footer" id="gradient-bottom" align="center">
<table cellspacing="0" cellpadding="0"><tr>
<td><img src="img/shades_L.gif" /></td>
<td><img src="img/shades_1.jpg" /></td>
<td><img src="img/shades_2.jpg" /></td>
<td><img src="img/shades_3.jpg" /></td>
<td><img src="img/shades_R.gif" /></td>
</tr></table>
<table cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/bottom_left.gif" /></td>
<td><img src="img/bottom_bg.jpg" /></td>
<td><img src="img/bottom_right.gif" /></td>
</tr>
<tr>
<td colspan="3"><img src="img/bottom_glass.gif" /></td>
</tr>
</table>
</div>
</body>
</html>