Changes for page MassysEstate

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

From version 31.1
edited by Administrator
on 2018/07/25 00:49
Change comment: Upload new image "Uprooted.jpg", version 1.1
To version 32.1
edited by Administrator
on 2018/07/25 08:39
Change comment: There is no comment for this version

Summary

Details

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