Wiki source code of 2021
Version 2.1 by David De La Harpe Golden on 2021/01/17 19:58
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
| 2 | #macro(thumbs $docref) | ||
| 3 | #set($document = $xwiki.getDocument($docref)) | ||
| 4 | #foreach($attach in $sorttool.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 | |||
| 13 | == [[01 January>>Gallery.2021.01.WebHome]] == | ||
| 14 | |||
| 15 | |||
| 16 | === [[Fernhill>>Gallery.2021.01.Fernhill.WebHome]] === | ||
| 17 | |||
| 18 | {{velocity}} | ||
| 19 | #thumbs("Gallery.2021.01.Fernhill.WebHome") | ||
| 20 | {{/velocity}} | ||
| 21 |
