#foreach ($result in $results) #if ($themePress && $displayRichLinks && !$macro.previewContext) $!themePress.renderRichLink($result) #elseif ($displaySearchResults)
  • #contentIconWithLinkPrefix($result $req.contextPath) $htmlUtil.htmlEncode($result.displayTitle)

    #if ($displaySearchResults)

    $action.highlightSummaryForQuery($result)

    #end
    #set ($space = $searchCore.getSpace($result)) $htmlUtil.htmlEncode($space.displayTitle) #if ($result.type == "attachment") / $htmlUtil.htmlEncode($result.container.displayTitle) #end
  • #else
  • #if ($showIcons) #contentIconWithLinkPrefix($result $req.contextPath) #end #contentHrefWithLinkPrefix($result $req.contextPath) #if ($showSpace) #contentOther($result) #end #if ($showLabels)
    #set ($labels = $searchCore.getLabelsVisibleToCurrentUser($result)) #parse("/com/atlassian/confluence/plugins/labels/components/labels-list.vm")
    #end
  • #end #end