Commit fccb88d3b51d1c7f9f80f912f980cfbdaf29d6f5

Authored by grouille
1 parent d7e50981

MAJ

@@ -9,12 +9,12 @@ $sensors = getSensors(); @@ -9,12 +9,12 @@ $sensors = getSensors();
9 <form action="reception.php" method="post" enctype="multipart/form-data"> 9 <form action="reception.php" method="post" enctype="multipart/form-data">
10 <table class="table table-striped table-bordered"> 10 <table class="table table-striped table-bordered">
11 <tbody> 11 <tbody>
12 - <tr> 12 + <th class="thead-dark">
13 <td>Sélection</td> 13 <td>Sélection</td>
14 <td>Nom</td> 14 <td>Nom</td>
15 <td>Raspberry</td> 15 <td>Raspberry</td>
16 <td>Type</td> 16 <td>Type</td>
17 - </tr> 17 + </th>
18 18
19 <?php 19 <?php
20 $count = 0; 20 $count = 0;
@@ -25,13 +25,13 @@ $membres = members(); @@ -25,13 +25,13 @@ $membres = members();
25 <h1 style="margin-bottom:20px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-database"></i> Membres</h1> 25 <h1 style="margin-bottom:20px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-database"></i> Membres</h1>
26 <table class="table table-striped table-bordered"> 26 <table class="table table-striped table-bordered">
27 <tbody> 27 <tbody>
28 - <tr> 28 + <th class="thead-dark">
29 <td>Nom</td> 29 <td>Nom</td>
30 <td>Prénom</td> 30 <td>Prénom</td>
31 <td>Identifiant</td> 31 <td>Identifiant</td>
32 <td>Groupe</td> 32 <td>Groupe</td>
33 <td>Action</td> 33 <td>Action</td>
34 - </tr> 34 + </th>
35 35
36 <?php 36 <?php
37 foreach($membres as $membre){ 37 foreach($membres as $membre){
site/recherche.php
@@ -21,14 +21,14 @@ session_start(); @@ -21,14 +21,14 @@ session_start();
21 <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-history"></i> Historique</h1> 21 <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-history"></i> Historique</h1>
22 <table class="table table-striped table-bordered"> 22 <table class="table table-striped table-bordered">
23 <tbody> 23 <tbody>
24 - <tr> 24 + <th class="thead-dark">
25 <td>Nom</td> 25 <td>Nom</td>
26 <td>Raspberry</td> 26 <td>Raspberry</td>
27 <td>Type</td> 27 <td>Type</td>
28 <td>Valeur</td> 28 <td>Valeur</td>
29 <td>Unité</td> 29 <td>Unité</td>
30 <td>Date</td> 30 <td>Date</td>
31 - </tr> 31 + </th>
32 32
33 <div id="sensors"> 33 <div id="sensors">
34 <?php 34 <?php
@@ -4,14 +4,14 @@ @@ -4,14 +4,14 @@
4 <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-database"></i> Valeurs des capteurs</h1> 4 <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-database"></i> Valeurs des capteurs</h1>
5 <table class="table table-striped table-bordered"> 5 <table class="table table-striped table-bordered">
6 <tbody> 6 <tbody>
7 - <tr> 7 + <th class="thead-dark">
8 <td>Nom</td> 8 <td>Nom</td>
9 <td>Raspberry</td> 9 <td>Raspberry</td>
10 <td>Type</td> 10 <td>Type</td>
11 <td>Valeur</td> 11 <td>Valeur</td>
12 <td>Unité</td> 12 <td>Unité</td>
13 <td>Arrêt</td> 13 <td>Arrêt</td>
14 - </tr> 14 + </th>
15 15
16 <?php 16 <?php
17 $sensors = getSensors(); 17 $sensors = getSensors();