Subversion Repositories eFlore/Applications.coel

Rev

Rev 49 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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