2020-04-14 11:28:33 +02:00
|
|
|
|
<h1 i18n>
|
2020-04-21 10:50:26 +02:00
|
|
|
|
{{ 'resume.title' | translate }}
|
2020-04-14 11:28:33 +02:00
|
|
|
|
</h1>
|
|
|
|
|
<section class="admin">
|
2020-04-21 10:50:26 +02:00
|
|
|
|
<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 ! (Si vous les perdez vous pourrez toujours les
|
|
|
|
|
recevoir par email)
|
|
|
|
|
</p>
|
2020-04-14 11:28:33 +02:00
|
|
|
|
|
2020-04-21 10:50:26 +02:00
|
|
|
|
<p>
|
|
|
|
|
Pour accéder au sondage et à tous ses paramètres :
|
|
|
|
|
<a href="{{ config.urlAdmin }}">{{ config.urlAdmin }} </a>
|
|
|
|
|
</p>
|
2020-04-22 12:56:18 +02:00
|
|
|
|
<app-copy-text [textToCopy]="config.urlAdmin"></app-copy-text>
|
2020-04-21 10:50:26 +02:00
|
|
|
|
<a href="{{ config.urlAdmin }}">
|
|
|
|
|
Voir le sondage coté administrateur·ice
|
|
|
|
|
</a>
|
|
|
|
|
<p class="note">
|
|
|
|
|
Note : Le sondage sera supprimé {{ config.deletionDateAfterLastModification }} jours après la date de sa
|
|
|
|
|
dernière modification.
|
|
|
|
|
</p>
|
2020-04-14 11:28:33 +02:00
|
|
|
|
</section>
|
|
|
|
|
<section class="public">
|
2020-04-21 10:50:26 +02:00
|
|
|
|
<h2 i18n>{{ 'resume.users' | translate }}</h2>
|
|
|
|
|
<p>
|
|
|
|
|
Pour accéder au sondage :
|
|
|
|
|
<a href="{{ config.urlPublic }}">{{ config.urlPublic }} </a>
|
|
|
|
|
</p>
|
2020-04-22 12:56:18 +02:00
|
|
|
|
<app-copy-text [textToCopy]="config.urlPublic"></app-copy-text>
|
2020-04-21 10:50:26 +02:00
|
|
|
|
<a href="{{ config.urlPublic }}">
|
|
|
|
|
Voir le sondage
|
|
|
|
|
</a>
|
2020-04-14 11:28:33 +02:00
|
|
|
|
</section>
|
|
|
|
|
<section class="mail">
|
2020-04-21 10:50:26 +02:00
|
|
|
|
<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>
|
2020-04-14 11:28:33 +02:00
|
|
|
|
|
2020-04-21 10:50:26 +02:00
|
|
|
|
<button class="btn btn--primary" (click)="sendToEmail()">
|
2020-05-12 19:16:23 +02:00
|
|
|
|
<i class="fa fa-paper-plane" aria-hidden="true"></i>
|
2020-04-21 10:50:26 +02:00
|
|
|
|
Envoyer les liens du sondage
|
|
|
|
|
</button>
|
|
|
|
|
<a href="{{ config.urlPublic }}">
|
|
|
|
|
Voir le sondage
|
|
|
|
|
</a>
|
2020-04-14 11:28:33 +02:00
|
|
|
|
</section>
|