Changes for page 05 May
Last modified by David De La Harpe Golden on 2022/07/16 21:26
From version 1.1

edited by David De La Harpe Golden
on 2022/05/05 20:04
on 2022/05/05 20:04
Change comment:
There is no comment for this version
To version
3.1

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