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,3 +1,4 @@ 1 + 1 1 Ici, les photos de Timothée sont uploadées. 2 2 3 3 ... ... @@ -4,13 +4,12 @@ 4 4 prévisualisation: 5 5 6 6 {{velocity}} 7 -#set($d=$xwiki.getDocument('Pionniers_Camp_2018.WebHome')) 8 -#set ($attachments = $d.attachmentList) 8 +#set ($attachments = $doc.attachmentList) 9 9 #if ($attachments.size() > 0) 10 10 {{gallery}} 11 11 #foreach($attachment in $attachments) 12 12 #if($attachment.isImage()) 13 - [[image:$ {d}@$attachment.filename||width=1024]]13 + [[image:$attachment.filename||width=1024]] 14 14 #end 15 15 #end 16 16 {{/gallery}} ... ... @@ -17,3 +17,6 @@ 17 17 #end 18 18 {{/velocity}} 19 19 20 + 21 +On peut {{downloadAttachments/}} (un peut lent). 22 +