Changes for page Rangee Index
Last modified by Tobias Wintrich on 2025/06/04 09:20
From version 10.97
edited by Tobias Wintrich
on 2021/09/28 10:10
on 2021/09/28 10:10
Change comment:
There is no comment for this version
To version 10.98
edited by Tobias Wintrich
on 2021/09/28 10:11
on 2021/09/28 10:11
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -47,7 +47,11 @@ 47 47 <ul> 48 48 #foreach($rdoc3 in $results4) 49 49 #set($rdoc4 = $xwiki.getDocument($rdoc3).getTranslatedDocument()) 50 - <li class="jstree-open"> 50 + <li class=" 51 + #if ($depth > 3) 52 + jstree-open 53 + #end 54 + "> 51 51 [[$rdoc4.getDisplayTitle()>>$rdoc4.fullName]] 52 52 </li> 53 53 #set($results5 = false) ... ... @@ -56,7 +56,11 @@ 56 56 <ul> 57 57 #foreach($rdoc4 in $results5) 58 58 #set($rdoc5 = $xwiki.getDocument($rdoc4).getTranslatedDocument()) 59 - <li class="jstree-open"> 63 + <li class=" 64 + #if ($depth > 4) 65 + jstree-open 66 + #end 67 + "> 60 60 [[$rdoc5.getDisplayTitle()>>$rdoc5.fullName]] 61 61 </li> 62 62 #end