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