Changes for page 08 August

Last modified by David De La Harpe Golden on 2018/08/27 11:58

From version 4.1
edited by David De La Harpe Golden
on 2018/08/13 21:54
Change comment: There is no comment for this version
To version 2.1
edited by David De La Harpe Golden
on 2018/08/06 19:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,19 +11,8 @@
1 -=== [[Ticknock>>Gallery.2018.08.Ticknock.WebHome]] ===
2 -
3 -{{velocity}}
4 -#set($docref = "Gallery.2018.08.Ticknock.WebHome")
5 -#set($document = $xwiki.getDocument($docref))
6 -#set($alist = $sorttool.sort($document.getAttachmentList(),["filename"]))
7 -#foreach($attach in $alist)
8 -#set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
9 -{{/velocity}}
10 -
11 11  === [[Lough Bray>>Gallery.2018.08.LoughBray.WebHome]] ===
12 12  
13 13  {{velocity}}
14 14  #set($docref = "Gallery.2018.08.LoughBray.WebHome")
15 15  #set($document = $xwiki.getDocument($docref))
16 -#set($alist = $sorttool.sort($document.getAttachmentList(),["filename"]))
17 -#foreach($attach in $alist)
6 +#foreach($attach in $document.getAttachmentList())
18 18  #set($attachName = $attach.filename)[[[[image:$docref@$attachName||height="48"]]>>$docref]] #end
19 19  {{/velocity}}