Commit 3e0d0a62181ca09227d2200bee55a0077f7419d4
1 parent
589a45a2
Test
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
site/formInscription.php
... | ... | @@ -6,7 +6,7 @@ $groupes = getGroupes(); |
6 | 6 | <div class="row"> |
7 | 7 | <div class="col-4 col-md-4 offset-md-4 offset-4"> |
8 | 8 | <br/> |
9 | - <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fa fa-user-circle"></i> Inscription</h1> | |
9 | + <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fa fa-user-circle"></i> Créer un compte</h1> | |
10 | 10 | <form action="inscription.php" method="post"> |
11 | 11 | <table class="table table-striped table-bordered"> |
12 | 12 | <tbody> | ... | ... |
site/inscription.php
... | ... | @@ -47,13 +47,13 @@ if(getGroupe($_SESSION['Login'])!=1) |
47 | 47 | $retour = "Le compte existe déjà !"; |
48 | 48 | $color = "alert-danger"; |
49 | 49 | } |
50 | + ?> | |
50 | 51 | <div class="col-4 col-md-4 offset-4 offset-md-4" style="margin-top:70px;"> |
51 | 52 | <br/> |
52 | 53 | <div class="alert <?php echo $color;?>" role="alert"> |
53 | 54 | <?php echo $retour;?> |
54 | 55 | </div> |
55 | 56 | </div> |
56 | - ?> | |
57 | 57 | </div> |
58 | 58 | </div> |
59 | 59 | <!-- fin connexion --> | ... | ... |