1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<title>Rêve Pocket</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="css/testCartes.css" />
</head>
<body>
<table>
<!-- Espace du titre -->
<tr><td colspan="2"><p id="pimgentete"><img src="images/graphioutline.png" alt="Image d'en tête"/></p><br/></td></tr>
<!-- Le "gros" du site -->
<tr>
<!-- Le menu -->
<td id="menu">
<div id="contenumenu">
</div>
</td>
<!-- Le contenu du site -->
<td>
<h1>Jeu Reve pocket</h1>
<form id="compteurpoints" action="">
<p id="rescastor">Castor :<input type="text" id="pointsducastor" value="0" size="5" maxlength="5" readonly="readonly" /> points <br/>
Mots du castor :<br/>
<textarea id="motsducastor" cols="10" rows="20" readonly="readonly"></textarea></p>
<p>Moi :<input type="text" id="vospoints" value="0" size="5" maxlength="5" readonly="readonly" /> points <br/>
Mes mots :<br/>
<textarea id="vosmots" cols="10" rows="20" readonly="readonly"></textarea></p>
</form>
<div id="mescartes">
<img id="main1" title="vide" src="images/cartes/vide.jpg" alt="image non trouvé" height="150" />
<img id="main2" title="vide" src="images/cartes/vide.jpg" alt="image non trouvé" height="150" />
<img id="main3" title="vide" src="images/cartes/vide.jpg" alt="image non trouvé" height="150" />
<img id="main4" title="vide" src="images/cartes/vide.jpg" alt="image non trouvé" height="150" />
<img id="main5" title="vide" src="images/cartes/vide.jpg" alt="image non trouvé" height="150" />
<img id="main6" title="vide" src="images/cartes/vide.jpg" alt="image non trouvé" height="150" />
<img id="main7" title="vide" src="images/cartes/vide.jpg" alt="image non trouvé" height="150" />
<br/>
<form id="passertour" action="">
<p><input type="submit" value="Passer" onclick="castor();return false;"/></p>
</form>
<form id="abandonner" action="index.php" >
<p><input type="submit" value="Recommencer"/></p>
</form>
</div>
</td>
</tr>
</table>
</body>
</html> |
Partager