Wiki source code of 08 August
Last modified by David De La Harpe Golden on 2018/08/27 11:58
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
6.1 | 1 | === [[Ticknock (2nd Visit)>>Gallery.2018.08.Ticknock2.WebHome]] === |
2 | |||
3 | {{velocity}} | ||
4 | #set($docref = "Gallery.2018.08.Ticknock2.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 | |||
![]() |
5.1 | 11 | === [[Phoenix Park>>Gallery.2018.08.PhoenixPark.WebHome]] === |
12 | |||
13 | {{velocity}} | ||
14 | #set($docref = "Gallery.2018.08.PhoenixPark.WebHome") | ||
15 | #set($document = $xwiki.getDocument($docref)) | ||
16 | #set($alist = $sorttool.sort($document.getAttachmentList(),["filename"])) | ||
17 | #foreach($attach in $alist) | ||
18 | #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end | ||
19 | {{/velocity}} | ||
20 | |||
![]() |
4.1 | 21 | === [[Ticknock>>Gallery.2018.08.Ticknock.WebHome]] === |
22 | |||
23 | {{velocity}} | ||
24 | #set($docref = "Gallery.2018.08.Ticknock.WebHome") | ||
25 | #set($document = $xwiki.getDocument($docref)) | ||
26 | #set($alist = $sorttool.sort($document.getAttachmentList(),["filename"])) | ||
27 | #foreach($attach in $alist) | ||
28 | #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end | ||
29 | {{/velocity}} | ||
30 | |||
![]() |
1.1 | 31 | === [[Lough Bray>>Gallery.2018.08.LoughBray.WebHome]] === |
32 | |||
33 | {{velocity}} | ||
34 | #set($docref = "Gallery.2018.08.LoughBray.WebHome") | ||
35 | #set($document = $xwiki.getDocument($docref)) | ||
![]() |
3.1 | 36 | #set($alist = $sorttool.sort($document.getAttachmentList(),["filename"])) |
37 | #foreach($attach in $alist) | ||
![]() |
1.1 | 38 | #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end |
39 | {{/velocity}} |