Subversion Repositories eFlore/Archives.cel-v2

Compare Revisions

Ignore whitespace Rev 4 → Rev 5

/trunk/www/.gwt-tmp/shell/org.tela_botanica.cel2/hosted.html
New file
0,0 → 1,28
<html>
<head><script>
var $wnd = parent;
var $doc = $wnd.document;
var $moduleName, $moduleBase, $stats;
</script></head>
<body>
<font face='arial' size='-1'>This html file is for hosted mode support.</font>
<script><!--
function gwtOnLoad(errFn, modName, modBase){
$moduleName = modName;
$moduleBase = modBase;
if (!external.gwtOnLoad(window, modName)) {
if (errFn) {
errFn(modName);
}
}
}
 
window.onunload = function() {
external.gwtOnLoad(window, null);
};
 
window.__gwt_module_id = 0;
 
var query = window.location.search.substr(1);
if (query && $wnd[query]) $wnd[query].onScriptLoad();
--></script></body></html>