Commit 3bff963399625952cf92e06155609bc3dd47356d
1 parent
41313a7a
MAJ site
Showing
5 changed files
with
4 additions
and
50 deletions
Show diff stats
site/#addSensor.php# deleted
... | ... | @@ -1,48 +0,0 @@ |
1 | -<div class="row"> | |
2 | - <div class="col-4 col-md-4 offset-md-4 offset-4"> | |
3 | - <br/> | |
4 | - <h1 style="margin-bottom:20px; margin-top:30px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="far fa-plus-square"></i> Ajout d'un capteur</h1> | |
5 | - <form action="add.php" method="post"> | |
6 | - <table class="table table-striped table-bordered"> | |
7 | - <tbody> | |
8 | - <tr> | |
9 | - <td><label for="nom">Nom du capteur : </label></td> | |
10 | - <td><input type="text" id="nom" name="nom" /></td> | |
11 | - </tr> | |
12 | - | |
13 | - <tr> | |
14 | - <td><label for="type">Type de capteur : </label></td> | |
15 | - <td><input type="text" id="type" name="type" /></td> | |
16 | - </tr> | |
17 | - | |
18 | - <tr> | |
19 | - <td><label for="raspberry">Raspberry : </label></td> | |
20 | - <td><input type="text" id="raspberry" name="raspberry" /></td> | |
21 | - </tr> | |
22 | - | |
23 | - <tr> | |
24 | - <td><label for="numero">Numéro du capteur : </label></td> | |
25 | - <td><input type="text" id="numero" name="numero" /></td> | |
26 | - </tr> | |
27 | - | |
28 | - <tr> | |
29 | - <td><label for="unite">Unite de mesure : </label></td> | |
30 | - <td><input type="text" id="unite" name="unite" /></td> | |
31 | - </tr> | |
32 | - | |
33 | - <tr> | |
34 | - <td><label for="version">Version : </lavel></td> | |
35 | - <td> | |
36 | - <select id="version" name="version"> | |
37 | - <option value=0 selected>Arduino USB</option> | |
38 | - <option value=1>Arduino SPI</option> | |
39 | - <option value=2>Nucléo USB</option> | |
40 | - </select> | |
41 | - </td> | |
42 | - </tr> | |
43 | - </tbody> | |
44 | - </table> | |
45 | - <input type="submit" class="btn btn-dark btn-lg btn-block" style="margin-top:20px; mar" value="Ajouter le capteur"/> | |
46 | - </form> | |
47 | - </div> | |
48 | -</div> |
site/.#addSensor.php deleted
site/addSensor.php
... | ... | @@ -42,7 +42,8 @@ |
42 | 42 | </tr> |
43 | 43 | </tbody> |
44 | 44 | </table> |
45 | - <input type="submit" class="btn btn-dark btn-lg btn-block" style="margin-top:20px;" value="Ajouter le capteur"/> | |
45 | + <input type="submit" class="btn btn-dark btn-lg btn-block" style="margin-top:20px; margin-bottom:20px;" value="Ajouter le capteur"/> | |
46 | + <br/> | |
46 | 47 | </form> |
47 | 48 | </div> |
48 | 49 | </div> | ... | ... |
site/formConnexion.php
site/formInscription.php