<?php include('include_login.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-1" />
<title>Content Management Website</title>
<link href="sjarm.css" rel="stylesheet" type="text/css" />
</head>

<body>
<div id="main1">
<table width="800" border="1" cellpadding="0" cellspacing="0" class="no_padding"  bgcolor="#FFCCAB" >
	<tr>
		<td>
<table border="0" cellpadding="0" cellspacing="2" >
  <tr>
    <td width="480" align="center" valign="middle" class="kop1"><img src="../images/beheer/sjarm_cms_250.gif" width="250" height="76" /></td>
  </tr>
  <tr>
    <td align="center" valign="middle" class="kop1">
    <?php 
	if (isset($_COOKIE["user"])) {
	?>
    Hallo <?php echo $_COOKIE["user"]; ?>,<br /><br />
    Welkom in het Content Management Systeem van Quintus Sportfederatie.<br /><br />
    <a href="login2.php">Ga verder</a><br />
<?php } else {
	?>
    Klik <a href="login.php">HIER</a> om je ip-adres te controleren.<br /><br />
    Wil je inloggen vanaf een tijdelijke locatie of heb je geen vast ip-adres? <br />
    Gebuik dan je persoonlijke code of meld je ip-adres <a href="http://www.quintus-tennis.nl/ip.php">HIER</a> aan bij de webmaster.
<?php 
	include('code.php'); } ?>
    </td>
  </tr>
</table>
<br />
		</td>
	</tr>
</table>
</div>

</body>
</html>
