Commit f4782e653ac656bd77c43f576215f68a38ce25c3
1 parent
9cd1aa7b
MAJ Graphe
Showing
1 changed file
with
10 additions
and
1 deletions
Show diff stats
site/graphique.php
... | ... | @@ -14,7 +14,16 @@ session_start(); |
14 | 14 | include("header.php"); |
15 | 15 | if(isset($_SESSION['Login'], $_SESSION['Password'])) |
16 | 16 | { |
17 | - ?><img src="graphe.php" alt="graphe"><?php | |
17 | + ?> | |
18 | + <div class="row"> | |
19 | + <div class="col-8 col-md-8 offset-md-2 offset-2"> | |
20 | + <br/> | |
21 | + <h1 style="margin-bottom:20px; margin-top:30px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fa fa-bars"></i> Graphe du capteur</h1> | |
22 | + <br/> | |
23 | + <img src="graphe.php" alt="graphe"> | |
24 | + </div> | |
25 | + </div> | |
26 | + <?php | |
18 | 27 | } |
19 | 28 | else |
20 | 29 | { | ... | ... |