Petites modifs mineurs de menu.html, login.php vide
This commit is contained in:
parent
f11a512c23
commit
a78aff8ea5
10
code/serveur/php/_head.php
Normal file
10
code/serveur/php/_head.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!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" lang="fr">
|
||||
<head>
|
||||
<title>Titre</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="simple.css" />
|
||||
</head>
|
||||
|
|
@ -1,23 +1,21 @@
|
|||
<!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" lang="fr">
|
||||
<head>
|
||||
<title>Titre</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="simple.css" />
|
||||
</head>
|
||||
<?php>
|
||||
include("_head.php");
|
||||
?>
|
||||
<body>
|
||||
<div class="menu">
|
||||
<?php include("menu.html"); ?>
|
||||
</div>
|
||||
<div class="content">
|
||||
Le contenu.
|
||||
<p>Vous êtes déjà inscrit ? Authentifiez-vous :</p>
|
||||
<form name="loginform" method="post" action="loginaction.php">
|
||||
<p> Identifiant : <input name="loginid" type="text" /></p>
|
||||
<p> Mot de passe : <input name="loginpswd" type="password" /></p>
|
||||
<p> <input type="submit" name="loginsubmit" value="Valider" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<?php include("footer.html"); ?>
|
||||
</div>
|
||||
</body>
|
||||
</html><?php
|
||||
|
||||
?>
|
||||
</html>
|
|
@ -1,9 +1,9 @@
|
|||
<h1>PtiClic</h1>
|
||||
<h1>PtiClic sous Android - Version Alpha</h1>
|
||||
|
||||
<span id="links">
|
||||
<a href="index.php"> Accueil </a>
|
||||
<a href="login.php#login"> Se connecter </a>
|
||||
<a href="index.php#incription"> S'incrire </a>
|
||||
<a href="login.php"> Se connecter </a>
|
||||
<a href="signup.php"> S'incrire </a>
|
||||
<a href="download.php"> Téléchargement </a>
|
||||
<a href="contact.php"> Contact </a>
|
||||
<!-- <a href=".php"> Créer des parties </a> -->
|
||||
|
|
Loading…
Reference in New Issue
Block a user