From 70ce863d58e58025204422abd5c371cbef304fc6 Mon Sep 17 00:00:00 2001 From: Warren PONS <warren.pons@ensiie.fr> Date: Mon, 16 May 2016 19:36:58 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20la=20page=20d'inscr?= =?UTF-8?q?iption.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inscrip.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inscrip.php b/inscrip.php index 543b040..7caf49c 100644 --- a/inscrip.php +++ b/inscrip.php @@ -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> -- GitLab