1705 |
raphael |
1 |
<!doctype html>
|
1388 |
jpm |
2 |
<!-- Garder la déclaration HTML 4.01 Transitional DOCTYPE car la standard peut engendrer des différences d'affichage. -->
|
10 |
jpm |
3 |
<html>
|
1388 |
jpm |
4 |
<head>
|
|
|
5 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
1841 |
mathias |
6 |
|
|
|
7 |
<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
|
|
|
8 |
<meta property="og:type" content="website" />
|
|
|
9 |
<meta property="og:title" content="Collections en Ligne" />
|
|
|
10 |
<meta property="og:site_name" content="Tela Botanica" />
|
|
|
11 |
<meta property="og:description" content="Recensement interactif des herbiers" />
|
|
|
12 |
<meta property="og:image" content="http://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />
|
|
|
13 |
<meta property="og:image:type" content="image/png" />
|
|
|
14 |
<meta property="og:image:width" content="256" />
|
|
|
15 |
<meta property="og:image:height" content="256" />
|
|
|
16 |
<meta property="og:locale" content="fr_FR" />
|
|
|
17 |
|
1388 |
jpm |
18 |
<meta name="gwt:property" content="locale=fr">
|
10 |
jpm |
19 |
|
1388 |
jpm |
20 |
<title>Coel</title>
|
|
|
21 |
<!-- Fichier CSS spécifique à GXT -->
|
|
|
22 |
<link rel="stylesheet" type="text/css" href="gxt/css/gxt-all.css" />
|
|
|
23 |
<!-- Fichier CSS spécifique à l'application -->
|
|
|
24 |
<link rel="stylesheet" type="text/css" href="Coel.css" />
|
|
|
25 |
|
|
|
26 |
<!-- Fichier JS de configuration spécifique à l'application -->
|
1549 |
jpm |
27 |
<script type="text/javascript" language="javascript" src="config/config.js"></script>
|
|
|
28 |
<script type="text/javascript" language="javascript" src="config/apropos.js"></script>
|
1388 |
jpm |
29 |
|
|
|
30 |
<!-- Le script ci-dessous charger vos modules compilés. Ajoutez les méta-tags GWT avant cette ligne. -->
|
|
|
31 |
<script type="text/javascript" language="javascript" src="coel/coel.nocache.js"></script>
|
1814 |
mathias |
32 |
|
|
|
33 |
<!-- Grogle Analytics -->
|
|
|
34 |
<script>
|
|
|
35 |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
36 |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
37 |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
38 |
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
39 |
ga('create', 'UA-57885-3', 'auto');
|
|
|
40 |
ga('send', 'pageview');
|
|
|
41 |
</script>
|
1388 |
jpm |
42 |
</head>
|
|
|
43 |
|
|
|
44 |
<!-- Le corps peut contenir du HTML ou peut rester vide si vous voulez créer une UI complêtement dynamique -->
|
|
|
45 |
<body>
|
|
|
46 |
<div id="loading">
|
|
|
47 |
<div class="loading-indicator">
|
|
|
48 |
<img src="images/large-loading.gif" width="32" height="32" style="margin-right:8px;float:left;vertical-align:top;"/>
|
1417 |
jpm |
49 |
<script type="text/javascript" language="javascript">document.write(apropos.appliCode+' v'+apropos.appliVersionCode+' - '+apropos.appliVersionNom);</script><br />
|
1422 |
jpm |
50 |
<span id="loading-msg">Chargement de l'application <script type="text/javascript" language="javascript">document.write(apropos.appliNom);</script>...</span>
|
1388 |
jpm |
51 |
<noscript>
|
|
|
52 |
<p>
|
|
|
53 |
<span class="attention">ATTENTION : </span>
|
|
|
54 |
il semblerait que le Javascript ne soit pas activé sur votre navigateur.
|
|
|
55 |
Veuillez l'activer pour utiliser cette application.
|
|
|
56 |
</p>
|
|
|
57 |
</noscript>
|
|
|
58 |
</div>
|
|
|
59 |
</div>
|
|
|
60 |
<!-- OPTIONAL: inclure la ligne ci-dessous si vous utilisez le supprot de l'historique du navigateur -->
|
|
|
61 |
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
|
|
|
62 |
<!-- OPTIONEL: inclure la ligne ci-dessous si vous utilisez la classe org.tela_botanica.coel.util.print -->
|
|
|
63 |
<iframe id="__printingFrame" style="width:0;height:0;border:0"></iframe>
|
|
|
64 |
</body>
|
1705 |
raphael |
65 |
</html>
|