Commit 00872e67c729b39307d9d3e86fa1f92210fa513a

Authored by grouille
1 parent c71ae98a

Test

Showing 2 changed files with 4 additions and 4 deletions   Show diff stats
site/formInscription.php
@@ -27,10 +27,10 @@ $groupes = getGroupes(); @@ -27,10 +27,10 @@ $groupes = getGroupes();
27 <select id="groupe" name="groupe" required /> 27 <select id="groupe" name="groupe" required />
28 <option> </option> 28 <option> </option>
29 <?php 29 <?php
30 - foreach($groupes as $groupe) 30 + /*foreach($groupes as $groupe)
31 { 31 {
32 echo "<option value=$groupe['id']>$groupe['nom']</option>"; 32 echo "<option value=$groupe['id']>$groupe['nom']</option>";
33 - } 33 + }*/
34 ?> 34 ?>
35 </select> 35 </select>
36 </td> 36 </td>
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <html> 3 <html>
4 -<head>  
5 -<?php include("head.php"); ?> 4 + <head>
  5 + <?php include("head.php"); ?>
6 </head> 6 </head>
7 7
8 <!-- Contenu du site --> 8 <!-- Contenu du site -->