Modifications pour le document PhotosTimothée
Modifié par Paul Libbrecht (admin) le 2019/10/27 08:41
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
Résumé
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -1,4 +2,3 @@ 1 - 2 2 Ici, les photos de Timothée sont uploadées. 3 3 4 4 ... ... @@ -5,12 +5,13 @@ 5 5 prévisualisation: 6 6 7 7 {{velocity}} 8 -#set ($attachments = $doc.attachmentList) 7 +#set($d=$xwiki.getDocument('Pionniers_Camp_2018.WebHome')) 8 +#set ($attachments = $d.attachmentList) 9 9 #if ($attachments.size() > 0) 10 10 {{gallery}} 11 11 #foreach($attachment in $attachments) 12 12 #if($attachment.isImage()) 13 - [[image:$attachment.filename||width=1024]] 13 + [[image:${d}@$attachment.filename||width=1024]] 14 14 #end 15 15 #end 16 16 {{/gallery}} ... ... @@ -17,6 +17,3 @@ 17 17 #end 18 18 {{/velocity}} 19 19 20 - 21 -On peut {{downloadAttachments/}} (un peut lent). 22 -