Subversion Repositories eFlore/Applications.coel

Rev

Rev 1135 | 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>
968 jpm 18
    <!-- Fichier CSS spécifique à GXT -->
19
 	<link rel="stylesheet" type="text/css" href="gxt/css/gxt-all.css" />
480 jp_milcent 20
    <!-- Fichier CSS spécifique à l'application -->
21
    <link rel="stylesheet" type="text/css" href="Coel.css" />
22
 
23
    <!-- Fichier JS de configuration spécifique à l'application -->
24
	<script type="text/javascript" language="javascript" src="config.js"></script>
907 jpm 25
	<script type="text/javascript" language="javascript" src="apropos.js"></script>
480 jp_milcent 26
 
27
    <!--                                           -->
28
    <!-- This script loads your compiled module.   -->
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>
33
  </head>
10 jpm 34
 
480 jp_milcent 35
  <!--                                           -->
36
  <!-- The body can have arbitrary html, or      -->
37
  <!-- you can leave the body empty if you want  -->
38
  <!-- to create a completely dynamic UI.        -->
39
  <!--                                           -->
40
  <body>
41
	<div id="loading">
42
	    <div class="loading-indicator">
610 jp_milcent 43
	    	<img src="images/large-loading.gif" width="32" height="32" style="margin-right:8px;float:left;vertical-align:top;"/>
480 jp_milcent 44
	    	COEL v1.0
45
	    	<a href="http://extjs.com"></a><br />
46
	    	<span id="loading-msg">Chargement de l'application Collections en Ligne...</span>
47
	    	<noscript>
48
		    	<p>
49
		    		<span class="attention">ATTENTION : </span>
50
			    	il semblerait que le Javascript ne soit pas activé sur votre navigateur.
51
			    	Veuillez l'activer pour utiliser cette application.
52
	    		</p>
53
	    	</noscript>
54
	    </div>
55
	</div>
56
    <!-- OPTIONAL: include this if you want history support -->
57
    <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 -->
59
    <iframe id="__printingFrame" style="width:0;height:0;border:0"></iframe>
60
  </body>
60 jpm 61
</html>