Code source wiki de Photo Romane
Modifié par Paul Libbrecht (admin) le 2019/10/27 08:36
Masquer les derniers auteurs
author | version | line-number | content |
---|---|---|---|
![]() |
186.1 | 1 | |
2 | Ici, les photos de Romane sont uploadées. | ||
3 | |||
4 | |||
![]() |
188.1 | 5 | prévisualisation (20 premières): |
![]() |
186.1 | 6 | |
7 | {{velocity}} | ||
8 | #set ($attachments = $doc.attachmentList) | ||
![]() |
187.1 | 9 | #set ($count = 0) |
![]() |
186.1 | 10 | #if ($attachments.size() > 0) |
11 | {{gallery}} | ||
12 | #foreach($attachment in $attachments) | ||
![]() |
187.1 | 13 | #set($count = $count+1) |
14 | #if($attachment.isImage() && $count <20) | ||
![]() |
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 |