Commit bc0324e0efbfdb1f4690cf4c6be36fa3b6a63b03
1 parent
f8668bda
Suppression RPI + capteur
Showing
4 changed files
with
4 additions
and
4 deletions
Show diff stats
site/addRaspberry.php
@@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
11 | </tr> | 11 | </tr> |
12 | </tbody> | 12 | </tbody> |
13 | </table> | 13 | </table> |
14 | - <input type="submit" class="btn btn-dark btn-lg btn-block" style="margin-top:20px; margin-bottom:20px;" value="Ajouter la Raspberry"/> | 14 | + <input type="submit" class="btn btn-dark btn-lg btn-block" style="margin-top:20px;" value="Ajouter la Raspberry"/> |
15 | <br/> | 15 | <br/> |
16 | </form> | 16 | </form> |
17 | </div> | 17 | </div> |
site/addSensor.php
@@ -50,7 +50,7 @@ $raspberrys = getRaspberrys(); | @@ -50,7 +50,7 @@ $raspberrys = getRaspberrys(); | ||
50 | </tr> | 50 | </tr> |
51 | </tbody> | 51 | </tbody> |
52 | </table> | 52 | </table> |
53 | - <input type="submit" class="btn btn-dark btn-lg btn-block" style="margin-top:20px; margin-bottom:20px;" value="Ajouter le capteur"/> | 53 | + <input type="submit" class="btn btn-dark btn-lg btn-block" style="margin-top:20px;" value="Ajouter le capteur"/> |
54 | <br/> | 54 | <br/> |
55 | </form> | 55 | </form> |
56 | </div> | 56 | </div> |
site/removeRaspberry.php
@@ -4,7 +4,7 @@ $raspberrys = getRaspberrys(); | @@ -4,7 +4,7 @@ $raspberrys = getRaspberrys(); | ||
4 | <div class="row"> | 4 | <div class="row"> |
5 | <div class="col-6 col-md-6 offset-md-3 offset-3"> | 5 | <div class="col-6 col-md-6 offset-md-3 offset-3"> |
6 | <br/> | 6 | <br/> |
7 | - <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="far fa-plus-square"></i> Suppression d'une Raspberry</h1> | 7 | + <h1 style="margin-bottom:20px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="far fa-plus-square"></i> Suppression d'une Raspberry</h1> |
8 | <form action="removeRpi.php" method="post"> | 8 | <form action="removeRpi.php" method="post"> |
9 | <table class="table table-striped table-bordered"> | 9 | <table class="table table-striped table-bordered"> |
10 | <tbody> | 10 | <tbody> |
site/removeSensor.php
@@ -4,7 +4,7 @@ $capteurs = getSensors(); | @@ -4,7 +4,7 @@ $capteurs = getSensors(); | ||
4 | <div class="row"> | 4 | <div class="row"> |
5 | <div class="col-6 col-md-6 offset-md-3 offset-3"> | 5 | <div class="col-6 col-md-6 offset-md-3 offset-3"> |
6 | <br/> | 6 | <br/> |
7 | - <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="far fa-minus-square"></i> Suppression d'un capteur</h1> | 7 | + <h1 style="margin-bottom:20px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="far fa-minus-square"></i> Suppression d'un capteur</h1> |
8 | <form action="remove.php" method="post"> | 8 | <form action="remove.php" method="post"> |
9 | <table class="table table-striped table-bordered"> | 9 | <table class="table table-striped table-bordered"> |
10 | <tbody> | 10 | <tbody> |