funky-framadate-front/src/app/pages/voting/voting.component.html

31 lines
1000 B
HTML
Raw Normal View History

2020-01-16 10:20:15 +01:00
<form>
2019-12-29 18:35:15 +01:00
2019-12-02 12:34:03 +01:00
2020-01-16 10:20:15 +01:00
<a class="next">Voir le graphique</a>
2020-01-16 16:38:06 +01:00
2020-01-16 10:20:15 +01:00
<h2 class="margin-top-x4">Les commentaires</h2>
<p class="comment">
<span class="cname">Pikachu </span>
<span class="date date padding-btm-x1"> le 26 novembre 2019</span>
Rock Luxio Surskit. Glacier Badge
2019-12-02 11:52:06 +01:00
</p>
2019-12-10 11:23:01 +01:00
2020-01-16 10:20:15 +01:00
2019-12-01 19:21:05 +01:00
</form>
2019-12-29 18:35:15 +01:00
<div ng-show="show_popup" class="popup">
<h4 class="margin-btm-x2">Participation validée !</h4>
2020-01-16 10:20:15 +01:00
<p class="margin-btm-x1">Votre vote a bien été pris en compte, mais faites attention : ce sondage n'autorise
l'édition de votre vote qu'avec le lien personnalisé suivant :</p>
<p>https://framadate.org/urladmindusondage</p>
<button class="btn btn--primary btn--small btn--purple btn--black-text">Copier le lien</button>
<p class="margin-btm-x6 margin-top-x2">Conservez-le précieusement !</p>
<button class="btn btn--primary btn--default btn--purple btn--black-text">Revenir au sondage</button>
2019-12-29 18:35:15 +01:00
</div>
<div class="rgba-black" [hidden]="show_mask">
</div>