Wiki source code of Space Index
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
![]() |
6.1 | 2 | #if("$!request.space" != "") |
3 | #set($space=$request.space) | ||
4 | #else | ||
5 | #set($space = $doc.space) | ||
6 | #end | ||
![]() |
1.1 | 7 | ## Since we display the space index, we do not display page titles and locations, but the old columns name and space |
8 | ## (old behavior consistent with this old macro)... | ||
9 | |||
![]() |
6.1 | 10 | #set ($description = $services.localization.render('platform.index.spaceIndexDescription', [$space])) |
11 | #set ($description = $services.rendering.escape($description, 'xwiki/2.1')) | ||
12 | {{documents | ||
13 | space="$services.rendering.escape($space, 'xwiki/2.1')" | ||
14 | id="spaceindex" | ||
15 | columns="doc.name,doc.space,doc.date,doc.author" | ||
16 | description="$description" | ||
17 | /}} | ||
![]() |
1.1 | 18 | #set($docextras=[]) |
19 | {{/velocity}} | ||
20 |