CasDeTriche.php
4a503405
 <?php
 //cas ou on est sur cette page
 $_SESSION['triche']=-1;
 ?>
 <html>
 <head>
 <title>Ville de Dragons</title>
 <link rel='stylesheet' href='Style.css' type='text/css'>
 </head>
 <body>
 <table border="0" height="100%" width="100%">
 	<tr>
 	<td valign="center">
 	<table border="0" cellspacing="0" cellpadding="0" align="center">
 		<tr>
 			<td width="400">
 				<?php
 					echo "<h2>TRICHEUR!</h2><br>Vous avez utliser le bouton pr�c�dent, alors que c'est interdit, vous gachez votre partie...<br>";
 					echo "<center><img src='images/fioriture.png'></center>";
 				?>
 			</td>
 			<td width="300">
 			<table border="0" cellspacing="0" cellpadding="0" align="center">
 				<tr>
 					<td background="images/bordure_01.gif" width="14" height="19">
 					</td>
 					<td background="images/bordure_02.gif" width="200" height="19">
 					</td>
 					<td background="images/bordure_03.gif" width="14" height="19">
 					</td>
 				</tr>
 				<tr>
 					<td background="images/bordure_04.gif" width="14" height="341">
 					</td>
 					<td width="200" height="341" align="center" valign="center">
 						<?php
 							echo "<img src='images/dessins/triche.jpg' border ='0' width='200' height='341'>";
 						?>
 					</td>
 					<td background="images/bordure_06.gif" width="14" height="341">
 					</td>
 				</tr>
 				<tr>
 					<td background="images/bordure_07.gif" width="14" height="18">
 					</td>
 					<td background="images/bordure_08.gif" width="200" height="18">
 					</td>
 					<td background="images/bordure_09.gif" width="14" height="18">
 					</td>
 				</tr>
 			</table>
 			</td>
 		</tr>
 	</table>
 	</td>
 	</tr>
 </table>
 </body>
 </html>