Changes for page 08 August
Last modified by David De La Harpe Golden on 2018/08/27 11:58
From version
2.1


edited by David De La Harpe Golden
on 2018/08/06 19:09
on 2018/08/06 19:09
Change comment:
There is no comment for this version
To version
4.1


edited by David De La Harpe Golden
on 2018/08/13 21:54
on 2018/08/13 21:54
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1,8 +1,19 @@ 1 +=== [[Ticknock>>Gallery.2018.08.Ticknock.WebHome]] === 2 + 3 +{{velocity}} 4 +#set($docref = "Gallery.2018.08.Ticknock.WebHome") 5 +#set($document = $xwiki.getDocument($docref)) 6 +#set($alist = $sorttool.sort($document.getAttachmentList(),["filename"])) 7 +#foreach($attach in $alist) 8 +#set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end 9 +{{/velocity}} 10 + 1 1 === [[Lough Bray>>Gallery.2018.08.LoughBray.WebHome]] === 2 2 3 3 {{velocity}} 4 4 #set($docref = "Gallery.2018.08.LoughBray.WebHome") 5 5 #set($document = $xwiki.getDocument($docref)) 6 -#foreach($attach in $document.getAttachmentList()) 16 +#set($alist = $sorttool.sort($document.getAttachmentList(),["filename"])) 17 +#foreach($attach in $alist) 7 7 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end 8 8 {{/velocity}}