File "dist.html"
Full path: /home/argothem/www/v4_old/prive/squelettes/hierarchie/dist.html
File size: 819 bytes
MIME-type: text/plain
Charset: utf-8
<!-- 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},0}}
#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}>
]
]