Community
Participate
Working Groups
<body background="${backgroundImage}">
<noscript>
<p style = "z-index:100000;background-color:white">${message}</p>
</noscript>
<!-- body of branding -->
${body}
<!-- end body of branding -->
// end rap runtime application
} else {
// write unsupported browser or security message
document.write( "<p>Your browser or settings are not supported. " );
var css = "\"z-index:100000;background-color:white\"";
document.write( "Please use one of those: IE 6 or higher, " );
document.write( "<p style = " + css + " >${message}</p>" );
document.write( "Firefox 1.5 or higher or Opera 10 or higher. " );
document.write( "Ensure that javascript is enabled and " );
document.write( "XMLHttpRequests are allowed.</p>" );
}
</script>
</body>