Changes for page Rangee Index

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

From version 12.15
edited by Tobias Wintrich
on 2021/09/28 11:46
Change comment: There is no comment for this version
To version 12.17
edited by Tobias Wintrich
on 2021/09/28 11:47
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -13,7 +13,7 @@
13 13   jstree-open
14 14   #end
15 15   ">
16 - [[$rdoc.getDisplayTitle()>>$rdoc.fullName]]
16 + [[$rdoc.getDisplayTitle()>>$rdoc.fullName $rdoc.getLanguage()]]
17 17   </li>
18 18   #set($results2 = false)
19 19   #set($query2 = $services.query.xwql('where doc.parent=:doc and doc.hidden = 0 order by doc.title asc'))
... ... @@ -21,12 +21,12 @@
21 21   <ul>
22 22   #foreach($rdoc in $results2)
23 23   #set($rdoc2 = $xwiki.getDocument($rdoc).getTranslatedDocument())
24 - <li class="$rdoc.getLanguage()
24 + <li class="
25 25   #if ($depth > 1)
26 26   jstree-open
27 27   #end
28 28   ">
29 - [[$rdoc2.getDisplayTitle()>>$rdoc2.fullName]]
29 + [[$rdoc2.getDisplayTitle()>>$rdoc2.fullName $rdoc.getLanguage()]]
30 30   </li>
31 31   #set($results3 = false)
32 32   #set($query3 = $services.query.xwql('where doc.parent=:doc and doc.hidden = 0 order by doc.title asc'))