Changes for page Gallery

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

From version 41.1
edited by David De La Harpe Golden
on 2018/08/06 19:06
Change comment: There is no comment for this version
To version 27.1
edited by Administrator
on 2018/07/25 07:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.david
1 +XWiki.admin
Content
... ... @@ -1,175 +1,215 @@
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 -{{velocity}}
4 -#macro(thumbs $docref)
5 -#set($document = $xwiki.getDocument($docref))
6 -#foreach($attach in $sorttool.sort($document.getAttachmentList(),["filename"]))
7 - #if($velocityCount > 10)
8 - [[(+)>>$docref]]
9 - #break
10 - #end
11 - #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
12 -#end
13 -{{/velocity}}
14 -
15 15  = [[2018>>Gallery.2018.WebHome]] =
16 16  
17 -== [[August>>Gallery.2018.08.WebHome]] ==
18 -
19 -=== [[Lough Bray>>Gallery.2018.08.LoughBray.WebHome]] ===
20 -
21 -{{velocity}}
22 -#thumbs("Gallery.2018.08.LoughBray.WebHome")
23 -{{/velocity}}
24 -
25 25  == [[July>>Gallery.2018.07.WebHome]] ==
26 26  
27 -=== [[Tibradden>>Gallery.2018.07.Tibradden.WebHome]] ===
28 -
29 -{{velocity}}
30 -#thumbs("Gallery.2018.07.Tibradden.WebHome")
31 -{{/velocity}}
32 -
33 33  === [[Kilmashogue>>Gallery.2018.07.Kilmashogue.WebHome]] ===
34 34  
35 35  {{velocity}}
36 -#thumbs("Gallery.2018.07.Kilmashogue.WebHome")
10 +#set($docref = "Gallery.2018.07.Kilmashogue.WebHome")
11 +#set($document = $xwiki.getDocument($docref))
12 +#foreach($attach in $document.getAttachmentList())
13 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end
37 37  {{/velocity}}
38 38  
39 39  === [[Stepaside>>doc:.2018.07.Stepaside.WebHome]] ===
40 40  
41 41  {{velocity}}
42 -#thumbs("Gallery.2018.07.Stepaside.WebHome")
19 +#set($docref = "Gallery.2018.07.Stepaside.WebHome")
20 +#set($document = $xwiki.getDocument($docref))
21 +#foreach($attach in $document.getAttachmentList())
22 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
43 43  {{/velocity}}
44 44  
45 45  === [[Ticknock>>doc:.2018.07.Ticknock.WebHome]] ===
46 46  
47 47  {{velocity}}
48 -#thumbs("Gallery.2018.07.Ticknock.WebHome")
28 +#set($docref = "Gallery.2018.07.Ticknock.WebHome")
29 +#set($document = $xwiki.getDocument($docref))
30 +#foreach($attach in $document.getAttachmentList())
31 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
49 49  {{/velocity}}
50 50  
51 51  == [[June>>doc:.2018.06.WebHome]] ==
52 52  
53 -=== [[Massy's Estate>>Gallery.2018.06.MassysEstate.WebHome]] ===
36 +=== [[Massy's Estate>>doc:.2018.06.MassysEstate.WebHome]] ===
54 54  
55 55  {{velocity}}
56 -#thumbs("Gallery.2018.06.MassysEstate.WebHome")
39 +#set($docref = "Gallery.2018.06.MassysEstate.WebHome")
40 +#set($document = $xwiki.getDocument($docref))
41 +#foreach($attach in $document.getAttachmentList())
42 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
57 57  {{/velocity}}
58 58  
59 -=== [[Ticknock>>Gallery.2018.06.Ticknock.WebHome]] ===
45 +=== [[Ticknock>>doc:.2018.06.Ticknock.WebHome]] ===
60 60  
61 61  {{velocity}}
62 -#thumbs("Gallery.2018.06.Ticknock.WebHome")
48 +#set($docref = "Gallery.2018.06.Ticknock.WebHome")
49 +#set($document = $xwiki.getDocument($docref))
50 +#foreach($attach in $document.getAttachmentList())
51 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
63 63  {{/velocity}}
64 64  
65 -=== [[Ticknock (2nd Visit)>>Gallery.2018.06.Ticknock2.WebHome]] ===
54 +=== [[Ticknock (2nd Visit)>>doc:.2018.06.Ticknock2.WebHome]] ===
66 66  
67 67  {{velocity}}
68 -#thumbs("Gallery.2018.06.Ticknock2.WebHome")
57 +#set($docref = "Gallery.2018.06.Ticknock2.WebHome")
58 +#set($document = $xwiki.getDocument($docref))
59 +#foreach($attach in $document.getAttachmentList())
60 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
69 69  {{/velocity}}
70 70  
71 -== [[May>>Gallery.2018.05.WebHome]] ==
63 +== [[May>>doc:.2018.05.WebHome]] ==
72 72  
73 -=== [[Bohernabreena>>Gallery.2018.05.Bohernabreena.WebHome]] ===
65 +=== [[Bohernabreena>>doc:.2018.05.Bohernabreena.WebHome]] ===
74 74  
75 75  {{velocity}}
76 -#thumbs("Gallery.2018.05.Bohernabreena.WebHome")
68 +#set($docref = "Gallery.2018.05.Bohernabreena.WebHome")
69 +#set($document = $xwiki.getDocument($docref))
70 +#foreach($attach in $document.getAttachmentList())
71 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
77 77  {{/velocity}}
78 78  
79 -=== [[Marlay Park>>Gallery.2018.05.MarlayPark.WebHome]] ===
74 +=== [[Marlay Park>>doc:.2018.05.MarlayPark.WebHome]] ===
80 80  
81 81  {{velocity}}
82 -#thumbs("Gallery.2018.05.MarlayPark.WebHome")
77 +#set($docref = "Gallery.2018.05.MarlayPark.WebHome")
78 +#set($document = $xwiki.getDocument($docref))
79 +#foreach($attach in $document.getAttachmentList())
80 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
83 83  {{/velocity}}
84 84  
85 -=== [[Marlay Park (2nd Visit)>>Gallery.2018.05.MarlayPark2.WebHome]] ===
83 +=== [[Marlay Park (2nd Visit)>>doc:.2018.05.MarlayPark2.WebHome]] ===
86 86  
87 87  {{velocity}}
88 -#thumbs("Gallery.2018.05.MarlayPark2.WebHome")
86 +#set($docref = "Gallery.2018.05.MarlayPark2.WebHome")
87 +#set($document = $xwiki.getDocument($docref))
88 +#foreach($attach in $document.getAttachmentList())
89 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
89 89  {{/velocity}}
90 90  
91 -== [[April>>Gallery.2018.04.WebHome]] ==
92 +== [[April>>doc:.2018.04.WebHome]] ==
92 92  
93 -=== [[Botanic Gardens>>Gallery.2018.04.BotanicGardens.WebHome]] ===
94 +=== [[Botanic Gardens>>doc:.2018.04.BotanicGardens.WebHome]] ===
94 94  
95 95  {{velocity}}
96 -#thumbs("Gallery.2018.04.BotanicGardens.WebHome")
97 +#set($docref = "Gallery.2018.04.BotanicGardens.WebHome")
98 +#set($document = $xwiki.getDocument($docref))
99 +#foreach($attach in $document.getAttachmentList())
100 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
97 97  {{/velocity}}
98 98  
99 -=== [[Cruagh>>Gallery.2018.04.Cruagh.WebHome]] ===
103 +=== [[Cruagh>>doc:.2018.04.Cruagh.WebHome]] ===
100 100  
101 101  {{velocity}}
102 -#thumbs("Gallery.2018.04.Cruagh.WebHome")
106 +#set($docref = "Gallery.2018.04.Cruagh.WebHome")
107 +#set($document = $xwiki.getDocument($docref))
108 +#foreach($attach in $document.getAttachmentList())
109 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
103 103  {{/velocity}}
104 104  
105 -=== [[Glencullen>>Gallery.2018.04.Glencullen.WebHome]] ===
112 +=== [[Glencullen>>doc:.2018.04.Glencullen.WebHome]] ===
106 106  
107 107  {{velocity}}
108 -#thumbs("Gallery.2018.04.Glencullen.WebHome")
115 +#set($docref = "Gallery.2018.04.Glencullen.WebHome")
116 +#set($document = $xwiki.getDocument($docref))
117 +#foreach($attach in $document.getAttachmentList())
118 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
109 109  {{/velocity}}
110 110  
111 -=== [[Hellfire Club>>Gallery.2018.04.HellfireClub.WebHome]] ===
121 +=== [[Hellfire Club>>doc:.2018.04.HellfireClub.WebHome]] ===
112 112  
113 113  {{velocity}}
114 -#thumbs("Gallery.2018.04.HellfireClub.WebHome")
124 +#set($docref = "Gallery.2018.04.HellfireClub.WebHome")
125 +#set($document = $xwiki.getDocument($docref))
126 +#foreach($attach in $document.getAttachmentList())
127 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
115 115  {{/velocity}}
116 116  
117 -=== [[Massy's Estate>>Gallery.2018.04.MassysEstate.WebHome]] ===
130 +=== [[Massy's Estate>>doc:.2018.04.MassysEstate.WebHome]] ===
118 118  
119 119  {{velocity}}
120 -#thumbs("Gallery.2018.04.MassysEstate.WebHome")
133 +#set($docref = "Gallery.2018.04.MassysEstate.WebHome")
134 +#set($document = $xwiki.getDocument($docref))
135 +#foreach($attach in $document.getAttachmentList())
136 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
121 121  {{/velocity}}
122 122  
123 -=== [[Ticknock>>Gallery.2018.04.Ticknock.WebHome]] ===
139 +=== [[Ticknock>>doc:.2018.04.Ticknock.WebHome]] ===
124 124  
125 125  {{velocity}}
126 -#thumbs("Gallery.2018.04.Ticknock.WebHome")
142 +#set($docref = "Gallery.2018.04.Ticknock.WebHome")
143 +#set($document = $xwiki.getDocument($docref))
144 +#foreach($attach in $document.getAttachmentList())
145 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
127 127  {{/velocity}}
128 128  
129 -== [[March>>Gallery.2018.03.WebHome]] ==
148 +== [[March>>doc:.2018.03.WebHome]] ==
130 130  
131 -=== [[Kilmashogue>>Gallery.2018.03.Kilmashogue.WebHome]] ===
150 +=== [[Kilmashogue>>doc:.2018.03.Kilmashogue.WebHome]] ===
132 132  
133 133  {{velocity}}
134 -#thumbs("Gallery.2018.03.Kilmashogue.WebHome")
153 +#set($docref = "Gallery.2018.03.Kilmashogue.WebHome")
154 +#set($document = $xwiki.getDocument($docref))
155 +#foreach($attach in $document.getAttachmentList())
156 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
135 135  {{/velocity}}
136 136  
137 -=== [[Tibradden>>Gallery.2018.03.Tibradden.WebHome]] ===
159 +=== [[Tibradden>>doc:.2018.03.Tibradden.WebHome]] ===
138 138  
139 139  {{velocity}}
140 -#thumbs("Gallery.2018.03.Tibradden.WebHome")
162 +#set($docref = "Gallery.2018.03.Tibradden.WebHome")
163 +#set($document = $xwiki.getDocument($docref))
164 +#foreach($attach in $document.getAttachmentList())
165 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
141 141  {{/velocity}}
142 142  
143 -=== [[Ticknock>>Gallery.2018.03.Ticknock.WebHome]] ===
168 +=== [[Ticknock>>doc:.2018.03.Ticknock.WebHome]] ===
144 144  
145 145  {{velocity}}
146 -#thumbs("Gallery.2018.03.Ticknock.WebHome")
171 +#set($docref = "Gallery.2018.03.Ticknock.WebHome")
172 +#set($document = $xwiki.getDocument($docref))
173 +#foreach($attach in $document.getAttachmentList())
174 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
147 147  {{/velocity}}
148 148  
149 -== [[February>>Gallery.2018.02.WebHome]] ==
177 +== [[February>>doc:.2018.02.WebHome]] ==
150 150  
151 -=== [[Massy's Estate>>Gallery.2018.02.MassysEstate.WebHome]] ===
179 +=== [[Massy's Estate>>doc:.2018.02.MassysEstate.WebHome]] ===
152 152  
153 153  {{velocity}}
154 -#thumbs("Gallery.2018.02.MassysEstate.WebHome")
182 +#set($docref = "Gallery.2018.02.MassysEstate.WebHome")
183 +#set($document = $xwiki.getDocument($docref))
184 +#foreach($attach in $document.getAttachmentList())
185 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
155 155  {{/velocity}}
156 156  
157 -=== [[Ticknock>>Gallery.2018.02.Ticknock.WebHome]] ===
188 +=== [[Ticknock>>doc:.2018.02.Ticknock.WebHome]] ===
158 158  
159 159  {{velocity}}
160 -#thumbs("Gallery.2018.02.Ticknock.WebHome")
191 +#set($docref = "Gallery.2018.02.Ticknock.WebHome")
192 +#set($document = $xwiki.getDocument($docref))
193 +#foreach($attach in $document.getAttachmentList())
194 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
161 161  {{/velocity}}
162 162  
163 -=== [[Ticknock (2nd Visit)>>Gallery.2018.02.Ticknock2.WebHome]] ===
197 +=== [[Ticknock (2nd Visit)>>doc:.2018.02.Ticknock2.WebHome]] ===
164 164  
165 165  {{velocity}}
166 -#thumbs("Gallery.2018.02.Ticknock2.WebHome")
200 +#set($docref = "Gallery.2018.02.Ticknock2.WebHome")
201 +#set($document = $xwiki.getDocument($docref))
202 +#foreach($attach in $document.getAttachmentList())
203 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
167 167  {{/velocity}}
168 168  
169 -== [[January>>Gallery.2018.01.WebHome]] ==
206 +== [[January>>doc:.2018.01.WebHome]] ==
170 170  
171 -=== [[Ticknock>>Gallery.2018.01.Ticknock.WebHome]] ===
208 +=== [[Ticknock>>doc:.2018.01.Ticknock.WebHome]] ===
172 172  
173 173  {{velocity}}
174 -#thumbs("Gallery.2018.01.Ticknock.WebHome")
211 +#set($docref = "Gallery.2018.01.Ticknock.WebHome")
212 +#set($document = $xwiki.getDocument($docref))
213 +#foreach($attach in $document.getAttachmentList())
214 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end
175 175  {{/velocity}}