#if($r.available("topnav.impressum"))
  • $r.render("topnav.impressum")
  • #end #if ($r.available("groupchatcontroller"))
  • $r.render("groupchatcontroller")
  • #end #if ($r.available("imclient"))
  • $r.render("imclient")
  • #end #if (!$inAssessment && $r.available("search_input"))
  • $r.render("search_input")
  • #end
  • $r.translate("topnav.printview")
  • #if ($r.available("topnav.help"))
  • $r.render("topnav.help")
  • #end #if (!$isGuest)
  • ## make logout link very basic without onClick handler in case javaScript is broken it is still possible to log out ## except for the onolatunload() method which must be executed to correctly finish SCORM modules (OLAT-6255) ## must be on one line to work with inline translation tool $r.translate("topnav.logout")
  • #else
  • $r.render("topnav.login")
  • #end