<?php
/*
##########################################################################
# #
# Version 4 / / / #
# -----------__---/__---__------__----__---/---/- #
# | /| / /___) / ) (_ ` / ) /___) / / #
# _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___ #
# Free Content / Management System #
# / #
# #
# #
# Copyright 2005-2011 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 #
# -- http://www.fsf.org/licensing/licenses/gpl.html #
# #
# 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");
$_language->read_module('index');
$index_language = $_language->module;
// end important data include
?>
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="Clanpage using webSPELL 4 CMS" />
<meta name="author" content="webspell.org" />
<meta name="keywords" content="webspell, webspell4, clan, cms" />
<meta name="copyright" content="Copyright © 2005 - 2011 by webspell.org" />
<meta name="generator" content="webSPELL" />
<!-- Head & Title include -->
<title><?php echo PAGETITLE; ?></title>
<link href="tmp/rss.xml" rel="alternate" type="application/rss+xml" title="<?php echo getinput($myclanname); ?> - RSS Feed" />
<link href="css/news.css" rel="stylesheet" type="text/css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/accordion.js"> </script>
<script src="js/bbcode.js" language="jscript" type="text/javascript"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/jquery.slidingtabs.pack.js"></script>
<link href="css/myprofile.css" rel="stylesheet" type="text/css" />
<link href="css/profile.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
$(document).ready(function() {
// Vertical tabs example
$('#myprofile').slideTabs({
// Your options here
contentAnim: 'slideV',
contentAnimTime: 600,
contentEasing: 'easeInOutExpo',
orientation: 'vertical',
tabsAnimTime: 300
});
});
</script>
<link href="_stylesheet.css" rel="stylesheet" type="text/css" />
<link href="_site.css" rel="stylesheet" type="text/css" />
<link href="_style.css" rel="stylesheet" type="text/css" />
<script src="switch.js" type="text/javascript"></script>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/slide.css" type="text/css" media="screen" />
<script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="js/slide.js" type="text/javascript"></script>
</head>
<body>
<!-- Panel -->
<div id="toppanel">
<div id="panel">
<div class="content clearfix">
<div class="left">
<h1>Welcome to Team Bring It</h1>
</div>
<div class="left">
<!-- Login Form -->
<?php include("login.php"); ?>
</div>
<div class="left right">
<?php include("counter.php"); ?>
</div>
</div>
</div> <!-- /login -->
<!-- The tab on top -->
<div class="tab">
<ul class="login">
<li class="left"> </li>
<li>Hello Guest!</li>
<li class="sep">|</li>
<li id="toggle">
<a id="open" class="open" href="#">Log In | Statistics</a>
<a id="close" style="display: none;" class="close" href="#">Close Panel</a>
</li>
<li class="right"> </li>
</ul>
</div> <!-- / top -->
</div> <!--panel -->
<div id="site">
<div id="header"></div>
<div class="clear"></div>
<div id="navigation">
<div id="subnavigation">
<div id="sub1"></div>
<div id="sub2">
<div id="describe" onMouseover="clear_delayhide()" onMouseout="resetit(event)"></div>
</div>
</div>
<!-- Subnavigation end -->
<div class="clear"></div>
<script language="javascript" src="navi.js"></script>
<div class="clear"></div>
<div id="navi">
<ul>
<li id="nav1"></li>
<li id="nav2"></li>
<li id="nav3"></li>
<li id="nav4"></li>
<li id="nav5"></li>
<li id="nav6"></li>
<li id="nav7"></li>
<li id="nav8"></li>
</ul>
</div><!-- Navi end -->
</div><!-- Main Navigation end -->
<div class="clear"></div>
<div id="speacial">
<div id="fea_main"></div>
<div id="fea_button">
<div id="fea_buttonbg"></div>
</div>
<div id="topmatch"><?php include("sc_topmatch.php"); ?></div>
</div><!-- Special end -->
<div class="clear"></div>
<div id="contentarea">
<div id="content">
<div id="content_head"></div>
<div id="newsarea">
<!-- php site include -->
<?php
if(!isset($site)) $site="news";
$invalide = array('\\','/','/\/',':','.');
$site = str_replace($invalide,' ',$site);
if(!file_exists($site.".php")) $site = "news";
include($site.".php");
?>
<!-- content include end -->
</div>
</div><!-- Content end -->
<div id="box">
<div id="box1_head1"></div>
<a href="index.php?site=clanwars" id="box1_head2"></a>
<div class="clear"></div>
<div id="box1_bg">
<div style="padding:5px;"><?php include("sc_results.php"); ?></div>
</div>
<div class="clear"></div>
<div id="box2_head"></div>
<div id="box2_bg">
<div style="padding:5px;"><?php include("latesttopics.php"); ?></div>
</div>
<div class="clear"></div>
<div id="box3_head"></div>
<div id="box3_bg">
<div style="padding:5px;"><?php include("sc_files.php"); ?></div>
</div>
</div><!-- Box end -->
</div><!-- Contentarea end -->
<div class="clear"></div>
<div id="footer">
<div id="footer_text">© 2012 by www.team-bring-it.de - All Rights Reserved</div>
</div><!-- Footer end -->
</div><!-- Main Site end -->
</body>
</html> |