Changes for page 2021
Last modified by David De La Harpe Golden on 2022/01/01 17:52
From version
8.1


edited by David De La Harpe Golden
on 2021/02/21 22:47
on 2021/02/21 22:47
Change comment:
There is no comment for this version
To version
2.1


edited by David De La Harpe Golden
on 2021/01/17 19:58
on 2021/01/17 19:58
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,7 @@ 1 1 {{velocity}} 2 2 #macro(thumbs $docref) 3 3 #set($document = $xwiki.getDocument($docref)) 4 -#foreach($attach in $ collectiontool.sort($document.getAttachmentList(),["filename"]))4 +#foreach($attach in $sorttool.sort($document.getAttachmentList(),["filename"])) 5 5 #if($foreach.count > 10) 6 6 [[(+)>>$docref]] 7 7 #break ... ... @@ -10,10 +10,6 @@ 10 10 #end 11 11 {{/velocity}} 12 12 13 - 14 -{{container layoutStyle="columns"}} 15 -((( 16 - 17 17 == [[01 January>>Gallery.2021.01.WebHome]] == 18 18 19 19 ... ... @@ -23,37 +23,3 @@ 23 23 #thumbs("Gallery.2021.01.Fernhill.WebHome") 24 24 {{/velocity}} 25 25 26 -=== [[Kilmashogue>>Gallery.2021.01.Kilmashogue.WebHome]] === 27 - 28 -{{velocity}} 29 -#thumbs("Gallery.2021.01.Kilmashogue.WebHome") 30 -{{/velocity}} 31 - 32 -=== [[Ticknock>>Gallery.2021.01.Ticknock.WebHome]] === 33 - 34 -{{velocity}} 35 -#thumbs("Gallery.2021.01.Ticknock.WebHome") 36 -{{/velocity}} 37 - 38 -))) 39 -((( 40 - 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 -=== [[Fernhill>>Gallery.2021.02.Fernhill.WebHome]] === 51 - 52 -{{velocity}} 53 -#thumbs("Gallery.2021.02.Fernhill.WebHome") 54 -{{/velocity}} 55 - 56 - 57 -))) 58 -{{/container}} 59 -