2019-08-10 17:41:01 +02:00
|
|
|
|
<h1 i18n>
|
2019-12-31 19:08:50 +01:00
|
|
|
|
{{"resume.title"|translate}}
|
2019-08-10 17:41:01 +02:00
|
|
|
|
</h1>
|
2019-12-31 19:08:50 +01:00
|
|
|
|
<section class="admin">
|
|
|
|
|
<h2 i18n>{{"resume.admins"|translate}}</h2>
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
|
|
Votre sondage «
|
|
|
|
|
<span class="poll-title">
|
|
|
|
|
{{config.title}} </span>
|
|
|
|
|
» a bien été créé !
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
Voici les liens d’accès au sondage, conservez-les soigneusement !
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
Pour accéder au sondage et à tous ses paramètres : https://framadate.org/urladmindusondage
|
|
|
|
|
</p>
|
|
|
|
|
<button
|
|
|
|
|
class="btn"
|
|
|
|
|
(click)="copyLink(adminLink)"
|
|
|
|
|
>
|
|
|
|
|
Copier le lien
|
|
|
|
|
</button>
|
|
|
|
|
<a href="{{adminLink}}">
|
|
|
|
|
Voir le sondage coté administrateur·ice
|
|
|
|
|
</a>
|
|
|
|
|
<p class="note">
|
|
|
|
|
Note : Le sondage sera supprimé 180 jours après la date de sa dernière modification.
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
<section class="public">
|
|
|
|
|
|
|
|
|
|
<h2 i18n>{{"resume.users"|translate}}</h2>
|
|
|
|
|
<p>
|
|
|
|
|
Pour accéder au sondage : https://framadate.org/urladmindusondage
|
|
|
|
|
</p>
|
|
|
|
|
<button
|
|
|
|
|
class="btn"
|
|
|
|
|
(click)="copyLink(publicLink)"
|
|
|
|
|
>
|
|
|
|
|
Copier le lien
|
|
|
|
|
</button>
|
2019-12-31 19:09:35 +01:00
|
|
|
|
<a href="{{publicLink}}">
|
|
|
|
|
Voir le sondage
|
|
|
|
|
</a>
|
2019-12-31 19:08:50 +01:00
|
|
|
|
</section>
|
|
|
|
|
<section class="mail">
|
|
|
|
|
|
|
|
|
|
<h2 i18n>{{"resume.links_mail"|translate}}</h2>
|
|
|
|
|
<p>
|
|
|
|
|
Pour être sur de retrouver ces liens, nous pouvons vous les envoyer sur votre mail
|
|
|
|
|
|
|
|
|
|
mail :
|
|
|
|
|
<input
|
|
|
|
|
type="email"
|
|
|
|
|
[(ngModel)]="mailToRecieve"
|
|
|
|
|
paceholder="email"
|
|
|
|
|
>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<button
|
|
|
|
|
class="btn"
|
|
|
|
|
(click)="sendToEmail()"
|
|
|
|
|
>
|
|
|
|
|
Envoyer les liens du sondage
|
|
|
|
|
</button>
|
|
|
|
|
<a href="{{publicLink}}">
|
|
|
|
|
Voir le sondage
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
</section>
|