Subversion Repositories eFlore/Applications.coel

Rev

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

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