2019-12-29 19:35:07 +01:00
|
|
|
<div class="container">
|
2019-08-11 16:49:58 +02:00
|
|
|
<section class="creation">
|
2019-11-19 11:19:21 +01:00
|
|
|
<h1>
|
|
|
|
{{"creation.title"|translate}}
|
|
|
|
</h1>
|
2019-12-29 19:35:07 +01:00
|
|
|
<p class="description margin-btm-x5" i18n>
|
|
|
|
{{"config.description"|translate}}
|
2019-11-19 11:19:21 +01:00
|
|
|
</p>
|
|
|
|
<div class="btn-next">
|
2019-12-29 19:35:07 +01:00
|
|
|
|
|
|
|
<button class="btn btn--full btn--primary">{{"config.letsgo"|translate}}</button>
|
|
|
|
|
2019-11-19 11:19:21 +01:00
|
|
|
</div>
|
2019-08-11 16:49:58 +02:00
|
|
|
</section>
|
2019-08-12 21:54:57 +02:00
|
|
|
|
2019-08-11 16:49:58 +02:00
|
|
|
<section class="recuperation">
|
2019-12-29 19:35:07 +01:00
|
|
|
<h1 class="margin-top-x8">
|
2019-11-19 11:19:21 +01:00
|
|
|
{{"config.find_my_polls"|translate}}
|
|
|
|
</h1>
|
2019-12-29 19:35:07 +01:00
|
|
|
<section class="list-my-polls">
|
|
|
|
<!--<ul class="poll-list" *ngFor="let poll of config.myPolls">-->
|
|
|
|
<a href="#" class="next margin-btm-x3">Anniversaire de tonton Patrick</a>
|
|
|
|
<a href="#" class="next margin-btm-x5">Anniversaire de Bernard </a>
|
|
|
|
<!--</ul>-->
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<form (ngSubmit)="findMyPollsByEmail(emailToFind.value)">
|
|
|
|
<section class="row">
|
|
|
|
<label class="description" for="email" i18n>
|
2019-11-19 11:19:21 +01:00
|
|
|
{{"config.find_helper"|translate}} :
|
|
|
|
</label>
|
2019-12-29 19:35:07 +01:00
|
|
|
<input class="margin-btm-x5" #emailToFind type="email" name="mail" id="email" autofocus="autofocus">
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<input type="submit" class="btn btn--primary btn--default btn--purple btn--black-text" value='{{"config.find_button"|translate}}'>
|
2019-11-19 11:19:21 +01:00
|
|
|
</form>
|
|
|
|
</section>
|
2019-12-29 19:35:07 +01:00
|
|
|
|
|
|
|
</div>
|