Subversion Repositories eFlore/Applications.coel

Rev

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

Rev Author Line No. Line
10 jpm 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
3
<!-- above set at the top of the file will set     -->
4
<!-- the browser's rendering engine into           -->
5
<!-- "Quirks Mode". Replacing this declaration     -->
6
<!-- with a "Standards Mode" doctype is supported, -->
7
<!-- but may lead to some differences in layout.   -->
8
 
9
<html>
10
  <head>
11
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
12
    <!--                                           -->
13
    <!-- Any title is fine                         -->
14
    <!--                                           -->
15
    <title>Coel</title>
16
 
49 jpm 17
    <!-- Fichier CSS spécifique à l'application -->
18
    <link rel="stylesheet" type="text/css" href="Coel.css" />
19
 
10 jpm 20
    <!--                                           -->
21
    <!-- This script loads your compiled module.   -->
22
    <!-- If you add any GWT meta tags, they must   -->
23
    <!-- be added before this line.                -->
24
    <!--                                           -->
25
    <script type="text/javascript" language="javascript" src="org.tela_botanica.Coel.nocache.js"></script>
49 jpm 26
    <link rel="stylesheet" type="text/css" href="css/ext-all.css" />
10 jpm 27
  </head>
28
 
29
  <!--                                           -->
30
  <!-- The body can have arbitrary html, or      -->
31
  <!-- you can leave the body empty if you want  -->
32
  <!-- to create a completely dynamic UI.        -->
33
  <!--                                           -->
34
  <body>
49 jpm 35
	<div id="loading">
36
	    <div class="loading-indicator">
37
	    	<img src="images/default/shared/large-loading.gif" width="32" height="32" style="margin-right:8px;float:left;vertical-align:top;"/>
38
	    	COEL v1.0
39
	    	<a href="http://extjs.com"></a><br />
40
	    	<span id="loading-msg">Chargement de l'application Collections en Ligne...</span>
41
	    </div>
42
	</div>
10 jpm 43
    <!-- OPTIONAL: include this if you want history support -->
44
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
45
 
46
  </body>
47
</html>