##
## Library to fix issues and detect browser features
## jQuery libraries
##
## LAYOUT
## 1) Dynamic component CSS included by components
$r.render("jsCssRawHtmlHeader", "pre-theme")
## 2) CSS theme inclusion and favicons
## 3) IE specific bugfixes for current theme
## 4) Dynamic overriding of CSS rules
$r.render("jsCssRawHtmlHeader", "post-theme")
## 5) Add user font size
## 6) Add special CSS for web2.a screen reader mode
#if ($isScreenReader)
#end
## deprecated - include any raw header
$r.renderHeaderIncludes()
## Page title taken from org.olat.core package
$r.translate("page.appname") - $r.translate("page.title")
## TODO:fj pb: Review order
## if in debug mode, it is a invisible component which is only visible by wrapping debug information around all other
## components.
$r.renderForce("guidebug")
## The inline translation tool
$r.renderForce("inlineTranslation")
## - include javascript for window and ajax control
$r.render("jsServer")
## controller for development
$r.renderForce("development")
## the content comes here
$r.render("olatContentPanel")
## the div for the busy-wait animated-gif
## hidden div for EM-PX factor readout