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


edited by Administrator
on 2018/07/25 07:22
on 2018/07/25 07:22
Change comment:
There is no comment for this version
To version
30.1


edited by Administrator
on 2018/07/25 07:31
on 2018/07/25 07:31
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -10,6 +10,9 @@ 10 10 #set($docref = "Gallery.2018.07.Kilmashogue.WebHome") 11 11 #set($document = $xwiki.getDocument($docref)) 12 12 #foreach($attach in $document.getAttachmentList()) 13 + #if($velocityCount > 10) 14 + #break 15 + #end 13 13 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 14 14 {{/velocity}} 15 15 ... ... @@ -19,6 +19,9 @@ 19 19 #set($docref = "Gallery.2018.07.Stepaside.WebHome") 20 20 #set($document = $xwiki.getDocument($docref)) 21 21 #foreach($attach in $document.getAttachmentList()) 25 + #if($velocityCount > 10) 26 + #break 27 + #end 22 22 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 23 23 {{/velocity}} 24 24 ... ... @@ -28,6 +28,9 @@ 28 28 #set($docref = "Gallery.2018.07.Ticknock.WebHome") 29 29 #set($document = $xwiki.getDocument($docref)) 30 30 #foreach($attach in $document.getAttachmentList()) 37 + #if($velocityCount > 10) 38 + #break 39 + #end 31 31 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 32 32 {{/velocity}} 33 33 ... ... @@ -39,6 +39,9 @@ 39 39 #set($docref = "Gallery.2018.06.MassysEstate.WebHome") 40 40 #set($document = $xwiki.getDocument($docref)) 41 41 #foreach($attach in $document.getAttachmentList()) 51 + #if($velocityCount > 10) 52 + #break 53 + #end 42 42 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 43 43 {{/velocity}} 44 44 ... ... @@ -48,6 +48,9 @@ 48 48 #set($docref = "Gallery.2018.06.Ticknock.WebHome") 49 49 #set($document = $xwiki.getDocument($docref)) 50 50 #foreach($attach in $document.getAttachmentList()) 63 + #if($velocityCount > 10) 64 + #break 65 + #end 51 51 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 52 52 {{/velocity}} 53 53 ... ... @@ -57,6 +57,9 @@ 57 57 #set($docref = "Gallery.2018.06.Ticknock2.WebHome") 58 58 #set($document = $xwiki.getDocument($docref)) 59 59 #foreach($attach in $document.getAttachmentList()) 75 + #if($velocityCount > 10) 76 + #break 77 + #end 60 60 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 61 61 {{/velocity}} 62 62 ... ... @@ -68,6 +68,9 @@ 68 68 #set($docref = "Gallery.2018.05.Bohernabreena.WebHome") 69 69 #set($document = $xwiki.getDocument($docref)) 70 70 #foreach($attach in $document.getAttachmentList()) 89 + #if($velocityCount > 10) 90 + #break 91 + #end 71 71 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 72 72 {{/velocity}} 73 73 ... ... @@ -77,6 +77,9 @@ 77 77 #set($docref = "Gallery.2018.05.MarlayPark.WebHome") 78 78 #set($document = $xwiki.getDocument($docref)) 79 79 #foreach($attach in $document.getAttachmentList()) 101 + #if($velocityCount > 10) 102 + #break 103 + #end 80 80 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 81 81 {{/velocity}} 82 82 ... ... @@ -86,6 +86,9 @@ 86 86 #set($docref = "Gallery.2018.05.MarlayPark2.WebHome") 87 87 #set($document = $xwiki.getDocument($docref)) 88 88 #foreach($attach in $document.getAttachmentList()) 113 + #if($velocityCount > 10) 114 + #break 115 + #end 89 89 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 90 90 {{/velocity}} 91 91 ... ... @@ -97,6 +97,9 @@ 97 97 #set($docref = "Gallery.2018.04.BotanicGardens.WebHome") 98 98 #set($document = $xwiki.getDocument($docref)) 99 99 #foreach($attach in $document.getAttachmentList()) 127 + #if($velocityCount > 10) 128 + #break 129 + #end 100 100 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 101 101 {{/velocity}} 102 102 ... ... @@ -106,6 +106,9 @@ 106 106 #set($docref = "Gallery.2018.04.Cruagh.WebHome") 107 107 #set($document = $xwiki.getDocument($docref)) 108 108 #foreach($attach in $document.getAttachmentList()) 139 + #if($velocityCount > 10) 140 + #break 141 + #end 109 109 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 110 110 {{/velocity}} 111 111 ... ... @@ -115,7 +115,10 @@ 115 115 #set($docref = "Gallery.2018.04.Glencullen.WebHome") 116 116 #set($document = $xwiki.getDocument($docref)) 117 117 #foreach($attach in $document.getAttachmentList()) 118 - #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref@]]#end 151 + #if($velocityCount > 10) 152 + #break 153 + #end 154 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 119 119 {{/velocity}} 120 120 121 121 === [[Hellfire Club>>doc:.2018.04.HellfireClub.WebHome]] === ... ... @@ -124,6 +124,9 @@ 124 124 #set($docref = "Gallery.2018.04.HellfireClub.WebHome") 125 125 #set($document = $xwiki.getDocument($docref)) 126 126 #foreach($attach in $document.getAttachmentList()) 163 + #if($velocityCount > 10) 164 + #break 165 + #end 127 127 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 128 128 {{/velocity}} 129 129 ... ... @@ -133,6 +133,9 @@ 133 133 #set($docref = "Gallery.2018.04.MassysEstate.WebHome") 134 134 #set($document = $xwiki.getDocument($docref)) 135 135 #foreach($attach in $document.getAttachmentList()) 175 + #if($velocityCount > 10) 176 + #break 177 + #end 136 136 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 137 137 {{/velocity}} 138 138 ... ... @@ -142,6 +142,9 @@ 142 142 #set($docref = "Gallery.2018.04.Ticknock.WebHome") 143 143 #set($document = $xwiki.getDocument($docref)) 144 144 #foreach($attach in $document.getAttachmentList()) 187 + #if($velocityCount > 10) 188 + #break 189 + #end 145 145 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 146 146 {{/velocity}} 147 147 ... ... @@ -153,6 +153,9 @@ 153 153 #set($docref = "Gallery.2018.03.Kilmashogue.WebHome") 154 154 #set($document = $xwiki.getDocument($docref)) 155 155 #foreach($attach in $document.getAttachmentList()) 201 + #if($velocityCount > 10) 202 + #break 203 + #end 156 156 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 157 157 {{/velocity}} 158 158 ... ... @@ -162,6 +162,9 @@ 162 162 #set($docref = "Gallery.2018.03.Tibradden.WebHome") 163 163 #set($document = $xwiki.getDocument($docref)) 164 164 #foreach($attach in $document.getAttachmentList()) 213 + #if($velocityCount > 10) 214 + #break 215 + #end 165 165 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 166 166 {{/velocity}} 167 167 ... ... @@ -171,6 +171,9 @@ 171 171 #set($docref = "Gallery.2018.03.Ticknock.WebHome") 172 172 #set($document = $xwiki.getDocument($docref)) 173 173 #foreach($attach in $document.getAttachmentList()) 225 + #if($velocityCount > 10) 226 + #break 227 + #end 174 174 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 175 175 {{/velocity}} 176 176 ... ... @@ -182,6 +182,9 @@ 182 182 #set($docref = "Gallery.2018.02.MassysEstate.WebHome") 183 183 #set($document = $xwiki.getDocument($docref)) 184 184 #foreach($attach in $document.getAttachmentList()) 239 + #if($velocityCount > 10) 240 + #break 241 + #end 185 185 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 186 186 {{/velocity}} 187 187 ... ... @@ -191,6 +191,9 @@ 191 191 #set($docref = "Gallery.2018.02.Ticknock.WebHome") 192 192 #set($document = $xwiki.getDocument($docref)) 193 193 #foreach($attach in $document.getAttachmentList()) 251 + #if($velocityCount > 10) 252 + #break 253 + #end 194 194 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 195 195 {{/velocity}} 196 196 ... ... @@ -200,6 +200,9 @@ 200 200 #set($docref = "Gallery.2018.02.Ticknock2.WebHome") 201 201 #set($document = $xwiki.getDocument($docref)) 202 202 #foreach($attach in $document.getAttachmentList()) 263 + #if($velocityCount > 10) 264 + #break 265 + #end 203 203 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 204 204 {{/velocity}} 205 205 ... ... @@ -211,5 +211,8 @@ 211 211 #set($docref = "Gallery.2018.01.Ticknock.WebHome") 212 212 #set($document = $xwiki.getDocument($docref)) 213 213 #foreach($attach in $document.getAttachmentList()) 277 + #if($velocityCount > 10) 278 + #break 279 + #end 214 214 #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]]#end 215 215 {{/velocity}}