2019-08-11 16:49:58 +02:00
|
|
|
<section class="creation">
|
2019-08-21 14:24:54 +02:00
|
|
|
<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
|
|
|
|
[routerLink]="'/home'"
|
|
|
|
>
|
2019-08-12 15:13:05 +02:00
|
|
|
<span
|
2019-08-21 14:24:54 +02:00
|
|
|
class="text"
|
|
|
|
i18n
|
|
|
|
>
|
2019-08-12 15:13:05 +02:00
|
|
|
C'est parti
|
|
|
|
</span>
|
2019-08-21 14:24:54 +02:00
|
|
|
<span class="icon right">
|
2019-08-12 15:13:05 +02:00
|
|
|
>
|
|
|
|
</span>
|
2019-08-21 14:24:54 +02:00
|
|
|
</a>
|
|
|
|
</div>
|
2019-08-11 16:49:58 +02:00
|
|
|
</section>
|
|
|
|
<section class="recuperation">
|
2019-08-21 14:24:54 +02:00
|
|
|
<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 btn-block"
|
|
|
|
i18n
|
|
|
|
value="Retrouver mes sondages"
|
|
|
|
/>
|
|
|
|
</form>
|
2019-08-11 16:49:58 +02:00
|
|
|
</section>
|