2020-01-16 17:03:51 +01:00
|
|
|
|
<h1 i18n >
|
2019-12-31 19:08:50 +01:00
|
|
|
|
{{"resume.title"|translate}}
|
2020-01-16 17:03:51 +01:00
|
|
|
|
</h1 >
|
|
|
|
|
<section class="admin" >
|
|
|
|
|
<h2 i18n >{{"resume.admins"|translate}}</h2 >
|
|
|
|
|
<p >
|
2019-12-31 19:08:50 +01:00
|
|
|
|
|
|
|
|
|
Votre sondage «
|
2020-01-16 17:03:51 +01:00
|
|
|
|
<span class="poll-title" >
|
2020-01-16 11:46:31 +01:00
|
|
|
|
{{config.title}}
|
2020-01-16 17:03:51 +01:00
|
|
|
|
</span >
|
2019-12-31 19:08:50 +01:00
|
|
|
|
» a bien été créé !
|
2020-01-16 17:03:51 +01:00
|
|
|
|
</p >
|
|
|
|
|
<p >
|
2019-12-31 19:08:50 +01:00
|
|
|
|
Voici les liens d’accès au sondage, conservez-les soigneusement !
|
2020-01-16 11:46:31 +01:00
|
|
|
|
(Si vous les perdez vous pourrez toujours les recevoir par email)
|
2020-01-16 17:03:51 +01:00
|
|
|
|
</p >
|
2019-12-31 19:08:50 +01:00
|
|
|
|
|
2020-01-16 17:03:51 +01:00
|
|
|
|
<p >
|
2020-01-16 12:00:39 +01:00
|
|
|
|
Pour accéder au sondage et à tous ses paramètres :
|
2020-01-16 17:03:51 +01:00
|
|
|
|
<a href="{{config.urlAdmin}}" >{{config.urlAdmin}}
|
|
|
|
|
</a >
|
|
|
|
|
</p >
|
2020-02-04 11:35:29 +01:00
|
|
|
|
<framadate-copy-text [textToCopy]='config.urlAdmin' ></framadate-copy-text >
|
2020-01-16 17:03:51 +01:00
|
|
|
|
<a href="{{config.urlAdmin}}" >
|
2019-12-31 19:08:50 +01:00
|
|
|
|
Voir le sondage coté administrateur·ice
|
2020-01-16 17:03:51 +01:00
|
|
|
|
</a >
|
|
|
|
|
<p class="note" >
|
2020-01-16 11:46:31 +01:00
|
|
|
|
Note : Le sondage sera supprimé {{config.deletionDateAfterLastModification}} jours après la date de sa dernière
|
|
|
|
|
modification.
|
2020-01-16 17:03:51 +01:00
|
|
|
|
</p >
|
2019-12-31 19:08:50 +01:00
|
|
|
|
|
2020-01-16 17:03:51 +01:00
|
|
|
|
</section >
|
|
|
|
|
<section class="public" >
|
2019-12-31 19:08:50 +01:00
|
|
|
|
|
2020-01-16 17:03:51 +01:00
|
|
|
|
<h2 i18n >{{"resume.users"|translate}}</h2 >
|
|
|
|
|
<p >
|
2020-01-16 12:00:39 +01:00
|
|
|
|
Pour accéder au sondage :
|
2020-01-16 17:03:51 +01:00
|
|
|
|
<a href="{{config.urlPublic}}" >{{config.urlPublic}}
|
|
|
|
|
</a >
|
2020-01-16 12:00:39 +01:00
|
|
|
|
|
2020-01-16 17:03:51 +01:00
|
|
|
|
</p >
|
2020-02-04 11:35:29 +01:00
|
|
|
|
<framadate-copy-text [textToCopy]='config.urlPublic' ></framadate-copy-text >
|
2020-01-16 17:03:51 +01:00
|
|
|
|
<a href="{{config.urlPublic}}" >
|
2019-12-31 19:09:35 +01:00
|
|
|
|
Voir le sondage
|
2020-01-16 17:03:51 +01:00
|
|
|
|
</a >
|
|
|
|
|
</section >
|
|
|
|
|
<section class="mail" >
|
2019-12-31 19:08:50 +01:00
|
|
|
|
|
2020-01-16 17:03:51 +01:00
|
|
|
|
<h2 i18n >{{"resume.links_mail"|translate}}</h2 >
|
|
|
|
|
<p >
|
2019-12-31 19:08:50 +01:00
|
|
|
|
Pour être sur de retrouver ces liens, nous pouvons vous les envoyer sur votre mail
|
|
|
|
|
|
|
|
|
|
mail :
|
|
|
|
|
<input
|
|
|
|
|
type="email"
|
|
|
|
|
[(ngModel)]="mailToRecieve"
|
|
|
|
|
paceholder="email"
|
|
|
|
|
>
|
2020-01-16 11:46:31 +01:00
|
|
|
|
|
2020-01-16 17:03:51 +01:00
|
|
|
|
</p >
|
2019-12-31 19:08:50 +01:00
|
|
|
|
|
|
|
|
|
<button
|
2020-01-23 16:47:53 +01:00
|
|
|
|
class="btn btn--primary"
|
2019-12-31 19:08:50 +01:00
|
|
|
|
(click)="sendToEmail()"
|
2020-01-16 17:03:51 +01:00
|
|
|
|
><i class="fa fa-paper-plane" ></i >
|
2019-12-31 19:08:50 +01:00
|
|
|
|
Envoyer les liens du sondage
|
2020-01-16 17:03:51 +01:00
|
|
|
|
</button >
|
|
|
|
|
<a href="{{config.urlPublic}}" >
|
2019-12-31 19:08:50 +01:00
|
|
|
|
Voir le sondage
|
2020-01-16 17:03:51 +01:00
|
|
|
|
</a >
|
2019-12-31 19:08:50 +01:00
|
|
|
|
|
2020-01-16 17:03:51 +01:00
|
|
|
|
</section >
|
2020-01-16 12:00:39 +01:00
|
|
|
|
|