Commit 475ba9de013da7a003240f40caae78eb6f25e52f

Authored by Erwan Nanrocki
1 parent aea5e733

modification pour les liens et test

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
topnavbar.php
... ... @@ -11,8 +11,8 @@
11 11 {
12 12 ?>
13 13 <form class="navbar-form navbar-right" role="search">
14   - <button type="submit" class="btn btn-default">Inscription</button> <!-- ajouter un lien pour s inscrire -->
15   - <button type="submit" class="btn btn-default">Connection</button> <!-- ajouter un lien pour se connecter -->
  14 + <input type="text" placeholder="Inscription_1" name="Inscription_2" /><br /><!-- ajouter un lien pour s inscrire -->
  15 + <input type="text" placeholder="Connection_1" name="Connection_2" /><br /><!-- ajouter un lien pour se connecter -->
16 16 </form>
17 17 <?php
18 18 }
... ... @@ -22,7 +22,7 @@
22 22 {
23 23 ?>
24 24 <form class="navbar-form navbar-right" action="prog.php" method=POST>
25   - <input type="text" placeholder="identifient" name="identifient" /><br />
  25 + <input type="text" placeholder="identifient_1" name="identifient_2" /><br />
26 26 <input type="text" placeholder="mot de passe" name="mot_de_passe" /><br /> <!-- mettre des ***** quand on entre le mot de passe -->
27 27 <input type="submit" value="se connecter" />
28 28 </form>
... ...