Wiki source code of Dunca2Duncan

Version 1.1 by Alexandru Colesnicov on 2018/11/09 16:46

Show last authors
1 ~{~{velocity}}
2
3 #set($class="Duncan1.Code.GDataClass")
4 #set($template="Duncan1.Code.GDataTemplate")
5 #set($xwlquery="from doc.object($class) as obj where doc.fullName <> '$template' order by doc.date desc")
6 ~#~## "$xwlquery"
7 #set($list=$services.query.xwql($xwlquery).execute())
8
9 $list.size()
10
11 ~{~{/velocity}}
12