You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.5 KiB
23 lines
1.5 KiB
<nav> |
|
<a class="button" routerLink="administration" routerLinkActive="active"> AdministrationModule</a> |
|
<a class="button" routerLink="participation/poll/SuperCustomSlug" routerLinkActive="active"> |
|
Participate to poll/SuperCustomSlug |
|
</a> |
|
<hr /> |
|
|
|
<a class="button" routerLink="oldstuff/home" routerLinkActive="active"> <i class="fa fa-home"></i> Accueil </a> |
|
<a class="button" routerLink="oldstuff/step/creation" routerLinkActive="active"> Création </a> |
|
<a class="button" routerLink="oldstuff/step/date" routerLinkActive="active"> Les Dates </a> |
|
<a class="button" routerLink="oldstuff/step/answers" routerLinkActive="active"> Réponses </a> |
|
<a class="button" routerLink="oldstuff/step/visibility" routerLinkActive="active"> Visibilité </a> |
|
<a class="button" routerLink="oldstuff/step/resume" routerLinkActive="active"> Résumé </a> |
|
<a class="button" routerLink="oldstuff/step/end" routerLinkActive="active"> Confirmation </a> |
|
<a class="button" routerLink="oldstuff/step/admin"> Administration </a> |
|
<hr /> |
|
|
|
<a class="button" routerLink="oldstuff/step/kind" routerLinkActive="active"> Page démo </a> |
|
<a class="button" routerLink="oldstuff/vote/poll/id/1" routerLinkActive="active"> Sondage 1 </a> |
|
<a class="button" routerLink="oldstuff/vote/poll/id/2" routerLinkActive="active"> Sondage 2 </a> |
|
<a class="button" routerLink="oldstuff/vote/poll/id/3" routerLinkActive="active"> Sondage 3 (dessins animés) </a> |
|
<a class="button" routerLink="oldstuff/graphic/toto" routerLinkActive="active"> Graphique </a> |
|
</nav>
|
|
|