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


edited by David De La Harpe Golden
on 2018/07/25 04:56
on 2018/07/25 04:56
Change comment:
There is no comment for this version
To version
22.1


edited by David De La Harpe Golden
on 2018/07/25 05:01
on 2018/07/25 05:01
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -8,33 +8,31 @@ 8 8 9 9 === [[Kilmashogue>>doc:.2018.07.Kilmashogue.WebHome]] === 10 10 11 -((( 12 12 {{velocity}} 13 -#set($document = $xwiki.getDocument("Gallery.2018.07.Kilmashogue.WebHome")) 12 +#set($docref = "Gallery.2018.07.Kilmashogue.WebHome") 13 +#set($document = $xwiki.getDocument($docref)) 14 14 #foreach($attach in $document.getAttachmentList()) 15 - #set($attachName = $attach.filename)[[[[image: Gallery.2018.07.Kilmashogue.WebHome@$attachName||height="48"]]>>attach:Gallery.2018.07.Kilmashogue.WebHome@$attachName]]#end15 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end 16 16 {{/velocity}} 17 -))) 18 18 19 19 === [[Stepaside>>doc:.2018.07.Stepaside.WebHome]] === 20 20 21 -((( 22 22 {{velocity}} 23 -#set($document = $xwiki.getDocument("Gallery.2018.07.Stepaside.WebHome")) 21 +#set($docref = "Gallery.2018.07.Stepaside.WebHome") 22 +#set($document = $xwiki.getDocument($docref)) 24 24 #foreach($attach in $document.getAttachmentList()) 25 - #set($attachName = $attach.filename)[[[[image: Gallery.2018.07.Stepaside.WebHome@$attachName||height="48"]]>>attach:Gallery.2018.07.Stepaside.WebHome@$attachName]]#end24 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end 26 26 {{/velocity}} 27 -))) 28 28 29 29 === [[Ticknock>>doc:.2018.07.Ticknock.WebHome]] === 30 30 31 - (((29 + 32 32 {{velocity}} 33 -#set($document = $xwiki.getDocument("Gallery.2018.07.Ticknock.WebHome")) 31 +#set($docref = "Gallery.2018.07.Ticknock.WebHome") 32 +#set($document = $xwiki.getDocument($docref)) 34 34 #foreach($attach in $document.getAttachmentList()) 35 - #set($attachName = $attach.filename)[[[[image: Gallery.2018.07.Ticknock.WebHome@$attachName||height="48"]]>>attach:Gallery.2018.07.Ticknock.WebHome@$attachName]]#end34 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end 36 36 {{/velocity}} 37 -))) 38 38 39 39 == [[June>>doc:.2018.06.WebHome]] == 40 40 ... ... @@ -44,7 +44,7 @@ 44 44 #set($docref = "Gallery.2018.06.MassysEstate.WebHome") 45 45 #set($document = $xwiki.getDocument($docref)) 46 46 #foreach($attach in $document.getAttachmentList()) 47 - #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref .WebHome@$attachName]]#end45 + #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>attach:$docref@$attachName]]#end 48 48 {{/velocity}} 49 49 50 50 === [[Ticknock>>doc:.2018.06.Ticknock.WebHome]] ===