
4 changed files with 35 additions and 1 deletions
@ -0,0 +1,32 @@
|
||||
<h1><:fonction:titre_page_images:></h1> |
||||
|
||||
#FORMULAIRE_LISTER_IMAGES |
||||
<div class="nettoyeur"></div> |
||||
|
||||
<B_images> |
||||
<div class="galerie medias"> |
||||
[<h3>(#ENV{titre})</h3>] |
||||
|
||||
<table class="spip liste"> |
||||
[<caption>[(#ENV{prefixe,''}) : ](#GRAND_TOTAL|singulier_ou_pluriel{fonction:une_image,fonction:des_images})</caption>] |
||||
<thead> |
||||
<tr class="first_row"> |
||||
<th class="nom principale"><:fonction:info_nom:></th> |
||||
<th class="exif secondaire"><:fonction:info_technique:></th> |
||||
<th class="prefixe secondaire"><:fonction:info_prefixe:></th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
<BOUCLE_images (DATA) {source table, (#ENV{prefixe,''}|lister_images)}> |
||||
<B_prefixe> |
||||
<BOUCLE_prefixe (DATA) {source table, #VALEUR} {si #VALEUR|is_array}> |
||||
#INCLURE{fond=prive/squelettes/inclure/image_info_ligne,image=#VALEUR,class=(#COMPTEUR_BOUCLE|alterner{'row_odd','row_even'}),prefixe=#_images:CLE,env} |
||||
</BOUCLE_prefixe> |
||||
</B_prefixe> |
||||
#INCLURE{fond=prive/squelettes/inclure/image_info_ligne,image=#VALEUR,class=(#COMPTEUR_BOUCLE|alterner{'row_odd','row_even'}),prefixe=#ENV{prefixe,''},env} |
||||
<//B_prefixe> |
||||
</BOUCLE_images> |
||||
</tbody> |
||||
</table> |
||||
</div> |
||||
</B_images> |
Loading…
Reference in new issue