Changes for page Summer Fellowships 2024

Last modified by Ricardo Julio Rodríguez Fernández on 2024/07/08 10:45

From version 5.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/06/27 12:33
Change comment: There is no comment for this version
To version 3.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/06/27 12:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,0 +1,11 @@
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