Subversion Repositories eFlore/Applications.cel

Rev

Rev 2079 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2079 Rev 2548
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
    <meta http-equiv="X-UA-Compatible" content="IE=8" />
17
    <meta http-equiv="X-UA-Compatible" content="IE=8" />
18
    <!--                                           -->
18
    <!--                                           -->
19
    <!-- Any title is fine                         -->
19
    <!-- Any title is fine                         -->
20
    <!--                                           -->
20
    <!--                                           -->
21
    <title>CEL - v1.7 Croissant</title>
21
    <title>CEL - v2.9 Motobineuse</title>
22
    
22
    
23
    <!--                                           -->
23
    <!--                                           -->
24
    <!-- This script loads your compiled module.   -->
24
    <!-- This script loads your compiled module.   -->
25
    <!-- If you add any GWT meta tags, they must   -->
25
    <!-- If you add any GWT meta tags, they must   -->
26
    <!-- be added before this line.                -->
26
    <!-- be added before this line.                -->
27
    
27
    
28
    <link rel="stylesheet" href="org.tela_botanica.cel2/js/ext/resources/css/ext-all.css" />
28
    <link rel="stylesheet" href="org.tela_botanica.cel2/js/ext/resources/css/ext-all.css" />
29
	<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/adapter/ext/ext-base.js" /></script>
30
	<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/ext/ext-all.js" /></script>
31
	<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="org.tela_botanica.cel2/js/UploadDialog/Ext.ux.UploadDialog.packed.js" /></script>
32
    <script type="text/javascript" language="javascript" src="config.js"></script>
32
    <script type="text/javascript" language="javascript" src="config.js"></script>
33
    <script type="text/javascript" language="javascript" src="traductionMetadonnees.js"></script>
33
    <script type="text/javascript" language="javascript" src="traductionMetadonnees.js"></script>
34
    <script type="text/javascript" language="javascript" src="org.tela_botanica.cel2/org.tela_botanica.cel2.nocache.js"></script>
34
    <script type="text/javascript" language="javascript" src="org.tela_botanica.cel2/org.tela_botanica.cel2.nocache.js"></script>
35
 
35
 
36
	<link rel="stylesheet" href="cel2.css">
36
	<link rel="stylesheet" href="cel2.css">
37
	<link rel="stylesheet" href="GwtExt.css">
37
	<link rel="stylesheet" href="GwtExt.css">
38
  </head>
38
  </head>
39
 
39
 
40
  <!--                                           -->
40
  <!--                                           -->
41
  <!-- The body can have arbitrary html, or      -->
41
  <!-- The body can have arbitrary html, or      -->
42
  <!-- you can leave the body empty if you want  -->
42
  <!-- you can leave the body empty if you want  -->
43
  <!-- to create a completely dynamic UI.        -->
43
  <!-- to create a completely dynamic UI.        -->
44
  <!--                                           -->
44
  <!--                                           -->
45
  <body>
45
  <body>
46
 
46
 
47
    <!-- OPTIONAL: include this if you want history support -->
47
    <!-- OPTIONAL: include this if you want history support -->
48
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
48
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
49
 
49
 
50
	<!--add loading indicator while the app is being loaded-->
50
	<!--add loading indicator while the app is being loaded-->
51
		<div id="loading">
51
		<div id="loading">
52
	    	<img src="splash_screen.png" />
52
	    	<img src="splash_screen.png" />
53
		</div>
53
		</div>
54
  </body>
54
  </body>
55
</html>
55
</html>