Commit a2196697dccf694e32aea73ef3770c2b22678a7a
1 parent
475ba9de
test des lien sur Inscription vers https://www.google.fr/
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
topnavbar.php
@@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
11 | { | 11 | { |
12 | ?> | 12 | ?> |
13 | <form class="navbar-form navbar-right" role="search"> | 13 | <form class="navbar-form navbar-right" role="search"> |
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 --> | 14 | + <input type="text" placeholder="Inscription" name="https://www.google.fr/" /><br /><!-- ajouter un lien pour s inscrire --> |
15 | + <input type="text" placeholder="Connection" name="Connection" /><br /><!-- ajouter un lien pour se connecter --> | ||
16 | </form> | 16 | </form> |
17 | <?php | 17 | <?php |
18 | } | 18 | } |
@@ -22,7 +22,7 @@ | @@ -22,7 +22,7 @@ | ||
22 | { | 22 | { |
23 | ?> | 23 | ?> |
24 | <form class="navbar-form navbar-right" action="prog.php" method=POST> | 24 | <form class="navbar-form navbar-right" action="prog.php" method=POST> |
25 | - <input type="text" placeholder="identifient_1" name="identifient_2" /><br /> | 25 | + <input type="text" placeholder="identifient" name="identifient" /><br /> |
26 | <input type="text" placeholder="mot de passe" name="mot_de_passe" /><br /> <!-- mettre des ***** quand on entre le mot de passe --> | 26 | <input type="text" placeholder="mot de passe" name="mot_de_passe" /><br /> <!-- mettre des ***** quand on entre le mot de passe --> |
27 | <input type="submit" value="se connecter" /> | 27 | <input type="submit" value="se connecter" /> |
28 | </form> | 28 | </form> |