Wiki source code of 04 April
Last modified by David De La Harpe Golden on 2022/04/24 11:24
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | |||
| 2 | === [[Marlay Park>>Gallery.2022.04.MarlayPark.WebHome]] === | ||
| 3 | |||
| 4 | {{velocity}} | ||
| 5 | #set($docref = "Gallery.2022.04.MarlayPark.WebHome") | ||
| 6 | #set($document = $xwiki.getDocument($docref)) | ||
| 7 | #foreach($attach in $collectiontool.sort($document.getAttachmentList(),["filename"])) | ||
| 8 | #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end | ||
| 9 | {{/velocity}} | ||
| 10 | |||
| 11 | |||
| 12 | |||
| 13 | === [[Ticknock>>Gallery.2022.04.Ticknock.WebHome]] === | ||
| 14 | |||
| 15 | {{velocity}} | ||
| 16 | #set($docref = "Gallery.2022.04.Ticknock.WebHome") | ||
| 17 | #set($document = $xwiki.getDocument($docref)) | ||
| 18 | #foreach($attach in $collectiontool.sort($document.getAttachmentList(),["filename"])) | ||
| 19 | #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end | ||
| 20 | {{/velocity}} | ||
| 21 | |||
| 22 | |||
| 23 | |||
| 24 | === [[Ticknock (2nd Visit)>>Gallery.2022.04.Ticknock2.WebHome]] === | ||
| 25 | |||
| 26 | {{velocity}} | ||
| 27 | #set($docref = "Gallery.2022.04.Ticknock2.WebHome") | ||
| 28 | #set($document = $xwiki.getDocument($docref)) | ||
| 29 | #foreach($attach in $collectiontool.sort($document.getAttachmentList(),["filename"])) | ||
| 30 | #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end | ||
| 31 | {{/velocity}} | ||
| 32 | |||
| 33 | |||
| 34 | |||
| 35 | === [[Massy's Estate>>Gallery.2022.04.MassysEstate.WebHome]] === | ||
| 36 | |||
| 37 | {{velocity}} | ||
| 38 | #set($docref = "Gallery.2022.04.MassysEstate.WebHome") | ||
| 39 | #set($document = $xwiki.getDocument($docref)) | ||
| 40 | #foreach($attach in $collectiontool.sort($document.getAttachmentList(),["filename"])) | ||
| 41 | #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end | ||
| 42 | {{/velocity}} |