Masquer les derniers auteurs
Paul Libbrecht 186.1 1
2 Ici, les photos de Romane sont uploadées.
3
4
Paul Libbrecht (admin) 188.1 5 prévisualisation (20 premières):
Paul Libbrecht 186.1 6
7 {{velocity}}
8 #set ($attachments = $doc.attachmentList)
Paul Libbrecht (admin) 187.1 9 #set ($count = 0)
Paul Libbrecht 186.1 10 #if ($attachments.size() > 0)
11 {{gallery}}
12 #foreach($attachment in $attachments)
Paul Libbrecht (admin) 187.1 13 #set($count = $count+1)
14 #if($attachment.isImage() && $count <20)
Paul Libbrecht 186.1 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).
24
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions