Blame view

site/addRaspberry.php 730 Bytes
fb84723e   Guillaume   MAJ site ajout Rpi
1
  <div class="row">
c8145c21   Guillaume   MAJ site ajout Rpi
2
  	<div class="col-6 col-md-6 offset-md-3 offset-3">
fb84723e   Guillaume   MAJ site ajout Rpi
3
  	<br/>
39579493   root   MAJ Site
4
  		<h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="far fa-plus-square"></i> Ajout d'une Raspberry</h1>
fb84723e   Guillaume   MAJ site ajout Rpi
5
6
7
8
  		<form action="addRpi.php" method="post">
  			<table class="table table-striped table-bordered">
  				<tbody>
  					<tr>
4436ff81   root   Site ok
9
  						<td><label for="ip">Adresse IP : 172.26.145. </label></td>
066421f4   grouille   Suppression RPI +...
10
  						<td><input type="text" id="ip" name="ip" placeholder="114" size="3" minlength="3" maxlength="3" required/></td>
fb84723e   Guillaume   MAJ site ajout Rpi
11
12
13
  					</tr>
  				</tbody>
  			</table>
bc0324e0   grouille   Suppression RPI +...
14
  			<input type="submit" class="btn btn-dark btn-lg btn-block" style="margin-top:20px;" value="Ajouter la Raspberry"/>
fb84723e   Guillaume   MAJ site ajout Rpi
15
16
17
18
  			<br/>
  		</form>
  	</div>
  </div>