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/prive/squelettes/navigation/rubrique.html

14 lines
505 B
HTML
Raw Normal View History

2015-04-28 17:10:23 +02:00
<BOUCLE_nav(RUBRIQUES){id_rubrique}{statut?}{si #ENV{exec}|=={rubrique}}>
#BOITE_OUVRIR{'','info'}
#PIPELINE{boite_infos,#ARRAY{data,'',args,#ARRAY{'type','rubrique','id',#ENV{id_rubrique}}}}
#BOITE_FERMER
<div class="ajax">
#FORMULAIRE_EDITER_LOGO{rubrique,#ID_RUBRIQUE,'',#ENV**}
</div>
#PIPELINE{afficher_config_objet,#ARRAY{args,#ARRAY{type,rubrique,id,#ID_RUBRIQUE},data,''}}
</BOUCLE_nav>
[(#ENV{exec}|=={rubrique_edit}|oui)<INCLURE{fond=prive/squelettes/navigation/rubrique_edit,env}>]
<//B_nav>