|
|
|
@ -24,6 +24,7 @@
|
|
|
|
|
|
|
|
|
|
Affichage : |
|
|
|
|
|
|
|
|
|
- afficher_recherche : ajoute le form de recherche |
|
|
|
|
- titre : titre personnalisé ou '' pour le masquer |
|
|
|
|
- sinon : message personnalisé si aucun album ou '' pour le masquer |
|
|
|
|
- nb : pagination |
|
|
|
@ -83,6 +84,10 @@
|
|
|
|
|
}> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
[(#ENV{afficher_recherche}|oui) |
|
|
|
|
<div class="clearfix">#FORMULAIRE_RECHERCHE_ECRIRE{#SELF,ajax}</div> |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
<BOUCLE_liste_albums(ALBUMS documents) |
|
|
|
|
{albums_liens.objet?} {albums_liens.id_objet?} {albums_liens.vu?} |
|
|
|
|
{documents.id_document?} {documents.media?} {documents.extension?} |
|
|
|
@ -108,6 +113,10 @@
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</B_liste_albums> |
|
|
|
|
|
|
|
|
|
[(#ENV{afficher_recherche}|oui) |
|
|
|
|
<div class="clearfix">#FORMULAIRE_RECHERCHE_ECRIRE{#SELF,ajax}</div> |
|
|
|
|
] |
|
|
|
|
[<div class="liste-objets liste-objets_albums caption-wrap"> |
|
|
|
|
<strong class="caption">(#ENV{sinon}|is_null|?{<:album:info_aucun_album:>,#ENV*{sinon}})</strong> |
|
|
|
|
</div>] |
|
|
|
|