Code source wiki de PhotosFuret
Version 117.1 par Damien Clerc le 2018/09/11 22:49
Afficher les derniers auteurs
author | version | line-number | content |
---|---|---|---|
1 | |||
2 | Ici, les photos de Furet blagueur sont uploadées. | ||
3 | |||
4 | |||
5 | prévisualisation: | ||
6 | |||
7 | {{velocity}} | ||
8 | #set ($attachments = $doc.attachmentList) | ||
9 | #if ($attachments.size() > 0) | ||
10 | {{gallery}} | ||
11 | #foreach($attachment in $attachments) | ||
12 | #if($attachment.isImage()) | ||
13 | [[image:$attachment.filename||width=1024]] | ||
14 | #end | ||
15 | #end | ||
16 | {{/gallery}} | ||
17 | #end | ||
18 | {{/velocity}} | ||
19 | |||
20 | |||
21 | On peut {{downloadAttachments/}} (un peut lent). |