Changes for page Kilmashogue
Last modified by David De La Harpe Golden on 2020/08/09 18:29
From version
16.1


edited by David De La Harpe Golden
on 2018/07/25 01:01
on 2018/07/25 01:01
Change comment:
Upload new image "xmas_trees.jpg", version 1.1
To version
19.1

edited by David De La Harpe Golden
on 2020/08/09 18:29
on 2020/08/09 18:29
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,16 @@ 1 -Heavy snowfall in Ireland (at least by Irish standards), so went for a walk in it. 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 2 2 3 3 4 -{{attachmentGallery/}} 7 +{{gallery width="100%" height="100%"}} 8 +#foreach($attach in $alist) 9 +[[image:$attach.filename]] 10 +#end 11 +{{/gallery}} 12 + 13 +#set($discard = $xwiki.jsx.use("Gallery.Ext.ThumbWiring.WebHome")) 14 + 15 +{{/velocity}} 16 +