Changes for page Featured

Last modified by Tobias Wintrich on 2025/06/04 09:20

From version 3.1
edited by Tobias Wintrich
on 2021/10/05 08:48
Change comment: There is no comment for this version
To version 1.1
edited by Tobias Wintrich
on 2021/10/05 08:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,1 +1,0 @@
1 -{{Feratured}}{{/Feratured}}
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -1,10 +1,0 @@
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 'Featured' 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}}
Content description (Not applicable for "No content" type)
... ... @@ -1,0 +1,12 @@
1 +{{velocity}}
2 +#panelheader("Featured")
3 +#set($sql = ", BaseObject as obj, DBStringListProperty as prop where obj.name=doc.fullName and
4 +obj.className='XWiki.TagClass' and obj.id=prop.id.id and prop.id.name='tags' and 'Featured' in
5 +elements(prop.list) order by doc.name asc")
6 +#set ($results= $xwiki.searchDocuments($sql))
7 +#foreach ($result in $results)
8 +#set($doc= $xwiki.getDocument($result))
9 +{{html}}<a href="$doc.getURL()">$escapetool.xml($doc.plainTitle)</a>{{/html}}
10 +#end
11 +#panelfooter()
12 +{{/velocity}}