/* * This is mock content and will be overwritten with the first 'generate.py source'. */ function inform(){ var message = "
" + "

Application not yet ready!

" + "
Please use the generator to build this application, i.e. run 'generate.py source' in an OS shell; then reload this page.
" + "
"; window.setTimeout(function() { document.body.innerHTML = message; }, 0); } if (window.attachEvent) { window.attachEvent("onload", inform); } else { window.addEventListener("load", inform, false); }