Changes for page Tibradden

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

From version 14.1
edited by David De La Harpe Golden
on 2018/07/30 14:30
Change comment: Upload new image "treeroots.jpg", version 1.1
To version 15.1
edited by David De La Harpe Golden
on 2018/07/31 21:44
Change comment: There is no comment for this version

Summary

Details

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