mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
11 lines
495 B
HTML
11 lines
495 B
HTML
<!-- hierarchie -->
|
|
<a href="#URL_ECRIRE{mots}"><:mots:icone_mots_cles:></a>
|
|
<BOUCLE_hierarchie(MOTS){id_mot}>
|
|
> [(#URL_ECRIRE{groupe_mots,id_groupe=#ID_GROUPE}|lien_ou_expose{#INFO_TITRE{groupe_mots,#ID_GROUPE},''})]
|
|
> <strong class="on">#TITRE</strong>
|
|
</BOUCLE_hierarchie>
|
|
[(#ENV{id_groupe}|oui)
|
|
> [(#URL_ECRIRE{groupe_mots,id_groupe=#ID_GROUPE}|lien_ou_expose{#INFO_TITRE{groupe_mots,#ID_GROUPE},''})]
|
|
]
|
|
> <strong class="on"><:mots:texte_nouveau_mot:></strong>
|
|
<//B_hierarchie>
|