Commit 3d7e92687a9b43968440e4437e95c50c308a7958
1 parent
62e2f418
Affichage du réseau
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
site/formGraphe.php
@@ -41,7 +41,7 @@ $date_max = $maxs[0]; | @@ -41,7 +41,7 @@ $date_max = $maxs[0]; | ||
41 | </tr> | 41 | </tr> |
42 | 42 | ||
43 | <tr> | 43 | <tr> |
44 | - <td><label for"nombre">Nombre de points :</label></td> | 44 | + <td><label for="nombre">Nombre de points :</label></td> |
45 | <td><input type="text" id="nombre" name="nombre" min="2" max="25" value="10" /></td> | 45 | <td><input type="text" id="nombre" name="nombre" min="2" max="25" value="10" /></td> |
46 | </tr> | 46 | </tr> |
47 | </tbody> | 47 | </tbody> |
site/network.php
@@ -17,7 +17,7 @@ $raspberrys = getRaspberrys(); | @@ -17,7 +17,7 @@ $raspberrys = getRaspberrys(); | ||
17 | ?> | 17 | ?> |
18 | <table class="table table-striped table-bordered table-hover"> | 18 | <table class="table table-striped table-bordered table-hover"> |
19 | <thead class="thead-dark"> | 19 | <thead class="thead-dark"> |
20 | - <th valign="middle" align="center" width="15%"><img src="img/pi.png" alt="Raspberry" style="width:auto; height:50px;"></th> | 20 | + <th valign="middle" width="15%"><img src="img/pi.png" alt="Raspberry" style="width:auto; height:50px;"></th> |
21 | <th valign="middle" align="center" width="85%"><p style="font-size: 14px;"><?php echo $ip;?></p></th> | 21 | <th valign="middle" align="center" width="85%"><p style="font-size: 14px;"><?php echo $ip;?></p></th> |
22 | </thead> | 22 | </thead> |
23 | <tbody> | 23 | <tbody> |
@@ -32,7 +32,7 @@ $raspberrys = getRaspberrys(); | @@ -32,7 +32,7 @@ $raspberrys = getRaspberrys(); | ||
32 | </tr> | 32 | </tr> |
33 | 33 | ||
34 | <tr> | 34 | <tr> |
35 | - <td><label for"nombre">Nombre de points :</label></td> | 35 | + <td><label for="nombre">Nombre de points :</label></td> |
36 | <td>ok</td> | 36 | <td>ok</td> |
37 | </tr> | 37 | </tr> |
38 | </tbody> | 38 | </tbody> |