// MODELE 'bcl_racine'
[(#SET{type_objet,#ENV{type_objet,logos_articles}})][
(#SET{label_style,[(#ENV{style}|sinon{font-weight:bold;text-align:center;})]})][
(#SET{image_si_vide,#ENV{image_si_vide,non}})][
(#SET{image_defaut,[(#CHEMIN{[(#ENV{image_defaut,img/ecureuil_transparent.png})]}||image_reduire{#ENV{taille,200}}|image_graver|extraire_attribut{src})]})][
(#SET{image_defaut_vignette,[(#CHEMIN{[(#ENV{image_defaut,img/ecureuil_transparent.png})]}||image_reduire{#ENV{taille_vignette,100}}|image_alpha{#ENV{alpha,40}}|image_graver|extraire_attribut{src})]})][
(#SET{count,#EVAL{count_euDock()}})][
(#SET{pagine,#ENV{max_image,10}|moins{#GET{count}}})]
[
(#GET{type_objet}|=={logos_rubriques}|ou{
#GET{type_objet}|=={documents_rubriques}
}|oui)
[(#INCLURE{fond=modeles/euDock_bcl_rubriques}{env}
{rubriques=#ID_RUBRIQUE}
{dockID=#ENV{dockID}}
{racine=oui}
)]
]
[
(#GET{type_objet}|=={logos_articles}|ou{
#GET{type_objet}|=={documents_articles}
}|oui)
[(#INCLURE{fond=modeles/euDock_bcl_articles}{env}
{articles=#ID_ARTICLE}
{dockID=#ENV{dockID}}
{racine=oui}
)]
]
[
(#GET{type_objet}|=={logos_breves}|oui)
[(#INCLURE{fond=modeles/euDock_bcl_breves}{env}
{breves=#ID_BREVE}
{dockID=#ENV{dockID}}
{racine=oui}
)]
]
[
(#GET{type_objet}|=={logos_sites}|oui)
[(#INCLURE{fond=modeles/euDock_bcl_sites}{env}
{sites=#ID_SYNDIC}
{dockID=#ENV{dockID}}
{racine=oui}
)]
]
[
(#GET{type_objet}|=={logos_mots}|oui)
[(#INCLURE{fond=modeles/euDock_bcl_mots}{env}
{mots=#ID_MOT}
{dockID=#ENV{dockID}}
{racine=oui}
)]
]
[
(#GET{type_objet}|=={logos_auteurs}|oui)
[(#INCLURE{fond=modeles/euDock_bcl_auteurs}{env}
{auteurs=#ID_AUTEUR}
{dockID=#ENV{dockID}}
{racine=oui}
)]
]