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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
<? include '../forme/menu_fonc.php' ?>
<? include '../forme/pied_page.php' ?>
<!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>Tout Pour le PC !</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="../forme/style.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 6]>
<link href="../forme/style_IE.css" rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body>
<!-- Fond -->
<div id="ossature">
<!-- L'en-tête -->
<div id="header">
</div>
<!-- Les menus -->
<div id="menu_global">
<div id="menu">
<? echo $menu; ?>
</div>
</div>
<!-- Corps -->
<div id="corps">
<div class="boite">
<div class="titre_boite">
Connectez-vous
</div>
<br />
Vous n'êtes pas connecté :o(
<br /><br />
<div class="tables">
<form method="post" action="../fonctions/fonc_connexion.php">
<table>
<tr>
<td>Pseudo:</td>
<td><input type="text" name="nom" /></td>
</tr>
<tr>
<td>Mot de passe:</td>
<td><input type="text" name="mdp" /></td>
</tr>
<tr>
<td></td>
<td><input type="submit" name="submit" value="Envoyer" /></td>
</tr>
</table>
</form>
</div>
<br />
</div>
<br />
<div class="boite">
<div class="titre_boite">
News 03-11-2006
</div>
<br />
<div class="sous_titre_boite">Validation W3C</div>
<br />
<div class="contenu_boite">
Toutpourpc est tout fraîchement validé W3C pour les langages XHTML Strict et CSS. Information qui interressera peut-être les initiés
et désinterressera sans doute les autres :o)
</div>
<br /><br />
</div>
</div>
<div class="w3c">
<a href="http://validator.w3.org/check?uri=referer">
<img style="border:0;width:88px;height:31px" src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0 Strict" height="31" width="88" />
</a>
<a href="http://jigsaw.w3.org/css-validator/">
<img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!">
</a>
<script type="text/javascript" src="phpmv.js"></script>
</div>
</div>
<div id="fin">
<? echo $pied_page; ?>
</div>
</body>
</html> |
Partager