Commit eaabaab44ce1e0b93bf71cae4ed40244d8ad177c

Authored by root
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,7 +10,7 @@ $date_max = $maxs[0];
10 <div class="row"> 10 <div class="row">
11 <div class="col-6 col-md-6 offset-md-3 offset-3"> 11 <div class="col-6 col-md-6 offset-md-3 offset-3">
12 <br/> 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 <form action="graphique.php" method="post"> 14 <form action="graphique.php" method="post">
15 <table class="table table-striped table-bordered"> 15 <table class="table table-striped table-bordered">
16 <tbody> 16 <tbody>
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 <a href="ajoutCapteur.php"><i class="far fa-plus-square"></i> Capteur</a> 13 <a href="ajoutCapteur.php"><i class="far fa-plus-square"></i> Capteur</a>
14 <a href="send.php"><i class="fa fa-file-upload"></i> Envoyer un code</a> 14 <a href="send.php"><i class="fa fa-file-upload"></i> Envoyer un code</a>
15 <a href="history.php"><i class="fas fa-history"></i> Historique</a> 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 <a href="data.php"><i class="fas fa-database"></i> Valeurs</a> 17 <a href="data.php"><i class="fas fa-database"></i> Valeurs</a>
18 <a href="deconnecter.php"><i class="fa fa-power-off"></i> Deconnexion</a> 18 <a href="deconnecter.php"><i class="fa fa-power-off"></i> Deconnexion</a>
19 <?php 19 <?php
@@ -12,7 +12,7 @@ $date_max = $maxs[0]; @@ -12,7 +12,7 @@ $date_max = $maxs[0];
12 <div class="row"> 12 <div class="row">
13 <div class="col-4 col-md-4 offset-md-4 offset-4"> 13 <div class="col-4 col-md-4 offset-md-4 offset-4">
14 <br/> 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 <form action="recherche.php" method="post"> 16 <form action="recherche.php" method="post">
17 <table class="table table-striped table-bordered"> 17 <table class="table table-striped table-bordered">
18 <tbody> 18 <tbody>