Ejemplo n.º 1
0
?>
</label>
												<input type="datetime-local" name="hreMax" id="hreMax" value="yyyy/mm/dd 00:00" style="color:#2ecc71"/>
												<br/>

												<label for="calendrierPriseEnCharge">Pris en charge le : <?php 
nbspfct(6);
?>
</label>
												<input type="datetime-local" name="etpFin" id="etpFin" value="yyyy/mm/dd-00:00" style="color:#2ecc71"/>
												<br/>

											

												<label for="commentaire">Commentaire : <?php 
nbspfct(9);
?>
</label>
												<textarea name="commentaire" id="commentaire" >Tapez votre texte!</textarea>

									
												<br /><br/>
											
											<?php 
if (isset($_GET['message'])) {
    echo $_GET['message'];
} else {
    echo "&nbsp;";
}
?>
											<div class="12u$">
Ejemplo n.º 2
0
												<label for="cheque">Ch&egrave;que : <?php 
nbspfct(3);
?>
</label>
												<input type="number" name="cheque" id="cheque" min ="0"  value="0" style="color:#2ecc71"/>
												<br/><br/>
												
												<label for="kilometre">Kms Compteur : <?php 
nbspfct(1);
?>
</label>
												<input type="number" name="kilometre" id="kilometre" min ="0"  value="0" style="color:#2ecc71"/>
												<br/>
												
												<label for="etat">Etat : <?php 
nbspfct(12);
?>
</label>
													<select name="etat" id="lieu" style="color:#2ecc71" >
														<option>CONFORME</option>
														<option>NON CONFORME</option>
													</select>
												<br/><br/>
												
												
												<label for="commentaire">Commentaire(s) : </label><br/>
												<textarea name="commentaire" id="commentaire" ></textarea>

									
												<br /><br/>