Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 968 Rev 1388
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">
13
    
7
 
14
    <!--                                           -->
-
 
15
    <!-- Any title is fine                         -->
-
 
16
    <!--                                           -->
-
 
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 -->
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 -->
24
	<script type="text/javascript" language="javascript" src="config.js"></script>
15
		<script type="text/javascript" language="javascript" src="config.js"></script>
25
	<script type="text/javascript" language="javascript" src="apropos.js"></script>
16
		<script type="text/javascript" language="javascript" src="apropos.js"></script>
26
    
17
 
27
    <!--                                           -->
-
 
28
    <!-- This script loads your compiled module.   -->
18
		<!-- Le script ci-dessous charger vos modules compilés. Ajoutez les méta-tags GWT avant cette ligne. -->
29
    <!-- If you add any GWT meta tags, they must   -->
-
 
30
    <!-- be added before this line.                -->
-
 
31
    <!--                                           -->
-
 
32
    <script type="text/javascript" language="javascript" src="coel/coel.nocache.js"></script>
19
		<script type="text/javascript" language="javascript" src="coel/coel.nocache.js"></script>
33
  </head>
20
	</head>
Line 34... Line -...
34
 
-
 
35
  <!--                                           -->
-
 
36
  <!-- The body can have arbitrary html, or      -->
-
 
37
  <!-- you can leave the body empty if you want  -->
21
 
38
  <!-- to create a completely dynamic UI.        -->
-
 
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">
24
		<div id="loading">
42
	    <div class="loading-indicator">
25
			<div class="loading-indicator">
43
	    	<img src="images/large-loading.gif" width="32" height="32" style="margin-right:8px;float:left;vertical-align:top;"/>
26
				<img src="images/large-loading.gif" width="32" height="32" style="margin-right:8px;float:left;vertical-align:top;"/>
44
	    	COEL v1.0
-
 
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 -->
59
    <iframe id="__printingFrame" style="width:0;height:0;border:0"></iframe>
41
		<iframe id="__printingFrame" style="width:0;height:0;border:0"></iframe>
60
  </body>
42
	</body>
61
</html>
43
</html>