Wiki source code of Application Index
Last modified by Andrey Che on 2018/12/10 14:08
Hide last authors
1.1 | 1 | {{include reference="Applications.Macros" /}} | |
2 | |||
3 | {{velocity}} | ||
4 | #set ($discard = $xwiki.ssx.use('Panels.Applications')) | ||
5 | {{html}} | ||
6 | <ul class="applicationsPanel nav nav-pills nav-stacked"> | ||
7 | #displayAppEntries('org.xwiki.platform.panels.Applications', '') | ||
8 | </ul> | ||
9 | {{/html}} | ||
10 | |||
11 | #set ($displayDocExtra = false) | ||
12 | {{/velocity}} |