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.
15 lines
538 B
15 lines
538 B
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div>
|
|
<h3>Create a new list</h3>
|
|
<form method="POST" name="creaListe" id="creaListe">
|
|
<p>Name of the task
|
|
<input type="text" name="name" id="name" required/></p>
|
|
<input class="button" type="submit" value="Create Tache"/>
|
|
<input type="hidden" name="action" value="addTache"/>
|
|
<input type="hidden" name="liste" value="<?=$dataView?>"/>
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html> |