Subversion Repositories eFlore/Applications.coel

Rev

Rev 610 | Rev 968 | 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>
907 jpm 24
	<script type="text/javascript" language="javascript" src="apropos.js"></script>
480 jp_milcent 25
 
26
    <!--                                           -->
27
    <!-- This script loads your compiled module.   -->
28
    <!-- If you add any GWT meta tags, they must   -->
29
    <!-- be added before this line.                -->
30
    <!--                                           -->
31
    <script type="text/javascript" language="javascript" src="coel/coel.nocache.js"></script>
32
 
33
    <!-- Fichier CSS spécifique à GXT -->
511 jp_milcent 34
 	<link rel="stylesheet" type="text/css" href="gxt/css/gxt-all.css" />
480 jp_milcent 35
  </head>
10 jpm 36
 
480 jp_milcent 37
  <!--                                           -->
38
  <!-- The body can have arbitrary html, or      -->
39
  <!-- you can leave the body empty if you want  -->
40
  <!-- to create a completely dynamic UI.        -->
41
  <!--                                           -->
42
  <body>
43
	<div id="loading">
44
	    <div class="loading-indicator">
610 jp_milcent 45
	    	<img src="images/large-loading.gif" width="32" height="32" style="margin-right:8px;float:left;vertical-align:top;"/>
480 jp_milcent 46
	    	COEL v1.0
47
	    	<a href="http://extjs.com"></a><br />
48
	    	<span id="loading-msg">Chargement de l'application Collections en Ligne...</span>
49
	    	<noscript>
50
		    	<p>
51
		    		<span class="attention">ATTENTION : </span>
52
			    	il semblerait que le Javascript ne soit pas activé sur votre navigateur.
53
			    	Veuillez l'activer pour utiliser cette application.
54
	    		</p>
55
	    	</noscript>
56
	    </div>
57
	</div>
58
    <!-- OPTIONAL: include this if you want history support -->
59
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
60
    <!-- OPTIONEL: inclure la ligne ci-dessous si vous utilisez la classe org.tela_botanica.coel.util.print -->
61
    <iframe id="__printingFrame" style="width:0;height:0;border:0"></iframe>
62
  </body>
60 jpm 63
</html>