Summer Fellowship 2024

Version 3.1 by Ricardo Julio Rodríguez Fernández on 2024/06/27 12:30

#set($hql = "where doc.fullName like '%Seminar20%' order by doc.fullName desc")
#set($results = $xwiki.searchDocuments($hql, 60, 0))
#foreach ($item in $results)
  #set($itemdoc = $xwiki.getDocument($item))
  #set($itemfullname = "${xcontext.database}:${item}")
  #if($xwiki.hasAccessLevel('view', $xcontext.user, $itemfullname))

  #set($title = $itemdoc.getDisplayTitle())

  • $item.substring(12,16) $item.substring(16,18) *$item.substring(18,20)* [$title>$item]
      #end
    #end