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 | 41 | </tr> |
42 | 42 | |
43 | 43 | <tr> |
44 | - <td><label for"nombre">Nombre de points :</label></td> | |
44 | + <td><label for="nombre">Nombre de points :</label></td> | |
45 | 45 | <td><input type="text" id="nombre" name="nombre" min="2" max="25" value="10" /></td> |
46 | 46 | </tr> |
47 | 47 | </tbody> | ... | ... |
site/network.php
... | ... | @@ -17,7 +17,7 @@ $raspberrys = getRaspberrys(); |
17 | 17 | ?> |
18 | 18 | <table class="table table-striped table-bordered table-hover"> |
19 | 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 | 21 | <th valign="middle" align="center" width="85%"><p style="font-size: 14px;"><?php echo $ip;?></p></th> |
22 | 22 | </thead> |
23 | 23 | <tbody> |
... | ... | @@ -32,7 +32,7 @@ $raspberrys = getRaspberrys(); |
32 | 32 | </tr> |
33 | 33 | |
34 | 34 | <tr> |
35 | - <td><label for"nombre">Nombre de points :</label></td> | |
35 | + <td><label for="nombre">Nombre de points :</label></td> | |
36 | 36 | <td>ok</td> |
37 | 37 | </tr> |
38 | 38 | </tbody> | ... | ... |