Changes for page Ticknock
Last modified by David De La Harpe Golden on 2021/01/17 20:24
From version
14.1

edited by David De La Harpe Golden
on 2021/01/17 20:24
on 2021/01/17 20:24
Change comment:
There is no comment for this version
To version
11.1


edited by David De La Harpe Golden
on 2019/02/16 19:40
on 2019/02/16 19:40
Change comment:
Upload new image "z_fairycastle_twilight_panorama.jpg", version 1.1
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1,10 +1,10 @@ 1 1 {{velocity}} 2 -#set($alist = $ collectiontool.sort($doc.getAttachmentList(),["filename"]))2 +#set($alist = $sorttool.sort($doc.getAttachmentList(),["filename"])) 3 3 #foreach($attach in $alist) 4 4 (% class="thumb" data-imgnum="$foreach.index" %)[[[[image:$attach.filename||height="48"]]>>attach:$attach.filename]] #end 5 5 6 6 7 -{{gallery width=" 100%" height="100%"}}7 +{{gallery width="" height=""}} 8 8 #foreach($attach in $alist) 9 9 [[image:$attach.filename]] 10 10 #end ... ... @@ -13,3 +13,4 @@ 13 13 #set($discard = $xwiki.jsx.use("Gallery.Ext.ThumbWiring.WebHome")) 14 14 15 15 {{/velocity}} 16 +