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/mot.html
2015-04-28 17:10:23 +02:00

11 lines
360 B
HTML

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