Wiki source code of Ticknock

Version 12.1 by David De La Harpe Golden on 2020/08/09 18:31

Show last authors
1 {{velocity}}
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
5
6 {{gallery width="100%" height="100%"}}
7 #foreach($attach in $alist)
8 [[image:$attach.filename]]
9 #end
10 {{/gallery}}
11
12 #set($discard = $xwiki.jsx.use("Gallery.Ext.ThumbWiring.WebHome"))
13
14 {{/velocity}}