Depuis la version 1.1 >
modifié par Paul Libbrecht
sur 2018/11/01 11:47
À la version < 3.1 >
modifié par Paul Libbrecht
sur 2018/11/08 21:58
>
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,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 -
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions