Wiki source code of 2022
Version 1.1 by David De La Harpe Golden on 2022/02/09 21:06
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #macro(thumbs $docref) | ||
3 | #set($document = $xwiki.getDocument($docref)) | ||
4 | #foreach($attach in $collectiontool.sort($document.getAttachmentList(),["filename"])) | ||
5 | #if($foreach.count > 10) | ||
6 | [[(+)>>$docref]] | ||
7 | #break | ||
8 | #end | ||
9 | #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end | ||
10 | #end | ||
11 | {{/velocity}} | ||
12 | |||
13 | |||
14 | {{container layoutStyle="columns"}} | ||
15 | ((( | ||
16 | |||
17 | == [[01 January>>Gallery.2022.01.WebHome]] == | ||
18 | |||
19 | === [[Ticknock>>Gallery.2022.01.Ticknock.WebHome]] === | ||
20 | |||
21 | {{velocity}} | ||
22 | #thumbs("Gallery.2022.01.Ticknock.WebHome") | ||
23 | {{/velocity}} | ||
24 | |||
25 | |||
26 | === [[Glencullen>>Gallery.2022.01.Glencullen.WebHome]] === | ||
27 | |||
28 | {{velocity}} | ||
29 | #thumbs("Gallery.2022.01.Glencullen.WebHome") | ||
30 | {{/velocity}} | ||
31 | |||
32 | |||
33 | ))) | ||
34 | ((( | ||
35 | |||
36 | == [[02 February>>Gallery.2021.02.WebHome]] == | ||
37 | |||
38 | |||
39 | |||
40 | ))) | ||
41 | {{/container}} |