mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
59 lines
1.2 KiB
HTML
59 lines
1.2 KiB
HTML
<section class="creation">
|
|
<h1 i18n>
|
|
Créer un sondage
|
|
</h1>
|
|
<p
|
|
class="description"
|
|
i18n
|
|
>
|
|
Planifiez des rendez-vous avec vos amis ou votre famille ou créez un sondage avec du texte, des images ou des
|
|
liens… un sondage quoi !
|
|
</p>
|
|
<div class="btn-next">
|
|
<a
|
|
class="next"
|
|
[routerLink]="'/home'"
|
|
>
|
|
<span
|
|
class="text"
|
|
i18n
|
|
>
|
|
C'est parti
|
|
</span>
|
|
<span class="icon right">
|
|
>
|
|
</span>
|
|
</a>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="recuperation">
|
|
<h1 i18n>
|
|
Où sont mes sondages ?
|
|
</h1>
|
|
<form
|
|
action="https://framadate.org/find_polls.php"
|
|
method="post"
|
|
>
|
|
<label
|
|
class="description"
|
|
for="email"
|
|
i18n
|
|
>
|
|
Je cherche les sondages qui correspondent à mon mail :
|
|
</label>
|
|
<input
|
|
type="email"
|
|
name="mail"
|
|
id="email"
|
|
autofocus="autofocus"
|
|
/>
|
|
<input
|
|
type="submit"
|
|
class="btn_border"
|
|
i18n
|
|
value="Retrouver mes sondages"
|
|
/>
|
|
</form>
|
|
</section>
|