[(#AUTORISER{configurer,_plugins}|sinon_interdire_acces)]
<:lister_exec:titre_page:>
<:lister_exec:description_lister_exec:>
#SET{regex,"/([^/]*)$"} #SET{liste,#ARRAY} #SET{liste_exec,#ARRAY} #SET{blackliste,#ARRAY}
#SET{exec,#VALEUR|match{#GET{regex}}|replace{"/",''}|replace{".html",''}}[
(#GET{exec}|match{'_edit$'}|oui) #SET{blackliste,#GET{blackliste}|push{#GET{exec}}} #SET{blackliste,#GET{blackliste}|push{#GET{exec}|replace{'_edit',''}}}
] #SET{liste,#GET{liste}|push{#GET{exec}}}
#SET{exec,#VALEUR|match{#GET{regex}}|replace{"/",''}|replace{".php",''}}[
(#GET{exec}|match{'_edit$'}|oui) #SET{blackliste,#GET{blackliste}|push{#GET{exec}}} #SET{blackliste,#GET{blackliste}|push{#GET{exec}|replace{'_edit',''}}}
] #SET{liste_exec,#GET{liste_exec}|push{#GET{exec}}}
[(#SET{liste,#GET{liste}|array_diff{#GET{blackliste}}})] [(#SET{liste_exec,#GET{liste_exec}|array_diff{#GET{liste}}})]
[(#SET{liste,#GET{liste}|array_unique})] [(#SET{liste_exec,#GET{liste_exec}|array_unique})]
<:lister_exec:intertitre_exec_contenu:>
<:lister_exec:intertitre_exec:>