cuisine/vues/vTests.php

7 lines
277 B
PHP
Raw Normal View History

<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>