Wiki source code of Bohernabreena
Last modified by David De La Harpe Golden on 2020/08/09 18:32
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
11.1 | 1 | {{velocity}} |
![]() |
12.1 | 2 | #set($alist = $sorttool.sort($doc.getAttachmentList(),["filename"])) |
| 3 | #foreach($attach in $alist) | ||
| 4 | (% class="thumb" data-imgnum="$foreach.index" %)[[[[image:$attach.filename||height="48"]]>>attach:$attach.filename]] #end | ||
| |
11.1 | 5 | |
| 6 | |||
![]() |
13.1 | 7 | {{gallery width="100%" height="100%"}} |
![]() |
12.1 | 8 | #foreach($attach in $alist) |
| |
11.1 | 9 | [[image:$attach.filename]] |
| 10 | #end | ||
| 11 | {{/gallery}} | ||
| 12 | |||
![]() |
12.1 | 13 | #set($discard = $xwiki.jsx.use("Gallery.Ext.ThumbWiring.WebHome")) |
| |
11.1 | 14 | |
| 15 | {{/velocity}} | ||
![]() |
12.1 | 16 |
