vieilleVille.php
4a503405
 <?php
 //creation de la session ... inclusion du code ... verification de la session connect�e...
 session_start();
 include ('fonctions.php');
 check_session();
 include ('fonctionsDenTete.php');
 ?>
 <html>
 <head>
 <title>Ville de Dragons</title>
 <link rel='stylesheet' href='Style.css' type='text/css'>
 </head>
 <body>
 <?php
 	AfficheBarreDEtat(0);
 	if(!isset($_GET['position'])){
 		$position = 1;
 	}else{
 		$position = $_GET['position'];
 	}
 ?>
 <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
 			
 			//message d'acceuil
 			echo "Vous voici dans la vieille ville, elle est fa�te de vielles pierres, et les maison sont toutes mitoyennes, vous pouvez vous baladez partout seulement fa�tes attention aux malandrins...";
 			echo "<center><img src='images/fioriture.png'></center>";
 			//fin du message d'acceuil
 			
 			switch($position){
 				case 1:
 					//entr�e dans la vieille ville
 					//3 portes
 					echo	"<a href='vieilleVille.php?position=14'>Prendre le chemin � gauche</a>"
 						."<br><a href='vieilleVille.php?position=10'>Allez tout droit</a>"
 						."<br><a href='vieilleVille.php?position=4'>Prendre le premier chemin � droite</a>"
 						."<br><a href='vieilleVille.php?position=2'>Prendre le second chemin � droite</a>";
 				break;
 				case 2:
 					//3 portes
 					echo	"<a href='vieilleVille.php?position=3'>Prendre le chemin � gauche</a>"
 						."<br><a href='vieilleVille.php?position=8'>Allez tout droit</a>"
 						."<br><a href='vieilleVille.php?position=5'>Prendre le chemin � droite</a>";
 				break;
 				case 3:
 					//4 portes
 					echo	"<a href='vieilleVille.php?position=6'>Prendre le chemin � gauche</a>"
 						."<br><a href='vieilleVille.php?position=15'>Allez tout droit</a>"
 						."<br><a href='vieilleVille.php?position=11'>Prendre le chemin � droite</a>";
 				break;
 				case 4:
 					//1 sur 3 portes 
 					echo	"<a href='tailleur.php'>Entrer Dans la boutique...</a>";
 					echo	"<br><a href='vieilleVille.php?position=1'>Prendre le chemin � gauche</a>"
 						."<br><a href='vieilleVille.php?position=16'>Allez tout droit</a>"
 						."<br><a href='sortieParc.php'>Prendre le chemin � droite</a>";
 				break;
 				case 5:
 					//1 portes
 					echo	"<a href='sortieParc.php'>Prendre le chemin � gauche</a>"
 						."<br><a href='vieilleVille.php?position=14'>Allez tout droit</a>"
 						."<br><a href='vieilleVille.php?position=1'>Prendre le chemin � droite</a>";				
 				break;
 				case 6:
 					//2 portes
 					echo	"<a href='vieilleVille.php?position=2'>Prendre le premier chemin � gauche</a>"
 						."<br><a href='vieilleVille.php?position=4'>Prendre le second chemin � gauche</a>"
 						."<br><a href='sortieParc.php'>Allez tout droit</a>"
 						."<br><a href='vieilleVille.php?position=14'>Prendre le chemin � droite</a>";
 				break;
 				case 7:
 					//2 portes
 					echo	"<a href='sortieParc.php'>Prendre le chemin � gauche</a>"
 						."<br><a href='vieilleVille.php?position=14'>Allez tout droit</a>"
 						."<br><a href='vieilleVille.php?position=10'>Prendre le chemin � droite</a>";
 				break;
 				case 8:
 					//3 portes
 					echo	"<a href='vieilleVille.php?position=9'>Prendre le chemin � gauche</a>"
 						."<br><a href='vieilleVille.php?position=11'>Prendre le chemin � droite</a>";
 				break;
 				case 9:
 					//3 portes
 					echo	"<a href='vieilleVille.php?position=18'>Prendre le chemin tout droit le plus � gauche</a>"
 						."<br><a href='vieilleVille.php?position=6'>Prendre le chemin tout droit le plus � droite</a>"
 						."<br><a href='vieilleVille.php?position=15'>Prendre le chemin � droite</a>";
 				break;
 				case 10:
 					//2 portes
 					echo	"<a href='vieilleVille.php?position=15'>Prendre le chemin � gauche</a>"
 						."<br><a href='vieilleVille.php?position=11'>Allez tout droit</a>"
 						."<br><a href='vieilleVille.php?position=18'>Prendre le chemin � droite</a>";
 				break;
 				case 11:
 					//4 portes
 					echo	"<a href='vieilleVille.php?position=15'>Prendre le chemin � droite</a>";
 				break;
 				case 13:
 					//3 portes
 					echo	"<a href='vieilleVille.php?position=11'>Prendre le chemin � gauche</a>"
 						."<br><a href='vieilleVille.php?position=18'>Allez tout droit</a>"
 						."<br><a href='vieilleVille.php?position=6'>Prendre le chemin � droite</a>";
 				break;
 				case 14:
 					//1 portes
 					echo	"<a href='vieilleVille.php?position=13'>Allez tout droit</a>";
 				break;
 				case 15:
 					//1 portes
 					echo	"<a href='vieilleVille.php?position=4'>Allez tout droit</a>";
 				break;
 				case 16:
 					//1 portes
 					echo	"<a href='vieilleVille.php?position=7'>Prendre le chemin � gauche</a>"
 						."<br><a href='vieilleVille.php?position=3'>Allez tout droit</a>"
 						."<br><a href='vieilleVille.php?position=5'>Prendre le chemin � droite</a>";
 				break;
 				case 17:
 					//2 portes
 					echo	"<a href='vieilleVille.php?position=5'>Prendre le chemin � gauche</a>"
 						."<br><a href='vieilleVille.php?position=7'>Allez tout droit</a>"
 						."<br><a href='vieilleVille.php?position=3'>Prendre le chemin � droite</a>";
 				break;
 				case 18:
 					//1 portes
 					echo	"<a href='vieilleVille.php?position=8'>Prendre le chemin � gauche</a>"
 						."<br><a href='vieilleVille.php?position=5'>Allez tout droit</a>"
 						."<br><a href='vieilleVille.php?position=7'>Prendre le chemin � droite</a>";
 				break;
 				
 			}
 			?>
 			</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="272" 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="193">
 					</td>
 					<td width="272" height="193" align="center" valign="center">
 						<?php
 							$typeImage="vieilleVille";
 							echo "<img src='images/dessins/vieilleVille/".$typeImage.$position.".jpg' border ='0' width='272' height='193'>";
 						?>
 					</td>
 					<td background="images/bordure_06.gif" width="14" height="193">
 					</td>
 				</tr>
 				<tr>
 					<td background="images/bordure_07.gif" width="14" height="18">
 					</td>
 					<td background="images/bordure_08.gif" width="3" height="18">
 					</td>
 					<td background="images/bordure_09.gif" width="14" height="18">
 					</td>
 				</tr>
 			</table>
 			</td>
 		</tr>
 	</table>
 	</td>
 	</tr>
 </table>
 </body>
 </html>
 <?php
 	mysql_close();
 ?>