## hide toolbar on ios with minimal-ui
##
## Library to fix issues and detect browser features
## jQuery libraries
## HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries - required by bootstrap
#if ($r.available("guidebug"))
## Are compressed as js/js.plugins.min.js in non-debug mode
## Bootstrap js
##
##
##
#else
#end
## The OpenOLAT video player. In separate file as it is also used in content iframes
#if($r.available("guidebug"))
#else
#end
## 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 (id o_fontSize_css used to place on demand css)
#if (${globalSettings.getFontSize()} != "100")
#else
#end
## deprecated - include any raw header
$r.renderHeaderIncludes()
## Page title taken from org.olat.core package
$r.translate("page.appname") - $r.translate("page.title")
## 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.translate("access.skip.to.content")
#if($screenMode.standardScreen)
#end
## ---- START #o_messages
## Messages are absolute positioned using EXT, thus it's ok to have them at the end of the page.
## This prevents an ugly IE bug that appears when the messages are at the top of the page.
## IE can't render empty div's properly which results in an ugly white bar.
## END #o_main -----
## ----- START #o_footer_wrapper ----------
#if($screenMode.standardScreen && $r.available("footerComponent"))
#end
## ---- END #o_footer_wrapper ---
## ---- START #o_modal
## Modal dialog is absolute positioned, thus it's ok to have it at the end of the page.
## This prevents an ugly IE bug that appears when the modal dialog is at the top of the page.
## IE can't render empty div's properly which results in an ugly white bar.
$r.render("modalpanel")
## ---- END #o_modal ---
## the div for the busy-wait animated-gif