formulaire pour remplir des ticket de panne
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<?php
|
|
|
|
echo '<p> ',$titre,' : </p>
|
|
|
|
<input class="container-field__field" type=',$type,' name=',$sql_name,'><br>
|
|
|
|
<img class="container-field__img container-field__img--check" src="../img/check.png" alt="check">
|
|
|
|
<img class="container-field__img container-field__img--excla" src="../img/excla.png" alt="exclamation">
|
|
|
|
<small>',$error,'</small>';
|
|
|
|
?>
|