Subversion Repositories eFlore/Applications.cel

Rev

Rev 328 | Rev 344 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
328 aurelien 1
 
2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
3
"http://www.w3.org/TR/html4/loose.dtd">
4
 
5
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
6
<!-- above set at the top of the file will set     -->
7
<!-- the browser's rendering engine into           -->
8
<!-- "Standards Mode", which gives better cross    -->
9
<!-- browser compatibility to the application.     -->
10
<!-- Omitting this line leaves most browsers in    -->
11
<!-- "Quirks mode", emulating the bugs in older    -->
12
<!-- browser versions.                             -->
13
 
14
<html>
15
  <head>
16
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
17
    <!--                                           -->
18
    <!-- Any title is fine                         -->
19
    <!--                                           -->
20
    <title>cel2</title>
21
 
22
    <!--                                           -->
23
    <!-- This script loads your compiled module.   -->
24
    <!-- If you add any GWT meta tags, they must   -->
25
    <!-- be added before this line.                -->
26
    <!--                                           -->
27
    <script type="text/javascript" language="javascript" src="config.js"></script>
28
    <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>
29
    <script type="text/javascript" language="javascript" src="org.tela_botanica.cel2/org.tela_botanica.cel2.nocache.js"></script>
30
 
31
	<link rel="stylesheet" href="cel2.css">
32
	<link rel="stylesheet" href="GwtExt.css">
33
  </head>
34
 
35
  <!--                                           -->
36
  <!-- The body can have arbitrary html, or      -->
37
  <!-- you can leave the body empty if you want  -->
38
  <!-- to create a completely dynamic UI.        -->
39
  <!--                                           -->
331 aurelien 40
  <body>
328 aurelien 41
 
42
    <!-- OPTIONAL: include this if you want history support -->
43
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
44
 
45
	<!--add loading indicator while the app is being loaded-->
46
	<div id="loading" style="position:absolute;left:25%;border: 5px solid black;">
47
	    <div class="loading-indicator" >
48
	     	<img src="bandeau-haut.png" style="margin-right:8px;float:left;vertical-align:center;"/>
49
	     	<img src="logo_n_d.gif" style="margin-right:8px;vertical-align:center;"/>  <br /><br /><br />
50
	     	<span id="loading-msg" style="text-align:center"><img src="js/ext/resources/images/default/shared/large-loading.gif" width="32" height="32"
51
	            style="margin-right:8px;float:left;vertical-align:center;"/>
52
	        <h1 style="font-size:35px"> Chargement de l'application </h1></span></div>
53
	</div>
54
 
55
 
56
  </body>
57
</html>