Subversion Repositories eFlore/Applications.coel

Rev

Rev 125 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
10 jpm 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
125 jpm 3
<!-- above set at the top of the file will set		 -->
4
<!-- the browser's rendering engine into					 -->
5
<!-- "Quirks Mode". Replacing this declaration		 -->
10 jpm 6
<!-- with a "Standards Mode" doctype is supported, -->
125 jpm 7
<!-- but may lead to some differences in layout.	 -->
10 jpm 8
 
9
<html>
125 jpm 10
	<head>
11
		<meta http-equiv="content-type" content="text/html; charset=UTF-8">
12
		<!-- Le titre de l'application. -->
13
		<title>Coel</title>
14
 
15
		<!-- Fichier CSS spécifique à l'application. -->
16
		<link rel="stylesheet" type="text/css" href="Coel.css" />
17
 
18
		<!-- Fichier JS de configuration spécifique à l'application. -->
19
		<script type="text/javascript" language="javascript" src="config.js"></script>
20
 
21
		<!-- This script loads your compiled module. If you add any GWT meta tags, they must	-->
22
		<!-- be added before this line.															-->
23
		<script type="text/javascript" language="javascript" src="org.tela_botanica.Coel.nocache.js"></script>
24
 
25
		<!-- Fichier CSS spécifique à GXT -->
26
 		<link rel="stylesheet" type="text/css" href="css/ext-all.css" />
27
	</head>
10 jpm 28
 
125 jpm 29
	<!-- The body can have arbitrary html, or you can leave the body empty if you want	-->
30
	<!-- to create a completely dynamic UI.												-->
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>
39
					<p>
40
						<span class="attention">ATTENTION : </span>
41
						il semblerait que le Javascript ne soit pas activé sur votre navigateur.
42
						Veuillez l'activer pour utiliser cette application.
43
					</p>
44
				</noscript>
45
			</div>
46
		</div>
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>
49
	</body>
60 jpm 50
</html>