1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/plugins-dist/mots/prive/squelettes/navigation/groupe_mots.html
2015-04-28 17:10:23 +02:00

11 lines
417 B
HTML

<BOUCLE_nav(GROUPES_MOTS){id_groupe}{si #ENV{exec}|=={groupe_mots}}>
#BOITE_OUVRIR{'','info'}
#PIPELINE{boite_infos,#ARRAY{data,'',args,#ARRAY{'type','groupe_mots','id',#ENV{id_groupe}}}}
#BOITE_FERMER
<div class="ajax">
#FORMULAIRE_EDITER_LOGO{groupe_mots,#ID_GROUPE,'',#ENV**}
</div>
</BOUCLE_nav>
[(#ENV{exec}|=={groupe_mots_edit}|oui)<INCLURE{fond=prive/squelettes/navigation/groupe_mots_edit,env} />]
<//B_nav>