Depuis la version < 3.1 >
modifié par Paul Libbrecht
sur 2018/11/08 21:58
À la version 1.1 >
modifié par Paul Libbrecht
sur 2018/11/01 11:47
>
Commentaire de modification : Il n'y a aucun commentaire pour cette version

Résumé

Détails

Icon 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 +
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions