<!--
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">
				<div class="voteland">
					<h1>Statistiques</h1>
					
				<?php
				// put your code here
				require('class/inspector.php');
				$inspect = new inspector();
				
				$inspect->compt($_GET['s']);
				$inspect->barres($inspect->tabnbgens,'points','personnes ayant ce score','Scores des gens') ;
		//		$inspect->barreshfi($inspect->tabnbgens,$inspect->tabnbgens,$inspect->tabnbgens,'points','personnes ayant ce score','Scores comparés');
				$inspect->rendu();
				?>
					<br/>
						<a href="../index.php">Retour à l'accueil.</a>
				</div>
		</div>
		</div>
    </body>
</html>
