- ordre des rubriques de l'espace membre changé - messages de la page espace membre plus pertinents - CSS des dernières maj
31 lines
1.1 KiB
HTML
31 lines
1.1 KiB
HTML
#CACHE{0}
|
|
#SET{mots,#ARRAY}
|
|
#SET{id_groupe, #INFO_ID_GROUPE{article,#ENV{id_article}}}
|
|
|
|
[(#REM) On récupère : tous les mots / les mots de la rubrique médiathèque / les mots de la rubrique espace membre]
|
|
<BOUCLE_mots(MOTS){id_article=#ENV{id_article}}>
|
|
[(#SET{mots,#GET{mots}|push{#TITRE}})]
|
|
[(#TYPE|=={Espace membres}|oui)
|
|
#SET{id_membre,#ID_MOT}
|
|
]
|
|
</BOUCLE_mots>
|
|
|
|
<ul class="breadcrumb">
|
|
<li><a href="#URL_SITE_SPIP"><:accueil_site:></a><span class="divider"> > </span></li>
|
|
|
|
[(#GET{id_membre}|oui)
|
|
<li><a href="[(#URL_PAGE{espace_membre})]"> Espace membres</a><span class="divider"> > </span></li>
|
|
<li><a href="[(#URL_PAGE{espace_membre}|parametre_url{id_mot,#GET{id_membre}})]"> #INFO_TITRE{mot,#GET{id_membre}}</a><span class="divider"> > </span></li>
|
|
]
|
|
[(#GET{id_membre}|non)
|
|
[(#GET{id_groupe}|oui)
|
|
<li><a href="[(#URL_PAGE{groupes}|parametre_url{id_article,#GET{id_groupe}})]"> #INFO_TITRE{article,#GET{id_groupe}}</a><span class="divider"> > </span></li>
|
|
]
|
|
]
|
|
|
|
<li class='active'>[(#INFO_TITRE{article,#ENV{id_article}}|couper{80})]</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|