Wiki source code of Summer Fellowship 2024
Version 3.1 by Ricardo Julio Rodríguez Fernández on 2024/06/27 12:30
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | #set($hql = "where doc.fullName like '%Seminar20%' order by doc.fullName desc") | ||
2 | #set($results = $xwiki.searchDocuments($hql, 60, 0)) | ||
3 | #foreach ($item in $results) | ||
4 | #set($itemdoc = $xwiki.getDocument($item)) | ||
5 | #set($itemfullname = "${xcontext.database}:${item}") | ||
6 | #if($xwiki.hasAccessLevel('view', $xcontext.user, $itemfullname)) | ||
7 | |||
8 | #set($title = $itemdoc.getDisplayTitle()) | ||
9 | * $item.substring(12,16) $item.substring(16,18) *$item.substring(18,20)* [$title>$item] | ||
10 | #end | ||
11 | #end |