mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
revois la page suivante par defaut
This commit is contained in:
parent
90c014222f
commit
2c9d5fa912
@ -19,23 +19,22 @@
|
|||||||
|
|
||||||
<section>
|
<section>
|
||||||
<p>
|
<p>
|
||||||
Je m'appelle <input type="text" name="name" id="name" value="" class="nfl-textfield">
|
Je veux créer un sondage
|
||||||
et le titre de ce sondage
|
|
||||||
<select id="type_sondage">
|
<select id="type_sondage">
|
||||||
<option>special dates</option>
|
<option>special dates</option>
|
||||||
<option>classique</option>
|
<option>classique</option>
|
||||||
</select>
|
</select>
|
||||||
est « <input type="text" id="title" name="title" value="Repas des amies" class="nfl-textfield"> ».
|
dont le titre sera : <input type="text" id="title" name="title" value="" class="nfl-textfield">
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Si je devais le décrire pour les autres personnes, je dirais
|
Et je (peux|pourrais) lui ajouter cette description :
|
||||||
<textarea></textarea>.
|
<textarea></textarea>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="responses.html" class="btn btn-primary next" id="next">Continuer</a>
|
<a href="dates.html" class="btn btn-primary next" id="next">Continuer</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user