Changes for page Stepaside
Last modified by David De La Harpe Golden on 2020/08/09 18:36
From version
15.1


edited by Administrator
on 2018/07/25 08:31
on 2018/07/25 08:31
Change comment:
There is no comment for this version
To version
14.1


edited by Administrator
on 2018/07/25 07:50
on 2018/07/25 07:50
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1,14 +1,8 @@ 1 1 {{velocity}} 2 2 #foreach($attach in $doc.getAttachmentList()) 3 3 #set($docName = $doc.fullName) 4 -[[[[image:$attach.filename||height="48"]]>>attach:$attach.filename]] #end 4 +#set($attachName = $attach.filename)[[[[image:$docName@$attachName||height="48"]]>>attach:$docName@$attachName]] #end 5 +{{/velocity}} 5 5 7 +{{attachmentGallery/}} 6 6 7 -{{gallery width="" height=""}} 8 -#foreach($attach in $doc.getAttachmentList()) 9 -[[image:$attach.filename]] 10 -#end 11 -{{/gallery}} 12 - 13 - 14 -{{/velocity}}