7 lines
277 B
PHP
7 lines
277 B
PHP
|
<section id='principal'>
|
||
|
<form method="POST" action="index.php?page=test">
|
||
|
<input type="text" required name="textTest" value="100" title="<?=DESC_CHAMPS_DUREE?>"/>
|
||
|
<input type="submit">
|
||
|
</form>
|
||
|
<a href="index.php?page=ajouterElement">Retourner à la liste</a>
|
||
|
</section>
|