Commit eaabaab44ce1e0b93bf71cae4ed40244d8ad177c
1 parent
407dc302
Graphes ok
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
site/formGraphe.php
... | ... | @@ -10,7 +10,7 @@ $date_max = $maxs[0]; |
10 | 10 | <div class="row"> |
11 | 11 | <div class="col-6 col-md-6 offset-md-3 offset-3"> |
12 | 12 | <br/> |
13 | - <h1 style="margin-bottom:50px; margin-top:50px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-chart-line"></i> Affichage un graphe</h1> | |
13 | + <h1 style="margin-bottom:20px; margin-top:20px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-chart-line"></i> Affichage un graphe</h1> | |
14 | 14 | <form action="graphique.php" method="post"> |
15 | 15 | <table class="table table-striped table-bordered"> |
16 | 16 | <tbody> | ... | ... |
site/header.php
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 | <a href="ajoutCapteur.php"><i class="far fa-plus-square"></i> Capteur</a> |
14 | 14 | <a href="send.php"><i class="fa fa-file-upload"></i> Envoyer un code</a> |
15 | 15 | <a href="history.php"><i class="fas fa-history"></i> Historique</a> |
16 | - <a href="history.php"><i class="fas fa-chart-line"></i> Graphiques</a> | |
16 | + <a href="graphique.php"><i class="fas fa-chart-line"></i> Graphiques</a> | |
17 | 17 | <a href="data.php"><i class="fas fa-database"></i> Valeurs</a> |
18 | 18 | <a href="deconnecter.php"><i class="fa fa-power-off"></i> Deconnexion</a> |
19 | 19 | <?php | ... | ... |
site/hist.php
... | ... | @@ -12,7 +12,7 @@ $date_max = $maxs[0]; |
12 | 12 | <div class="row"> |
13 | 13 | <div class="col-4 col-md-4 offset-md-4 offset-4"> |
14 | 14 | <br/> |
15 | - <h1 style="margin-bottom:50px; margin-top:50px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fa fa-search"></i> Recherche</h1> | |
15 | + <h1 style="margin-bottom:20px; margin-top:20px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fa fa-search"></i> Recherche</h1> | |
16 | 16 | <form action="recherche.php" method="post"> |
17 | 17 | <table class="table table-striped table-bordered"> |
18 | 18 | <tbody> | ... | ... |