328 |
aurelien |
1 |
|
|
|
2 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
|
3 |
"http://www.w3.org/TR/html4/loose.dtd">
|
|
|
4 |
|
|
|
5 |
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
|
|
|
6 |
<!-- above set at the top of the file will set -->
|
|
|
7 |
<!-- the browser's rendering engine into -->
|
|
|
8 |
<!-- "Standards Mode", which gives better cross -->
|
|
|
9 |
<!-- browser compatibility to the application. -->
|
|
|
10 |
<!-- Omitting this line leaves most browsers in -->
|
|
|
11 |
<!-- "Quirks mode", emulating the bugs in older -->
|
|
|
12 |
<!-- browser versions. -->
|
|
|
13 |
|
|
|
14 |
<html>
|
|
|
15 |
<head>
|
|
|
16 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
|
17 |
<!-- -->
|
|
|
18 |
<!-- Any title is fine -->
|
|
|
19 |
<!-- -->
|
2547 |
aurelien |
20 |
<title>CEL - v2.9 Motobineuse</title>
|
2519 |
mathias |
21 |
|
|
|
22 |
<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
|
|
|
23 |
<meta property="og:type" content="website" />
|
|
|
24 |
<meta property="og:title" content="Carnet en Ligne" />
|
|
|
25 |
<meta property="og:site_name" content="Tela Botanica" />
|
|
|
26 |
<meta property="og:description" content="Saisissez, gérez et partagez vos observations botaniques grâce au Carnet en Ligne, l'équivalent numérique de votre carnet de terrain" />
|
|
|
27 |
<meta property="og:image" content="http://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />
|
|
|
28 |
<meta property="og:image:type" content="image/png" />
|
|
|
29 |
<meta property="og:image:width" content="256" />
|
|
|
30 |
<meta property="og:image:height" content="256" />
|
|
|
31 |
<meta property="og:locale" content="fr_FR" />
|
328 |
aurelien |
32 |
|
|
|
33 |
<!-- -->
|
|
|
34 |
<!-- This script loads your compiled module. -->
|
|
|
35 |
<!-- If you add any GWT meta tags, they must -->
|
|
|
36 |
<!-- be added before this line. -->
|
433 |
aurelien |
37 |
|
344 |
aurelien |
38 |
<link rel="stylesheet" href="org.tela_botanica.cel2/js/ext/resources/css/ext-all.css" />
|
|
|
39 |
<script type="text/javascript" language="javascript" src="org.tela_botanica.cel2/js/ext/adapter/ext/ext-base.js" /></script>
|
|
|
40 |
<script type="text/javascript" language="javascript" src="org.tela_botanica.cel2/js/ext/ext-all.js" /></script>
|
|
|
41 |
<script type="text/javascript" language="javascript" src="org.tela_botanica.cel2/js/UploadDialog/Ext.ux.UploadDialog.packed.js" /></script>
|
328 |
aurelien |
42 |
<script type="text/javascript" language="javascript" src="config.js"></script>
|
998 |
aurelien |
43 |
<script type="text/javascript" language="javascript" src="traductionMetadonnees.js"></script>
|
328 |
aurelien |
44 |
<script type="text/javascript" language="javascript" src="org.tela_botanica.cel2/org.tela_botanica.cel2.nocache.js"></script>
|
|
|
45 |
|
|
|
46 |
<link rel="stylesheet" href="cel2.css">
|
|
|
47 |
<link rel="stylesheet" href="GwtExt.css">
|
|
|
48 |
</head>
|
|
|
49 |
|
|
|
50 |
<!-- -->
|
|
|
51 |
<!-- The body can have arbitrary html, or -->
|
|
|
52 |
<!-- you can leave the body empty if you want -->
|
|
|
53 |
<!-- to create a completely dynamic UI. -->
|
|
|
54 |
<!-- -->
|
331 |
aurelien |
55 |
<body>
|
328 |
aurelien |
56 |
|
|
|
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 |
|
|
|
60 |
<!--add loading indicator while the app is being loaded-->
|
644 |
aurelien |
61 |
<div id="loading">
|
|
|
62 |
<img src="splash_screen.png" />
|
|
|
63 |
</div>
|
328 |
aurelien |
64 |
</body>
|
1839 |
raphael |
65 |
</html>
|