Wiki source code of MassysEstate
Version 19.1 by Administrator on 2018/07/25 08:32
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
19.1 | 1 | {{velocity}} |
2 | #foreach($attach in $doc.getAttachmentList()) | ||
3 | #set($docName = $doc.fullName) | ||
4 | [[[[image:$attach.filename||height="48"]]>>attach:$attach.filename]] #end | ||
5 | |||
6 | |||
7 | {{gallery width="" height=""}} | ||
8 | #foreach($attach in $doc.getAttachmentList()) | ||
9 | [[image:$attach.filename]] | ||
10 | #end | ||
11 | {{/gallery}} | ||
12 | |||
13 | |||
14 | {{/velocity}} |