[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / prive / squelettes / hierarchie / dist.html
index 60f1008..30c0ee0 100644 (file)
@@ -1,14 +1,14 @@
 <!-- hierarchie -->
 #SET{objet_exec,#ENV{exec}|trouver_objet_exec}
 [(#GET{objet_exec}|oui)
-       #SET{objet,#GET{objet_exec}|table_valeur{type}}
-       #SET{id_objet,#ENV{#GET{objet_exec}|table_valeur{id_table_objet}}}
+       #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}},restreint=#INFO_STATUT{#GET{objet},#GET{id_objet}}|=={publie},editable=#AUTORISER{modifier,#GET{objet},#GET{id_objet}},ajax}>
+               <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}>
        ]
-]
\ No newline at end of file
+]