Afficher les derniers auteurs
1
2 Ici, les photos de Romane sont uploadées.
3
4
5 prévisualisation (20 premières):
6
7 {{velocity}}
8 #set ($attachments = $doc.attachmentList)
9 #set ($count = 0)
10 #if ($attachments.size() > 0)
11 {{gallery}}
12 #foreach($attachment in $attachments)
13 #set($count = $count+1)
14 #if($attachment.isImage() && $count <20)
15 [[image:$attachment.filename||width=1024]]
16 #end
17 #end
18 {{/gallery}}
19 #end
20 {{/velocity}}
21
22
23 On peut {{downloadAttachments/}} (un peut lent).
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions