## ## Basic JS libraries for DOM manipulation and visual effects ## EXT JS library ## favicons ## include component-specific css and js includes $r.render("jsCssRawHtmlHeader") ## deprecated - include any raw header $r.renderHeaderIncludes() ## css for printing ## ------------------------------------------------------------------------ ## special css specific per theme; baselayout.html in subfolders (=themes) differ only in the next line to this html here ## ------------------------------------------------------------------------ ## ------------------------- ## set the lang attribute for aural support / screenreaders ## 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") ## - include javascript for window and ajax control $r.render("jsServer") ## the content comes here $r.render("olatContentPanel") ## --------------------------------- ## next line is to provide a link for a short key overview for screenreader navigation. ## this help is triggered by alt+1, as suggested (see todo felix url link for accessibility guidelines) $r.translate("link.screenreader.about") ## --------------------------------- ## controller for development $r.renderForce("development")