Commit 3e0d0a62181ca09227d2200bee55a0077f7419d4

Authored by grouille
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,7 +6,7 @@ $groupes = getGroupes();
6 <div class="row"> 6 <div class="row">
7 <div class="col-4 col-md-4 offset-md-4 offset-4"> 7 <div class="col-4 col-md-4 offset-md-4 offset-4">
8 <br/> 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 <form action="inscription.php" method="post"> 10 <form action="inscription.php" method="post">
11 <table class="table table-striped table-bordered"> 11 <table class="table table-striped table-bordered">
12 <tbody> 12 <tbody>
site/inscription.php
@@ -47,13 +47,13 @@ if(getGroupe($_SESSION[&#39;Login&#39;])!=1) @@ -47,13 +47,13 @@ if(getGroupe($_SESSION[&#39;Login&#39;])!=1)
47 $retour = "Le compte existe déjà !"; 47 $retour = "Le compte existe déjà !";
48 $color = "alert-danger"; 48 $color = "alert-danger";
49 } 49 }
  50 + ?>
50 <div class="col-4 col-md-4 offset-4 offset-md-4" style="margin-top:70px;"> 51 <div class="col-4 col-md-4 offset-4 offset-md-4" style="margin-top:70px;">
51 <br/> 52 <br/>
52 <div class="alert <?php echo $color;?>" role="alert"> 53 <div class="alert <?php echo $color;?>" role="alert">
53 <?php echo $retour;?> 54 <?php echo $retour;?>
54 </div> 55 </div>
55 </div> 56 </div>
56 - ?>  
57 </div> 57 </div>
58 </div> 58 </div>
59 <!-- fin connexion --> 59 <!-- fin connexion -->