Changes for page Rangee Index

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

From version 12.27
edited by Tobias Wintrich
on 2021/09/28 11:57
Change comment: There is no comment for this version
To version 12.22
edited by Tobias Wintrich
on 2021/09/28 11:54
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -1,10 +1,7 @@
1 1  {{velocity}}
2 -##{{tree links="true" edges="false"}}
2 +{{tree links="true" edges="false"}}
3 3  #set($depth = $wikimacro.parameters.depth)
4 4  {{html wiki=true}}
5 -language
6 -getLanguage()
7 -$doc.getLanguage()
8 8  <ul>
9 9   #set($results = false)
10 10   #set ($query = $services.query.xwql('where doc.parent = :doc and doc.hidden = 0 order by doc.title asc'))
... ... @@ -82,5 +82,5 @@
82 82  </ul>
83 83  
84 84  {{/html}}
85 -##{{/tree}}
82 +{{/tree}}
86 86  {{/velocity}}