mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
56 lines
838 B
HTML
56 lines
838 B
HTML
<section class="creation">
|
|
<h1>
|
|
{{"creation.title"|translate}}
|
|
</h1>
|
|
<p
|
|
class="description"
|
|
i18n
|
|
>
|
|
{{"config.title"|translate}}
|
|
</p>
|
|
<div class="btn-next">
|
|
<a
|
|
[routerLink]="'/home'"
|
|
>
|
|
<span
|
|
class="text"
|
|
i18n
|
|
>
|
|
{{"config.letsgo"|translate}}
|
|
</span>
|
|
<span class="icon right">
|
|
>
|
|
</span>
|
|
</a>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="recuperation">
|
|
<h1>
|
|
{{"config.find_my_polls"|translate}}
|
|
</h1>
|
|
<form
|
|
action="https://framadate.org/find_polls.php"
|
|
method="post"
|
|
>
|
|
<label
|
|
class="description"
|
|
for="email"
|
|
i18n
|
|
>
|
|
{{"config.find_helper"|translate}} :
|
|
</label>
|
|
<input
|
|
type="email"
|
|
name="mail"
|
|
id="email"
|
|
autofocus="autofocus"
|
|
/>
|
|
<input
|
|
type="submit"
|
|
class="btn btn-block"
|
|
i18n-value="'config.find_button'|translate"
|
|
/>
|
|
</form>
|
|
</section>
|