Skip to content
Extraits de code Groupes Projets
Valider 70ce863d rédigé par Warren PONS's avatar Warren PONS
Parcourir les fichiers

Mise à jour de la page d'inscription.

parent 3231b0f3
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -14,7 +14,7 @@ include("config.php");
<!--<h1> GN Space Wanderlust /!\ En construction /!\</h1>-->
<!--<img src="images/banniere.jpg" alt="étendard" id="banniere"></a>-->
<nav>
<a href="index.php"> Home </a>
<a href="index.php"> Accueil </a>
<a href="Event.php"> Evènements </a>
<!--<a href="profil.php"> Profil(WiP, ne cliquez pas)</a> Accès conditionnel selon la connexion ou pas, voir php-->
<!--<a href="insco.php"> Inscription/(Dé)connexion</a>-->
......@@ -48,9 +48,9 @@ include("config.php");
<p>Confirmation de mot de passe</p>
<p><input type="password" size="20" maxlength="18" name="confpass"/></p>
<p>Email <?php if (isset($dejamail)){echo $dejamail ;} ?></p> <!--Afficher ici que le mail est déjà pris si c'est le cas-->
<p><input type="text" size="20" maxlength="28" name="mail" value= <?php echo '"'.$mail.'"'?>/></p>
<p><input type="text" size="20" maxlength="320" name="mail" value= <?php echo '"'.$mail.'"'?>/></p>
<p>Confirmation Email</p>
<p><input type="text" size="20" maxlength="28" name="confmail"/></p>
<p><input type="text" size="20" maxlength="320" name="confmail"/></p>
<!--<p><input type="text" size="20" maxlength="18" name="nom"/></p>
<p><input type="text" size="20" maxlength="18" name="prenom"/></p>
<p><input type="text" size="20" maxlength="18" name="adresse"/></p>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter