Subversion Repositories eFlore/Applications.coel

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
60 jpm 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
3
<!-- above set at the top of the file will set     -->
4
<!-- the browser's rendering engine into           -->
5
<!-- "Quirks Mode". Replacing this declaration     -->
6
<!-- with a "Standards Mode" doctype is supported, -->
7
<!-- but may lead to some differences in layout.   -->
8
 
9
<html>
10
  <head>
11
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
323 gduche 12
    <meta name="gwt:property" content="locale=fr">
13
 
60 jpm 14
    <!--                                           -->
15
    <!-- Any title is fine                         -->
16
    <!--                                           -->
17
    <title>Coel<?php echo ' - PHP v'.phpversion();?></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="org.tela_botanica.Coel.nocache.js"></script>
31
 
32
    <!-- Fichier CSS spécifique à GXT -->
33
 	<link rel="stylesheet" type="text/css" href="css/ext-all.css" />
34
  </head>
35
 
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>
125 jpm 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>
60 jpm 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>
309 jp_milcent 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>
60 jpm 61
  </body>
62
</html>