Browse code

Version initiale du programme sous forme de boucle conditionnelle

Emmanuel ROY authored on 01/05/2022 12:54:29
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,59 @@
1
+<?php
2
+//cas ou on est sur cette page
3
+$_SESSION['triche']=-1;
4
+?>
5
+<html>
6
+<head>
7
+<title>Ville de Dragons</title>
8
+<link rel='stylesheet' href='Style.css' type='text/css'>
9
+</head>
10
+<body>
11
+<table border="0" height="100%" width="100%">
12
+	<tr>
13
+	<td valign="center">
14
+	<table border="0" cellspacing="0" cellpadding="0" align="center">
15
+		<tr>
16
+			<td width="400">
17
+				<?php
18
+					echo "<h2>TRICHEUR!</h2><br>Vous avez utliser le bouton pr�c�dent, alors que c'est interdit, vous gachez votre partie...<br>";
19
+					echo "<center><img src='images/fioriture.png'></center>";
20
+				?>
21
+			</td>
22
+			<td width="300">
23
+			<table border="0" cellspacing="0" cellpadding="0" align="center">
24
+				<tr>
25
+					<td background="images/bordure_01.gif" width="14" height="19">
26
+					</td>
27
+					<td background="images/bordure_02.gif" width="200" height="19">
28
+					</td>
29
+					<td background="images/bordure_03.gif" width="14" height="19">
30
+					</td>
31
+				</tr>
32
+				<tr>
33
+					<td background="images/bordure_04.gif" width="14" height="341">
34
+					</td>
35
+					<td width="200" height="341" align="center" valign="center">
36
+						<?php
37
+							echo "<img src='images/dessins/triche.jpg' border ='0' width='200' height='341'>";
38
+						?>
39
+					</td>
40
+					<td background="images/bordure_06.gif" width="14" height="341">
41
+					</td>
42
+				</tr>
43
+				<tr>
44
+					<td background="images/bordure_07.gif" width="14" height="18">
45
+					</td>
46
+					<td background="images/bordure_08.gif" width="200" height="18">
47
+					</td>
48
+					<td background="images/bordure_09.gif" width="14" height="18">
49
+					</td>
50
+				</tr>
51
+			</table>
52
+			</td>
53
+		</tr>
54
+	</table>
55
+	</td>
56
+	</tr>
57
+</table>
58
+</body>
59
+</html>
0 60
\ No newline at end of file