Wiki source code of LoughBray
Version 26.1 by David De La Harpe Golden on 2018/08/11 19:14
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #set($alist = $sorttool.sort($doc.getAttachmentList(),["filename"])) | ||
3 | #foreach($attach in $alist) | ||
![]() |
25.1 | 4 | (% class="thumb" data-imgnum="$foreach.index" %)[[[[image:$attach.filename||height="48"]]>>attach:$attach.filename]] #end |
![]() |
1.1 | 5 | |
6 | |||
7 | {{gallery width="" height=""}} | ||
8 | #foreach($attach in $alist) | ||
9 | [[image:$attach.filename]] | ||
10 | #end | ||
11 | {{/gallery}} | ||
12 | |||
![]() |
26.1 | 13 | #set($discard = $xwiki.jsx.use("Gallery.Ext.ThumbWiring.Webhome")) |
![]() |
1.1 | 14 | |
15 | {{/velocity}} |