commit a78aff8ea5014a67d4bbeb6d698c646b388ed02b
parent f11a512c23662085810b585a980a19285721acd8
Author: John Charron <rm_rf_windows@yahoo.fr>
Date: Thu, 17 Feb 2011 20:27:36 +0100
Petites modifs mineurs de menu.html, login.php vide
Diffstat:
3 files changed, 26 insertions(+), 16 deletions(-)
diff --git a/code/serveur/php/_head.php b/code/serveur/php/_head.php
@@ -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>
+
+\ No newline at end of file
diff --git a/code/serveur/php/login.php b/code/serveur/php/login.php
@@ -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>
+\ No newline at end of file
diff --git a/code/serveur/php/menu.html b/code/serveur/php/menu.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> -->