mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
add texts for last steps and follow title hierarchy
This commit is contained in:
parent
d7c8ceabc4
commit
12ce993335
@ -22,10 +22,10 @@
|
||||
</p>
|
||||
<hr />
|
||||
<div class="go-to-step" [routerLink]="['/administration/step/1']">
|
||||
<i class="fa fa-pencil"></i> Modifier
|
||||
<img class="icon" src="assets/icons/edit.svg" alt="icone crayon" /> Modifier
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="title is-3">Mon type de sondage</h3>
|
||||
<h3 class="title is-3">Type de sondage</h3>
|
||||
<div class="block-resume">
|
||||
{{ pollService.form.value.isAboutDate ? 'Date' : 'Propositions' }}
|
||||
<hr />
|
||||
@ -45,11 +45,11 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="list-texts" *ngIf="!pollService.form.value.isAboutDate">
|
||||
<ul *ngFor="let choice of pollService.choices">
|
||||
<li>
|
||||
{{ choice }}
|
||||
</li>
|
||||
</ul>
|
||||
<!-- <ul *ngFor="let choice of pollService.choices">-->
|
||||
<!-- <li>-->
|
||||
<!-- {{ choice }}-->
|
||||
<!-- </li>-->
|
||||
<!-- </ul>-->
|
||||
</div>
|
||||
<hr />
|
||||
<div class="go-to-step" [routerLink]="['/administration/step/3']">
|
||||
|
@ -15,6 +15,10 @@
|
||||
(obligatoire)
|
||||
</span>
|
||||
</label>
|
||||
<p>
|
||||
Votre adresse ne sera pas partagée avec les participants du sondage. Elle nous sert uniquement à vous
|
||||
informer des mises à jour et vous prévenir dès qu'un nouveau vote à eu lieu
|
||||
</p>
|
||||
<input class="input" type="text" id="email" formControlName="creatorEmail" />
|
||||
</form>
|
||||
</div>
|
||||
|
@ -5,8 +5,9 @@
|
||||
<div class="hero-body">
|
||||
<div class="container has-text-centered">
|
||||
<div class="main-block">
|
||||
<h1 class="title is-1" *ngIf="pollService.admin_key">🎉 {{ 'resume.title' | translate }}</h1>
|
||||
<h2 class="subtitle">
|
||||
<h1 class="title is-1">
|
||||
<img class="icon" src="assets/icons/book-open.svg" alt="icone ok" />
|
||||
|
||||
Votre sondage
|
||||
<br />
|
||||
«
|
||||
@ -23,13 +24,39 @@
|
||||
</button>
|
||||
</span>
|
||||
<span *ngIf="pollService.admin_key">
|
||||
a bien été créé !
|
||||
est prêt !
|
||||
</span>
|
||||
</h2>
|
||||
</h1>
|
||||
<p>
|
||||
L'événement "<strong class="poll-title">
|
||||
{{ pollService.form.value.title }} </strong
|
||||
>" est créé. Vous pouvez inviter vos contacts à y participer en partageant le lien ci-dessous.
|
||||
</p>
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
<label for="public_share_link">
|
||||
Lien de partage public
|
||||
</label>
|
||||
<input type="text" [(ngModel)]="pollService.getParticipationUrl()" id="public_share_link" />
|
||||
</div>
|
||||
<div class="column">
|
||||
<button class="is-parimary button">
|
||||
Copier
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<div class="box-well">
|
||||
<h3 class="title is-3">Consultez dès maintenant votre sondage</h3>
|
||||
<button class="button is-primary" routerLink="{{ pollService.getAdministrationUrlFromForm() }}">
|
||||
Voir mon sondage
|
||||
</button>
|
||||
</div>
|
||||
<hr />
|
||||
<div class="title is-1" *ngIf="pollService.admin_key">🎉</div>
|
||||
<div class="container padded">
|
||||
<div class=" ">
|
||||
<div class="main-block">
|
||||
|
Loading…
Reference in New Issue
Block a user