Subversion Repositories eFlore/Applications.coel

Rev

Rev 49 | Rev 125 | 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
 
60 jpm 20
    <!-- Fichier JS de configuration spécifique à l'application -->
21
	<script type="text/javascript" language="javascript" src="config.js"></script>
22
 
10 jpm 23
    <!--                                           -->
24
    <!-- This script loads your compiled module.   -->
25
    <!-- If you add any GWT meta tags, they must   -->
26
    <!-- be added before this line.                -->
27
    <!--                                           -->
28
    <script type="text/javascript" language="javascript" src="org.tela_botanica.Coel.nocache.js"></script>
60 jpm 29
 
30
    <!-- Fichier CSS spécifique à GXT -->
31
 	<link rel="stylesheet" type="text/css" href="css/ext-all.css" />
10 jpm 32
  </head>
33
 
34
  <!--                                           -->
35
  <!-- The body can have arbitrary html, or      -->
36
  <!-- you can leave the body empty if you want  -->
37
  <!-- to create a completely dynamic UI.        -->
38
  <!--                                           -->
39
  <body>
49 jpm 40
	<div id="loading">
41
	    <div class="loading-indicator">
42
	    	<img src="images/default/shared/large-loading.gif" width="32" height="32" style="margin-right:8px;float:left;vertical-align:top;"/>
43
	    	COEL v1.0
44
	    	<a href="http://extjs.com"></a><br />
45
	    	<span id="loading-msg">Chargement de l'application Collections en Ligne...</span>
46
	    </div>
47
	</div>
10 jpm 48
    <!-- OPTIONAL: include this if you want history support -->
49
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
50
 
51
  </body>
60 jpm 52
</html>