Blame view

site/addRaspberry.php 737 Bytes
fb84723e   Guillaume   MAJ site ajout Rpi
1
2
3
4
5
6
7
8
  <div class="row">
  	<div class="col-4 col-md-4 offset-md-4 offset-4">
  	<br/>
  		<h1 style="margin-bottom:20px; margin-top:30px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="far fa-plus-square"></i> Ajout d'un capteur</h1>
  		<form action="addRpi.php" method="post">
  			<table class="table table-striped table-bordered">
  				<tbody>
  					<tr>
c8a36dcd   Guillaume   MAJ site ajout Rpi
9
10
  						<td style="width:30%;"><label for="ip">Adresse IP : </label></td>
  						<td style="width:50%;">172.26.145.</td>
fb84723e   Guillaume   MAJ site ajout Rpi
11
12
13
14
15
16
17
18
19
  						<td><input type="text" id="ip" name="ip" /></td>
  					</tr>
  				</tbody>
  			</table>
  			<input type="submit" class="btn btn-dark btn-lg btn-block" style="margin-top:20px; margin-bottom:20px;" value="Ajouter la Raspberry"/>
  			<br/>
  		</form>
  	</div>
  </div>