Subversion Repositories eFlore/Applications.coel

Rev

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