Subversion Repositories eFlore/Applications.cel

Rev

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

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