spip_nursit/prive/squelettes/hierarchie/dist.html
2023-06-01 17:30:12 +02:00

14 lines
817 B
HTML

<!-- hierarchie -->
#SET{objet_exec,#ENV{exec}|trouver_objet_exec}
[(#GET{objet_exec}|oui)
#SET{objet,#GET{objet_exec/type}}
#SET{id_objet,#ENV{#GET{objet_exec/id_table_objet}}}
#SET{id_parent,#GET{objet}|=={rubrique}|?{#ENV{id_parent,#INFO_ID_PARENT{#GET{objet},#GET{id_objet}}},#ENV{id_rubrique,#INFO_ID_RUBRIQUE{#GET{objet},#GET{id_objet}}}}}
[(#GET{id_parent}|ou{#GET{objet}|=={rubrique}}|oui)
<INCLURE{fond=prive/echafaudage/hierarchie/objet,objet=#GET{objet},id_objet=#GET{id_objet},id_parent=#GET{id_parent},id_secteur=#INFO_ID_SECTEUR{#GET{objet},#GET{id_objet}},editable=#AUTORISER{modifier,#GET{objet},#GET{id_objet}},ajax}>
]
[(#GET{id_parent}|ou{#GET{objet}|=={rubrique}}|non)
<INCLURE{fond=prive/echafaudage/hierarchie/objet.sans_rubrique,objet=#GET{objet},id_objet=#GET{id_objet},ajax}>
]
]