Wiki source code of 2021
Version 7.1 by David De La Harpe Golden on 2021/02/12 12:58
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #macro(thumbs $docref) | ||
3 | #set($document = $xwiki.getDocument($docref)) | ||
![]() |
3.1 | 4 | #foreach($attach in $collectiontool.sort($document.getAttachmentList(),["filename"])) |
![]() |
2.1 | 5 | #if($foreach.count > 10) |
![]() |
1.1 | 6 | [[(+)>>$docref]] |
7 | #break | ||
8 | #end | ||
9 | #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end | ||
10 | #end | ||
11 | {{/velocity}} | ||
12 | |||
![]() |
4.1 | 13 | |
14 | {{container layoutStyle="columns"}} | ||
15 | ((( | ||
16 | |||
![]() |
1.1 | 17 | == [[01 January>>Gallery.2021.01.WebHome]] == |
18 | |||
19 | |||
20 | === [[Fernhill>>Gallery.2021.01.Fernhill.WebHome]] === | ||
21 | |||
22 | {{velocity}} | ||
23 | #thumbs("Gallery.2021.01.Fernhill.WebHome") | ||
24 | {{/velocity}} | ||
![]() |
5.1 | 25 | |
26 | === [[Kilmashogue>>Gallery.2021.01.Kilmashogue.WebHome]] === | ||
27 | |||
28 | {{velocity}} | ||
29 | #thumbs("Gallery.2021.01.Kilmashogue.WebHome") | ||
30 | {{/velocity}} | ||
![]() |
6.1 | 31 | |
32 | === [[Ticknock>>Gallery.2021.01.Ticknock.WebHome]] === | ||
33 | |||
34 | {{velocity}} | ||
35 | #thumbs("Gallery.2021.01.Ticknock.WebHome") | ||
36 | {{/velocity}} | ||
37 | |||
![]() |
4.1 | 38 | ))) |
39 | ((( | ||
![]() |
1.1 | 40 | |
![]() |
7.1 | 41 | == [[02 February>>Gallery.2021.02.WebHome]] == |
42 | |||
43 | |||
44 | === [[Ticknock>>Gallery.2021.02.Ticknock.WebHome]] === | ||
45 | |||
46 | {{velocity}} | ||
47 | #thumbs("Gallery.2021.02.Ticknock.WebHome") | ||
48 | {{/velocity}} | ||
49 | |||
50 | |||
![]() |
4.1 | 51 | ))) |
52 | {{/container}} | ||
53 |