Changes for page 05 May
Last modified by David De La Harpe Golden on 2021/01/17 20:40
From version
3.1


edited by David De La Harpe Golden
on 2020/05/17 14:54
on 2020/05/17 14:54
Change comment:
There is no comment for this version
To version
6.1

edited by David De La Harpe Golden
on 2021/01/17 20:40
on 2021/01/17 20:40
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -3,7 +3,7 @@ 3 3 {{velocity}} 4 4 #set($docref = "Gallery.2020.05.Ticknock.WebHome") 5 5 #set($document = $xwiki.getDocument($docref)) 6 -#foreach($attach in $document.getAttachmentList()) 6 +#foreach($attach in $collectiontool.sort($document.getAttachmentList(),["filename"])) 7 7 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end 8 8 {{/velocity}} 9 9 ... ... @@ -13,7 +13,7 @@ 13 13 {{velocity}} 14 14 #set($docref = "Gallery.2020.05.Kilmashogue.WebHome") 15 15 #set($document = $xwiki.getDocument($docref)) 16 -#foreach($attach in $document.getAttachmentList()) 16 +#foreach($attach in $collectiontool.sort($document.getAttachmentList(),["filename"])) 17 17 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end 18 18 {{/velocity}} 19 19 ... ... @@ -23,8 +23,27 @@ 23 23 {{velocity}} 24 24 #set($docref = "Gallery.2020.05.Ticknock2.WebHome") 25 25 #set($document = $xwiki.getDocument($docref)) 26 -#foreach($attach in $document.getAttachmentList()) 26 +#foreach($attach in $collectiontool.sort($document.getAttachmentList(),["filename"])) 27 27 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end 28 28 {{/velocity}} 29 29 30 30 31 +=== [[Kilmashogue (2nd Visit)>>Gallery.2020.05.Kilmashogue2.WebHome]] === 32 + 33 +{{velocity}} 34 +#set($docref = "Gallery.2020.05.Kilmashogue2.WebHome") 35 +#set($document = $xwiki.getDocument($docref)) 36 +#foreach($attach in $collectiontool.sort($document.getAttachmentList(),["filename"])) 37 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end 38 +{{/velocity}} 39 + 40 + 41 +=== [[Ticknock (3rd Visit)>>Gallery.2020.05.Ticknock3.WebHome]] === 42 + 43 +{{velocity}} 44 +#set($docref = "Gallery.2020.05.Ticknock3.WebHome") 45 +#set($document = $xwiki.getDocument($docref)) 46 +#foreach($attach in $collectiontool.sort($document.getAttachmentList(),["filename"])) 47 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end 48 +{{/velocity}} 49 +