Changes for page Gallery
Last modified by David De La Harpe Golden on 2025/01/06 16:14
From version
142.1


edited by David De La Harpe Golden
on 2021/01/17 20:03
on 2021/01/17 20:03
Change comment:
There is no comment for this version
To version
151.1


edited by David De La Harpe Golden
on 2021/03/25 19:36
on 2021/03/25 19:36
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1,12 +1,9 @@ 1 -Sometimes I take pictures when I'm out wandering around Ireland, 2 -particularly the local Dublin Mountains / Wicklow Mountains area. 3 -If you're wondering what Ireland looks like, well, it looks like this. 4 -At least the hilly bit south of Dublin City does, anyway. 1 +Sometimes I take pictures when I'm out wandering around, particularly the local Dublin Mountains / Wicklow Mountains area of Ireland. If you're wondering what Ireland looks like, well, it looks like this. At least the hilly bit south of Dublin City does, anyway. 5 5 6 6 {{velocity}} 7 7 #macro(thumbs $linkto $docref) 8 8 #set($document = $xwiki.getDocument($docref)) 9 -#foreach($attach in $ sorttool.sort($document.getAttachmentList(),["filename"]))6 +#foreach($attach in $collectiontool.sort($document.getAttachmentList(),["filename"])) 10 10 #if($foreach.count > 3) 11 11 #break 12 12 #end ... ... @@ -18,6 +18,14 @@ 18 18 19 19 {{velocity}} 20 20 #thumbs("Gallery.2021.01.WebHome" "Gallery.2021.01.Fernhill.WebHome") 18 +#thumbs("Gallery.2021.01.WebHome" "Gallery.2021.01.Kilmashogue.WebHome") 19 +#thumbs("Gallery.2021.01.WebHome" "Gallery.2021.01.Ticknock.WebHome") 20 +#thumbs("Gallery.2021.02.WebHome" "Gallery.2021.02.Ticknock.WebHome") 21 +#thumbs("Gallery.2021.02.WebHome" "Gallery.2021.02.Fernhill.WebHome") 22 +#thumbs("Gallery.2021.03.WebHome" "Gallery.2021.03.MarlayPark.WebHome") 23 +#thumbs("Gallery.2021.03.WebHome" "Gallery.2021.03.Fernhill.WebHome") 24 +#thumbs("Gallery.2021.03.WebHome" "Gallery.2021.03.Ticknock.WebHome") 25 + 21 21 {{/velocity}} 22 22 23 23