Wiki source code of Teradici

Last modified by Tobias Wintrich on 2021/11/29 09:33

Show last authors
1 {{velocity}}
2 #set($sql = ", BaseObject as obj, DBStringListProperty as prop where obj.name=doc.fullName and
3 obj.className='XWiki.TagClass' and obj.id=prop.id.id and prop.id.name='tags' and 'Teradici' in
4 elements(prop.list) order by doc.name asc")
5 #set ($results= $xwiki.searchDocuments($sql))
6 #foreach ($result in $results)
7 #set($doc= $xwiki.getDocument($result))
8 {{html}}<a href="$doc.getURL()">$escapetool.xml($doc.plainTitle)</a>{{/html}}
9 #end
10 {{/velocity}}
Rangee GmbH ©2022