Subversion Repositories eFlore/Applications.coel

Rev

Rev 125 | Rev 511 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 125 Rev 480
Line 1... Line 1...
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.   -->
Line 8... Line 8...
8
 
8
 
9
<html>
9
<html>
10
	<head>
10
  <head>
-
 
11
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
-
 
12
    <meta name="gwt:property" content="locale=fr">
-
 
13
    
11
		<meta http-equiv="content-type" content="text/html; charset=UTF-8">
14
    <!--                                           -->
-
 
15
    <!-- Any title is fine                         -->
12
		<!-- Le titre de l'application. -->
16
    <!--                                           -->
13
		<title>Coel</title>
17
    <title>Coel</title>
14
		
18
    
15
		<!-- Fichier CSS spécifique à l'application. -->
19
    <!-- Fichier CSS spécifique à l'application -->
16
		<link rel="stylesheet" type="text/css" href="Coel.css" />
20
    <link rel="stylesheet" type="text/css" href="Coel.css" />
17
		
21
    
18
		<!-- Fichier JS de configuration spécifique à l'application. -->
22
    <!-- Fichier JS de configuration spécifique à l'application -->
19
		<script type="text/javascript" language="javascript" src="config.js"></script>
23
	<script type="text/javascript" language="javascript" src="config.js"></script>
-
 
24
    
20
		
25
    <!--                                           -->
-
 
26
    <!-- This script loads your compiled module.   -->
21
		<!-- This script loads your compiled module. If you add any GWT meta tags, they must	-->
27
    <!-- If you add any GWT meta tags, they must   -->
-
 
28
    <!-- be added before this line.                -->
22
		<!-- be added before this line.															-->
29
    <!--                                           -->
23
		<script type="text/javascript" language="javascript" src="org.tela_botanica.Coel.nocache.js"></script>
30
    <script type="text/javascript" language="javascript" src="coel/coel.nocache.js"></script>
24
		
31
    
25
		<!-- Fichier CSS spécifique à GXT -->
32
    <!-- Fichier CSS spécifique à GXT -->
26
 		<link rel="stylesheet" type="text/css" href="css/ext-all.css" />
33
 	<link rel="stylesheet" type="text/css" href="gxt/css/ext-all.css" />
Line -... Line 34...
-
 
34
  </head>
27
	</head>
35
 
-
 
36
  <!--                                           -->
28
 
37
  <!-- The body can have arbitrary html, or      -->
-
 
38
  <!-- you can leave the body empty if you want  -->
29
	<!-- The body can have arbitrary html, or you can leave the body empty if you want	-->
39
  <!-- to create a completely dynamic UI.        -->
30
	<!-- to create a completely dynamic UI.												-->
40
  <!--                                           -->
31
	<body>
41
  <body>
32
		<div id="loading">
42
	<div id="loading">
33
			<div class="loading-indicator">
43
	    <div class="loading-indicator">
34
				<img src="images/default/shared/large-loading.gif" width="32" height="32" style="margin-right:8px;float:left;vertical-align:top;"/>
44
	    	<img src="images/default/shared/large-loading.gif" width="32" height="32" style="margin-right:8px;float:left;vertical-align:top;"/>
35
				COEL v1.0
45
	    	COEL v1.0
36
				<a href="http://extjs.com"></a><br />
46
	    	<a href="http://extjs.com"></a><br />
37
				<span id="loading-msg">Chargement de l'application Collections en Ligne...</span>
47
	    	<span id="loading-msg">Chargement de l'application Collections en Ligne...</span>
38
				<noscript>
48
	    	<noscript>
39
					<p>
49
		    	<p>
40
						<span class="attention">ATTENTION : </span>
50
		    		<span class="attention">ATTENTION : </span>
41
						il semblerait que le Javascript ne soit pas activé sur votre navigateur. 
51
			    	il semblerait que le Javascript ne soit pas activé sur votre navigateur. 
42
						Veuillez l'activer pour utiliser cette application.
52
			    	Veuillez l'activer pour utiliser cette application.
43
					</p>
53
	    		</p>
44
				</noscript>
54
	    	</noscript>
45
			</div>
55
	    </div>
46
		</div>
56
	</div>
-
 
57
    <!-- OPTIONAL: include this if you want history support -->
-
 
58
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
47
		<!-- OPTIONAL: include this if you want history support -->
59
    <!-- OPTIONEL: inclure la ligne ci-dessous si vous utilisez la classe org.tela_botanica.coel.util.print -->
48
		<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
60
    <iframe id="__printingFrame" style="width:0;height:0;border:0"></iframe>
49
	</body>
61
  </body>