Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 327 → Rev 328

/trunk/war/cel2.html
New file
0,0 → 1,57
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
 
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
<!-- above set at the top of the file will set -->
<!-- the browser's rendering engine into -->
<!-- "Standards Mode", which gives better cross -->
<!-- browser compatibility to the application. -->
<!-- Omitting this line leaves most browsers in -->
<!-- "Quirks mode", emulating the bugs in older -->
<!-- browser versions. -->
 
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- -->
<!-- Any title is fine -->
<!-- -->
<title>cel2</title>
<!-- -->
<!-- This script loads your compiled module. -->
<!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<!-- -->
<script type="text/javascript" language="javascript" src="config.js"></script>
<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;sensor=true&amp;key=ABQIAAAADBUAHF9l14gI02QVAbUYJBRqPsByHDhzHLE0yoC9hASLZaFmoRT4_9Zkiscf-BaH_gEy7DVHX5BxwQ" type="text/javascript"></script>
<script type="text/javascript" language="javascript" src="org.tela_botanica.cel2/org.tela_botanica.cel2.nocache.js"></script>
 
<link rel="stylesheet" href="cel2.css">
<link rel="stylesheet" href="GwtExt.css">
</head>
 
<!-- -->
<!-- The body can have arbitrary html, or -->
<!-- you can leave the body empty if you want -->
<!-- to create a completely dynamic UI. -->
<!-- -->
<body onload="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>