1 | 1 |
new file mode 100755 |
... | ... |
@@ -0,0 +1,72 @@ |
1 |
+<?php |
|
2 |
+//creation de la session ... inclusion du code ... verification de la session connect�e... |
|
3 |
+session_start(); |
|
4 |
+include ('fonctions.php'); |
|
5 |
+check_session(); |
|
6 |
+include ('fonctionsDenTete.php'); |
|
7 |
+?> |
|
8 |
+ |
|
9 |
+<HTML> |
|
10 |
+<HEAD> |
|
11 |
+<TITLE> Ville de Dragons </TITLE> |
|
12 |
+<link rel='stylesheet' href='Style.css' type='text/css'> |
|
13 |
+</HEAD> |
|
14 |
+ |
|
15 |
+<BODY> |
|
16 |
+<?php |
|
17 |
+ AfficheBarreDEtat(0); |
|
18 |
+?> |
|
19 |
+<table border="0" height="100%" width="100%"> |
|
20 |
+ <tr> |
|
21 |
+ <td valign="center"> |
|
22 |
+ <table border="0" cellspacing="0" cellpadding="0" align="center"> |
|
23 |
+ <tr> |
|
24 |
+ <td width="400"> |
|
25 |
+ <?php |
|
26 |
+ echo "<p align='left'>Vous vous reveillez, avec la t�te l�g�re en ayant l'impression que toutes vos aventures d'hier vous sembent bien loin.</p><p align='left'>Vous prenez vos affaires rang�es precautionneusement dans le coffre, et vous vous habillez.</p><p align='left'>Derri�re vous, par la fen�tre vous apercevez la tour que vous avez vu le premier jour en arrivant. D'ici elle vous semble bien petite sur sa colline, mais elle d�gage une aura de grandeur que vous n'avez jamais connu auparavant..."; |
|
27 |
+ echo "</p>"; |
|
28 |
+ echo "<center><img src='images/fioriture.png'></center>"; |
|
29 |
+ echo "<a href='taverne.php?DejaEntre=1'>Sortir de la chambre</a>" |
|
30 |
+ ?> |
|
31 |
+ </td> |
|
32 |
+ <td width="300"> |
|
33 |
+ <table border="0" cellspacing="0" cellpadding="0" align="center"> |
|
34 |
+ <tr> |
|
35 |
+ <td background="images/bordure_01.gif" width="14" height="19"> |
|
36 |
+ </td> |
|
37 |
+ <td background="images/bordure_02.gif" width="272" height="19"> |
|
38 |
+ </td> |
|
39 |
+ <td background="images/bordure_03.gif" width="14" height="19"> |
|
40 |
+ </td> |
|
41 |
+ </tr> |
|
42 |
+ <tr> |
|
43 |
+ <td background="images/bordure_04.gif" width="14" height="193"> |
|
44 |
+ </td> |
|
45 |
+ <td width="272" height="193" align="center" valign="center"> |
|
46 |
+ <?php |
|
47 |
+ echo "<img src='images/dessins/chambreTaverne.jpg' border ='0' width='272' height='193'>"; |
|
48 |
+ ?> |
|
49 |
+ </td> |
|
50 |
+ <td background="images/bordure_06.gif" width="14" height="193"> |
|
51 |
+ </td> |
|
52 |
+ </tr> |
|
53 |
+ <tr> |
|
54 |
+ <td background="images/bordure_07.gif" width="14" height="18"> |
|
55 |
+ </td> |
|
56 |
+ <td background="images/bordure_08.gif" width="3" height="18"> |
|
57 |
+ </td> |
|
58 |
+ <td background="images/bordure_09.gif" width="14" height="18"> |
|
59 |
+ </td> |
|
60 |
+ </tr> |
|
61 |
+ </table> |
|
62 |
+ </td> |
|
63 |
+ </tr> |
|
64 |
+ </table> |
|
65 |
+ </td> |
|
66 |
+ </tr> |
|
67 |
+</table> |
|
68 |
+</BODY> |
|
69 |
+</HTML> |
|
70 |
+<?php |
|
71 |
+ mysql_close(); |
|
72 |
+?> |
|
0 | 73 |
\ No newline at end of file |