Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 303 → Rev 304

/trunk/src/org/tela_botanica/public/cel2.html
35,10 → 35,21
<!-- you can leave the body empty if you want -->
<!-- to create a completely dynamic UI. -->
<!-- -->
<body onload="Ext.EventManager.fireResize()">
<body onload="Ext.EventManager.fireResize(); Ext.get('loading').hide();">
 
<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
 
<!--add loading indicator while the app is being loaded-->
<div id="loading" style="position:absolute;left:25%;border: 5px solid black;">
<div class="loading-indicator" >
<img src="bandeau-haut.png" style="margin-right:8px;float:left;vertical-align:center;"/>
<img src="logo_n_d.gif" style="margin-right:8px;vertical-align:center;"/> <br /><br /><br />
<span id="loading-msg" style="text-align:center"><img src="js/ext/resources/images/default/shared/large-loading.gif" width="32" height="32"
style="margin-right:8px;float:left;vertical-align:center;"/>
<h1 style="font-size:35px"> Chargement de l'application </h1></span></div>
</div>
 
</body>
</html>