<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>Tykayn</title>
		<link rel="stylesheet" media="screen" type="text/css" title="Mon design" href="../design.css" />
		<link rel="shortcut icon" type="x-icon/png" href="../img/favicon.png" />
    </head>
    <body>
			<div class="corps">
			<div class="logo">	</div>
			<div class="main">
						<h1>Participer au sondage n° <?php echo $_GET['s']; ?></h1>
					<div class="voteland">
					<?php
					require'class/inspector.php';
					$inspect = new inspector();
					$inspect->verif_ip($_GET['s'],'permissif');
					if($inspect->vote_possible ==1){
						require'class/viewer.php';
						$view = new viewer();
						$view->pourvoter($_GET['s']);
					}
					?>
					</div>
			</div>
		
    </body>
</html>
