jijza
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<div class="content">
|
||||
<div class="recette-add-form-all">
|
||||
<form class="recette-form recette-form-add" action="/api/recettes/create.php" method="POST">
|
||||
<legend><h1>Nouvelle Recette : </h1></legend>
|
||||
<div class="recette-form-group form-group">
|
||||
<label for="nom">Titre : </label>
|
||||
<input type="texte" class="form-control" id="recette-form-nom" name="nom" placeholder="Titre de votre recette">
|
||||
@@ -55,6 +56,7 @@
|
||||
</form>
|
||||
<div class="recette-form-add-additional">
|
||||
<form id="recette-form-ingr-add" class="recette-form recette-form-add-ingr" action="" method="POST">
|
||||
<legend><h2>Nouvelle Ingrédient :</h2></legend>
|
||||
<div class="recette-form-group form-group">
|
||||
<label for="name">Nom de l'Ingrédient</label>
|
||||
<input type="texte" class="form-control" id="recette-form-ingr-nom" name="name" placeholder="Nom de l'ingrédient" value="">
|
||||
@@ -70,6 +72,7 @@
|
||||
</div>
|
||||
</form>
|
||||
<form id="recette-form-tag-add" class="recette-form recette-form-add-tag" action="" method="POST">
|
||||
<legend><h2>Nouveau Tag : </h2></legend>
|
||||
<div class="recette-form-group form-group">
|
||||
<label for="tag">Tags</label>
|
||||
<input type="texte" class="form-control" id="recette-form-tag" name="tag" placeholder="Nom de l'ingrédient">
|
||||
|
||||
Reference in New Issue
Block a user