Changes for page Gallery

Last modified by David De La Harpe Golden on 2025/01/06 16:14

From version 46.1
edited by David De La Harpe Golden
on 2018/09/10 00:13
Change comment: There is no comment for this version
To version 39.1
edited by David De La Harpe Golden
on 2018/07/31 21:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,13 @@
1 1  Sometimes I take pictures when I'm out wandering around Ireland, particularly the local Dublin Mountains / Wicklow Mountains area. If you're wondering what Ireland looks like, well, it looks like this. At least the hilly bit south of Dublin City does, anyway.
2 2  
3 += [[2018>>Gallery.2018.WebHome]] =
4 +
5 +== [[July>>Gallery.2018.07.WebHome]] ==
6 +
7 +=== [[Tibradden>>Gallery.2018.07.Tibradden.WebHome]] ===
8 +
3 3  {{velocity}}
4 -#macro(thumbs $docref)
10 +#set($docref = "Gallery.2018.07.Tibradden.WebHome")
5 5  #set($document = $xwiki.getDocument($docref))
6 6  #foreach($attach in $sorttool.sort($document.getAttachmentList(),["filename"]))
7 7   #if($velocityCount > 10)
... ... @@ -9,75 +9,45 @@
9 9   #break
10 10   #end
11 11   #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
12 -#end
13 13  {{/velocity}}
14 14  
15 -= [[2018>>Gallery.2018.WebHome]] =
16 -
17 -== [[September>>Gallery.2018.09.WebHome]] ==
18 -
19 -=== [[Tibradden>>Gallery.2018.09.Tibradden.WebHome]] ===
20 -
21 -{{velocity}}
22 -#thumbs("Gallery.2018.09.Tibradden.WebHome")
23 -{{/velocity}}
24 -
25 -=== [[Glencullen>>Gallery.2018.09.Glencullen.WebHome]] ===
26 -
27 -{{velocity}}
28 -#thumbs("Gallery.2018.09.Glencullen.WebHome")
29 -{{/velocity}}
30 -
31 -== [[August>>Gallery.2018.08.WebHome]] ==
32 -
33 -=== [[Ticknock (2nd Visit)>>Gallery.2018.08.Ticknock2.WebHome]] ===
34 -
35 -{{velocity}}
36 -#thumbs("Gallery.2018.08.Ticknock2.WebHome")
37 -{{/velocity}}
38 -
39 -=== [[Phoenix Park>>Gallery.2018.08.PhoenixPark.WebHome]] ===
40 -
41 -{{velocity}}
42 -#thumbs("Gallery.2018.08.PhoenixPark.WebHome")
43 -{{/velocity}}
44 -
45 -=== [[Ticknock>>Gallery.2018.08.Ticknock.WebHome]] ===
46 -
47 -{{velocity}}
48 -#thumbs("Gallery.2018.08.Ticknock.WebHome")
49 -{{/velocity}}
50 -
51 -=== [[Lough Bray>>Gallery.2018.08.LoughBray.WebHome]] ===
52 -
53 -{{velocity}}
54 -#thumbs("Gallery.2018.08.LoughBray.WebHome")
55 -{{/velocity}}
56 -
57 -== [[July>>Gallery.2018.07.WebHome]] ==
58 -
59 -=== [[Tibradden>>Gallery.2018.07.Tibradden.WebHome]] ===
60 -
61 -{{velocity}}
62 -#thumbs("Gallery.2018.07.Tibradden.WebHome")
63 -{{/velocity}}
64 -
65 65  === [[Kilmashogue>>Gallery.2018.07.Kilmashogue.WebHome]] ===
66 66  
67 67  {{velocity}}
68 -#thumbs("Gallery.2018.07.Kilmashogue.WebHome")
23 +#set($docref = "Gallery.2018.07.Kilmashogue.WebHome")
24 +#set($document = $xwiki.getDocument($docref))
25 +#foreach($attach in $document.getAttachmentList())
26 + #if($velocityCount > 10)
27 + [[(+)>>$docref]]
28 + #break
29 + #end
30 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
69 69  {{/velocity}}
70 70  
71 71  === [[Stepaside>>doc:.2018.07.Stepaside.WebHome]] ===
72 72  
73 73  {{velocity}}
74 -#thumbs("Gallery.2018.07.Stepaside.WebHome")
36 +#set($docref = "Gallery.2018.07.Stepaside.WebHome")
37 +#set($document = $xwiki.getDocument($docref))
38 +#foreach($attach in $document.getAttachmentList())
39 + #if($velocityCount > 10)
40 + [[(+)>>$docref]]
41 + #break
42 + #end
43 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
75 75  {{/velocity}}
76 76  
77 77  === [[Ticknock>>doc:.2018.07.Ticknock.WebHome]] ===
78 78  
79 79  {{velocity}}
80 -#thumbs("Gallery.2018.07.Ticknock.WebHome")
49 +#set($docref = "Gallery.2018.07.Ticknock.WebHome")
50 +#set($document = $xwiki.getDocument($docref))
51 +#foreach($attach in $document.getAttachmentList())
52 + #if($velocityCount > 10)
53 + [[(+)>>$docref]]
54 + #break
55 + #end
56 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
81 81  {{/velocity}}
82 82  
83 83  == [[June>>doc:.2018.06.WebHome]] ==
... ... @@ -85,19 +85,40 @@
85 85  === [[Massy's Estate>>Gallery.2018.06.MassysEstate.WebHome]] ===
86 86  
87 87  {{velocity}}
88 -#thumbs("Gallery.2018.06.MassysEstate.WebHome")
64 +#set($docref = "Gallery.2018.06.MassysEstate.WebHome")
65 +#set($document = $xwiki.getDocument($docref))
66 +#foreach($attach in $document.getAttachmentList())
67 + #if($velocityCount > 10)
68 + [[(+)>>$docref]]
69 + #break
70 + #end
71 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
89 89  {{/velocity}}
90 90  
91 91  === [[Ticknock>>Gallery.2018.06.Ticknock.WebHome]] ===
92 92  
93 93  {{velocity}}
94 -#thumbs("Gallery.2018.06.Ticknock.WebHome")
77 +#set($docref = "Gallery.2018.06.Ticknock.WebHome")
78 +#set($document = $xwiki.getDocument($docref))
79 +#foreach($attach in $document.getAttachmentList())
80 + #if($velocityCount > 10)
81 + [[(+)>>$docref]]
82 + #break
83 + #end
84 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
95 95  {{/velocity}}
96 96  
97 97  === [[Ticknock (2nd Visit)>>Gallery.2018.06.Ticknock2.WebHome]] ===
98 98  
99 99  {{velocity}}
100 -#thumbs("Gallery.2018.06.Ticknock2.WebHome")
90 +#set($docref = "Gallery.2018.06.Ticknock2.WebHome")
91 +#set($document = $xwiki.getDocument($docref))
92 +#foreach($attach in $document.getAttachmentList())
93 + #if($velocityCount > 10)
94 + [[(+)>>$docref]]
95 + #break
96 + #end
97 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
101 101  {{/velocity}}
102 102  
103 103  == [[May>>Gallery.2018.05.WebHome]] ==
... ... @@ -105,19 +105,40 @@
105 105  === [[Bohernabreena>>Gallery.2018.05.Bohernabreena.WebHome]] ===
106 106  
107 107  {{velocity}}
108 -#thumbs("Gallery.2018.05.Bohernabreena.WebHome")
105 +#set($docref = "Gallery.2018.05.Bohernabreena.WebHome")
106 +#set($document = $xwiki.getDocument($docref))
107 +#foreach($attach in $document.getAttachmentList())
108 + #if($velocityCount > 10)
109 + [[(+)>>$docref]]
110 + #break
111 + #end
112 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
109 109  {{/velocity}}
110 110  
111 111  === [[Marlay Park>>Gallery.2018.05.MarlayPark.WebHome]] ===
112 112  
113 113  {{velocity}}
114 -#thumbs("Gallery.2018.05.MarlayPark.WebHome")
118 +#set($docref = "Gallery.2018.05.MarlayPark.WebHome")
119 +#set($document = $xwiki.getDocument($docref))
120 +#foreach($attach in $document.getAttachmentList())
121 + #if($velocityCount > 10)
122 + [[(+)>>$docref]]
123 + #break
124 + #end
125 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
115 115  {{/velocity}}
116 116  
117 117  === [[Marlay Park (2nd Visit)>>Gallery.2018.05.MarlayPark2.WebHome]] ===
118 118  
119 119  {{velocity}}
120 -#thumbs("Gallery.2018.05.MarlayPark2.WebHome")
131 +#set($docref = "Gallery.2018.05.MarlayPark2.WebHome")
132 +#set($document = $xwiki.getDocument($docref))
133 +#foreach($attach in $document.getAttachmentList())
134 + #if($velocityCount > 10)
135 + [[(+)>>$docref]]
136 + #break
137 + #end
138 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
121 121  {{/velocity}}
122 122  
123 123  == [[April>>Gallery.2018.04.WebHome]] ==
... ... @@ -125,37 +125,79 @@
125 125  === [[Botanic Gardens>>Gallery.2018.04.BotanicGardens.WebHome]] ===
126 126  
127 127  {{velocity}}
128 -#thumbs("Gallery.2018.04.BotanicGardens.WebHome")
146 +#set($docref = "Gallery.2018.04.BotanicGardens.WebHome")
147 +#set($document = $xwiki.getDocument($docref))
148 +#foreach($attach in $document.getAttachmentList())
149 + #if($velocityCount > 10)
150 + [[(+)>>$docref]]
151 + #break
152 + #end
153 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
129 129  {{/velocity}}
130 130  
131 131  === [[Cruagh>>Gallery.2018.04.Cruagh.WebHome]] ===
132 132  
133 133  {{velocity}}
134 -#thumbs("Gallery.2018.04.Cruagh.WebHome")
159 +#set($docref = "Gallery.2018.04.Cruagh.WebHome")
160 +#set($document = $xwiki.getDocument($docref))
161 +#foreach($attach in $document.getAttachmentList())
162 + #if($velocityCount > 10)
163 + [[(+)>>$docref]]
164 + #break
165 + #end
166 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
135 135  {{/velocity}}
136 136  
137 137  === [[Glencullen>>Gallery.2018.04.Glencullen.WebHome]] ===
138 138  
139 139  {{velocity}}
140 -#thumbs("Gallery.2018.04.Glencullen.WebHome")
172 +#set($docref = "Gallery.2018.04.Glencullen.WebHome")
173 +#set($document = $xwiki.getDocument($docref))
174 +#foreach($attach in $document.getAttachmentList())
175 + #if($velocityCount > 10)
176 + [[(+)>>$docref]]
177 + #break
178 + #end
179 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
141 141  {{/velocity}}
142 142  
143 143  === [[Hellfire Club>>Gallery.2018.04.HellfireClub.WebHome]] ===
144 144  
145 145  {{velocity}}
146 -#thumbs("Gallery.2018.04.HellfireClub.WebHome")
185 +#set($docref = "Gallery.2018.04.HellfireClub.WebHome")
186 +#set($document = $xwiki.getDocument($docref))
187 +#foreach($attach in $document.getAttachmentList())
188 + #if($velocityCount > 10)
189 + [[(+)>>$docref]]
190 + #break
191 + #end
192 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
147 147  {{/velocity}}
148 148  
149 149  === [[Massy's Estate>>Gallery.2018.04.MassysEstate.WebHome]] ===
150 150  
151 151  {{velocity}}
152 -#thumbs("Gallery.2018.04.MassysEstate.WebHome")
198 +#set($docref = "Gallery.2018.04.MassysEstate.WebHome")
199 +#set($document = $xwiki.getDocument($docref))
200 +#foreach($attach in $document.getAttachmentList())
201 + #if($velocityCount > 10)
202 + [[(+)>>$docref]]
203 + #break
204 + #end
205 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
153 153  {{/velocity}}
154 154  
155 155  === [[Ticknock>>Gallery.2018.04.Ticknock.WebHome]] ===
156 156  
157 157  {{velocity}}
158 -#thumbs("Gallery.2018.04.Ticknock.WebHome")
211 +#set($docref = "Gallery.2018.04.Ticknock.WebHome")
212 +#set($document = $xwiki.getDocument($docref))
213 +#foreach($attach in $document.getAttachmentList())
214 + #if($velocityCount > 10)
215 + [[(+)>>$docref]]
216 + #break
217 + #end
218 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
159 159  {{/velocity}}
160 160  
161 161  == [[March>>Gallery.2018.03.WebHome]] ==
... ... @@ -163,19 +163,40 @@
163 163  === [[Kilmashogue>>Gallery.2018.03.Kilmashogue.WebHome]] ===
164 164  
165 165  {{velocity}}
166 -#thumbs("Gallery.2018.03.Kilmashogue.WebHome")
226 +#set($docref = "Gallery.2018.03.Kilmashogue.WebHome")
227 +#set($document = $xwiki.getDocument($docref))
228 +#foreach($attach in $document.getAttachmentList())
229 + #if($velocityCount > 10)
230 + [[(+)>>$docref]]
231 + #break
232 + #end
233 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
167 167  {{/velocity}}
168 168  
169 169  === [[Tibradden>>Gallery.2018.03.Tibradden.WebHome]] ===
170 170  
171 171  {{velocity}}
172 -#thumbs("Gallery.2018.03.Tibradden.WebHome")
239 +#set($docref = "Gallery.2018.03.Tibradden.WebHome")
240 +#set($document = $xwiki.getDocument($docref))
241 +#foreach($attach in $document.getAttachmentList())
242 + #if($velocityCount > 10)
243 + [[(+)>>$docref]]
244 + #break
245 + #end
246 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
173 173  {{/velocity}}
174 174  
175 175  === [[Ticknock>>Gallery.2018.03.Ticknock.WebHome]] ===
176 176  
177 177  {{velocity}}
178 -#thumbs("Gallery.2018.03.Ticknock.WebHome")
252 +#set($docref = "Gallery.2018.03.Ticknock.WebHome")
253 +#set($document = $xwiki.getDocument($docref))
254 +#foreach($attach in $document.getAttachmentList())
255 + #if($velocityCount > 10)
256 + [[(+)>>$docref]]
257 + #break
258 + #end
259 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
179 179  {{/velocity}}
180 180  
181 181  == [[February>>Gallery.2018.02.WebHome]] ==
... ... @@ -183,19 +183,40 @@
183 183  === [[Massy's Estate>>Gallery.2018.02.MassysEstate.WebHome]] ===
184 184  
185 185  {{velocity}}
186 -#thumbs("Gallery.2018.02.MassysEstate.WebHome")
267 +#set($docref = "Gallery.2018.02.MassysEstate.WebHome")
268 +#set($document = $xwiki.getDocument($docref))
269 +#foreach($attach in $document.getAttachmentList())
270 + #if($velocityCount > 10)
271 + [[(+)>>$docref]]
272 + #break
273 + #end
274 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
187 187  {{/velocity}}
188 188  
189 189  === [[Ticknock>>Gallery.2018.02.Ticknock.WebHome]] ===
190 190  
191 191  {{velocity}}
192 -#thumbs("Gallery.2018.02.Ticknock.WebHome")
280 +#set($docref = "Gallery.2018.02.Ticknock.WebHome")
281 +#set($document = $xwiki.getDocument($docref))
282 +#foreach($attach in $document.getAttachmentList())
283 + #if($velocityCount > 10)
284 + [[(+)>>$docref]]
285 + #break
286 + #end
287 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
193 193  {{/velocity}}
194 194  
195 195  === [[Ticknock (2nd Visit)>>Gallery.2018.02.Ticknock2.WebHome]] ===
196 196  
197 197  {{velocity}}
198 -#thumbs("Gallery.2018.02.Ticknock2.WebHome")
293 +#set($docref = "Gallery.2018.02.Ticknock2.WebHome")
294 +#set($document = $xwiki.getDocument($docref))
295 +#foreach($attach in $document.getAttachmentList())
296 + #if($velocityCount > 10)
297 + [[(+)>>$docref]]
298 + #break
299 + #end
300 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
199 199  {{/velocity}}
200 200  
201 201  == [[January>>Gallery.2018.01.WebHome]] ==
... ... @@ -203,5 +203,12 @@
203 203  === [[Ticknock>>Gallery.2018.01.Ticknock.WebHome]] ===
204 204  
205 205  {{velocity}}
206 -#thumbs("Gallery.2018.01.Ticknock.WebHome")
308 +#set($docref = "Gallery.2018.01.Ticknock.WebHome")
309 +#set($document = $xwiki.getDocument($docref))
310 +#foreach($attach in $document.getAttachmentList())
311 + #if($velocityCount > 10)
312 + [[(+)>>$docref]]
313 + #break
314 + #end
315 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
207 207  {{/velocity}}