Changes for page Kilmashogue

Last modified by David De La Harpe Golden on 2020/08/09 18:36

From version 30.1
edited by Administrator
on 2018/07/25 07:49
Change comment: There is no comment for this version
To version 31.1
edited by Administrator
on 2018/07/25 08:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,14 @@
1 1  {{velocity}}
2 2  #foreach($attach in $doc.getAttachmentList())
3 3  #set($docName = $doc.fullName)
4 -#set($attachName = $attach.filename)[[[[image:$docName@$attachName||height="48"]]>>attach:$docName@$attachName]] #end
5 -{{/velocity}}
4 +[[[[image:$attach.filename||height="48"]]>>attach:$attach.fileame]] #end
6 6  
7 -{{attachmentGallery/}}
6 +
7 +{{gallery width="" height=""}}
8 +#foreach($attach in $doc.getAttachmentList())
9 +[[image:$attach.filename]]
10 +#end
11 +{{/gallery}}
12 +
13 +
14 +{{/velocity}}