String ressourceMapperUri = ClassPathStaticDispatcher.getInstance().getMapperBasePath(this.getClass());
footerVC.contextPut("ressourceMapperUri", ressourceMapperUri);
// Push brasato framework number to velocity
Version version = (Version) CoreSpringFactory.getBean("org.olat.core.Version");
footerVC.contextPut("appName", version.getApplicationName());
String nodeInfo = (!CoordinatorManager.getCoordinator().isClusterMode()) ? "" : (", N"+CoordinatorManager.getCoordinator().getNodeId());
footerVC.contextPut("fullVersion", version.getFullVersion() + nodeInfo);
// Push information about AJAX mode
boolean ajaxOn = false;
if (ureq.getUserSession().isAuthenticated()) {
ajaxOn = Windows.getWindows(ureq).getWindowManager()