Subversion Repositories eFlore/Applications.coel

Rev

Rev 1383 | Rev 1390 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1383 Rev 1386
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
<!-- Garder la déclaration HTML 4.01 Transitional DOCTYPE car la standard peut engendrer des différences d'affichage. -->
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>
3
<html>
10
  <head>
4
	<head>
11
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
5
		<meta http-equiv="content-type" content="text/html; charset=UTF-8">
12
    <meta name="gwt:property" content="locale=fr">
6
		<meta name="gwt:property" content="locale=fr">
Line 13... Line -...
13
    
-
 
14
    <!--                                           -->
-
 
15
    <!-- Any title is fine                         -->
-
 
16
    <!--                                           -->
7
 
17
    <title>Coel</title>
8
		<title>Coel</title>
18
    <!-- Fichier CSS spécifique à GXT -->
9
		<!-- Fichier CSS spécifique à GXT -->
19
 	<link rel="stylesheet" type="text/css" href="gxt/css/gxt-all.css" />    
10
		<link rel="stylesheet" type="text/css" href="gxt/css/gxt-all.css" />
20
    <!-- Fichier CSS spécifique à l'application -->
11
		<!-- Fichier CSS spécifique à l'application -->
Line 21... Line 12...
21
    <link rel="stylesheet" type="text/css" href="Coel.css" />
12
		<link rel="stylesheet" type="text/css" href="Coel.css" />
22
    
13
 
23
    <!-- Fichier JS de configuration spécifique à l'application -->
14
		<!-- Fichier JS de configuration spécifique à l'application -->
Line 24... Line -...
24
	<script type="text/javascript" language="javascript" src="config.js"></script>
-
 
25
	<script type="text/javascript" language="javascript" src="apropos.js"></script>
15
		<script type="text/javascript" language="javascript" src="config.js"></script>
26
    
-
 
27
    <!--                                           -->
-
 
28
    <!-- This script loads your compiled module.   -->
-
 
29
    <!-- If you add any GWT meta tags, they must   -->
16
		<script type="text/javascript" language="javascript" src="apropos.js"></script>
30
    <!-- be added before this line.                -->
17
 
Line 31... Line -...
31
    <!--                                           -->
-
 
32
    <script type="text/javascript" language="javascript" src="coel/coel.nocache.js"></script>
-
 
33
  </head>
-
 
34
 
18
		<!-- Le script ci-dessous charger vos modules compilés. Ajoutez les méta-tags GWT avant cette ligne. -->
35
  <!--                                           -->
-
 
36
  <!-- The body can have arbitrary html, or      -->
19
		<script type="text/javascript" language="javascript" src="coel/coel.nocache.js"></script>
37
  <!-- you can leave the body empty if you want  -->
20
	</head>
38
  <!-- to create a completely dynamic UI.        -->
21
 
39
  <!--                                           -->
22
	<!-- Le corps peut contenir du HTML ou peut rester vide si vous voulez créer une UI complêtement dynamique -->
40
  <body>
23
	<body>
41
	<div id="loading">
-
 
42
	    <div class="loading-indicator">
24
		<div id="loading">
43
	    	<img src="images/large-loading.gif" width="32" height="32" style="margin-right:8px;float:left;vertical-align:top;"/>
25
			<div class="loading-indicator">
44
	    	COEL v1.0
26
				<img src="images/large-loading.gif" width="32" height="32" style="margin-right:8px;float:left;vertical-align:top;"/>
45
	    	<a href="http://extjs.com"></a><br />
27
				COEL v1.0
46
	    	<span id="loading-msg">Chargement de l'application Collections en Ligne...</span>
28
				<span id="loading-msg">Chargement de l'application Collections en Ligne...</span>
47
	    	<noscript>
29
				<noscript>
48
		    	<p>
30
					<p>
49
		    		<span class="attention">ATTENTION : </span>
31
						<span class="attention">ATTENTION : </span>
50
			    	il semblerait que le Javascript ne soit pas activé sur votre navigateur. 
32
						il semblerait que le Javascript ne soit pas activé sur votre navigateur. 
51
			    	Veuillez l'activer pour utiliser cette application.
33
						Veuillez l'activer pour utiliser cette application.
52
	    		</p>
34
					</p>
53
	    	</noscript>
35
				</noscript>
54
	    </div>
36
			</div>
55
	</div>
37
		</div>
56
    <!-- OPTIONAL: include this if you want history support -->
38
		<!-- OPTIONAL: inclure la ligne ci-dessous si vous utilisez le supprot de l'historique du navigateur -->
57
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
39
		<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
58
    <!-- OPTIONEL: inclure la ligne ci-dessous si vous utilisez la classe org.tela_botanica.coel.util.print -->
40
		<!-- OPTIONEL: inclure la ligne ci-dessous si vous utilisez la classe org.tela_botanica.coel.util.print -->