Changes for page Massy's Estate

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

From version 20.1
edited by David De La Harpe Golden
on 2018/07/27 01:20
Change comment: There is no comment for this version
To version 27.1
edited by David De La Harpe Golden
on 2020/08/09 18:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -MassysEstate
1 +Massy's Estate
Content
... ... @@ -1,18 +1,20 @@
1 1  {{velocity}}
2 -#foreach($attach in $doc.getAttachmentList())
3 -#set($docName = $doc.fullName)
4 -[[[[image:$attach.filename||height="48"]]>>attach:$attach.filename]] #end
2 +#set($alist = $sorttool.sort($doc.getAttachmentList(),["filename"]))
3 +#foreach($attach in $alist)
4 +(% class="thumb" data-imgnum="$foreach.index" %)[[[[image:$attach.filename||height="48"]]>>attach:$attach.filename]] #end
5 5  
6 6  
7 -{{gallery width="" height=""}}
8 -#foreach($attach in $doc.getAttachmentList())
7 +{{gallery width="100%" height="100%"}}
8 +#foreach($attach in $alist)
9 9  [[image:$attach.filename]]
10 10  #end
11 11  {{/gallery}}
12 12  
13 +#set($discard = $xwiki.jsx.use("Gallery.Ext.ThumbWiring.WebHome"))
13 13  
14 14  {{/velocity}}
15 15  
16 -{{jwplayer attachment="https://www.youtube.com/watch?v=Zr7svT-aIPo"/}}
17 17  
18 +{{jwplayer attachment="https://www.youtube.com/watch?v=Zr7svT-aIPo" width="320" height="180"/}}
19 +
18 18