## special case: context help pages open up in new window using the document resource URL

#if($highlight) $r.render("open_doc_highlight") #else $r.render("open_doc") #end

#if ($result.parentContextName && $result.parentContextName != "")
$r.translate("label.search.result.parent.context"): $r.translate("$result.parentContextType") "$r.escapeHtml($result.parentContextName)"
#end #if ($highlight && !$result.highlightResult.equals(""))
$result.highlightResult
#end
#o_togglebox_start("o_search_result_$id" $r.translate("metadata.show"))
#if (!$author.equals("") )
$r.translate("label.search.author"): $r.escapeHtml($author).
#end #if ($result.lastChange )
$r.translate("label.search.result.last.changed"): $formatter.formatDate($result.lastChange)
#end
$r.translate("label.search.result.documenttype"): $r.translate($result.documentType)
#if (!$result.description.equals(""))
$r.translate("result.description"): $r.escapeHtml($result.description)
#end
#o_togglebox_end()