1 |
aurelien |
1 |
<!doctype html>
|
|
|
2 |
<html>
|
528 |
jpm |
3 |
<head>
|
|
|
4 |
<title>IdentiPlante</title>
|
|
|
5 |
|
|
|
6 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
|
7 |
|
|
|
8 |
<!-- Fichier JS de configuration spécifique à l'application -->
|
|
|
9 |
<script type="text/javascript" language="javascript" src="config/config.js"></script>
|
|
|
10 |
<script type="text/javascript" language="javascript" src="config/apropos.js"></script>
|
|
|
11 |
|
|
|
12 |
<!-- Le script ci-dessous charger vos modules compilés. Ajoutez les méta-tags GWT avant cette ligne. -->
|
|
|
13 |
<script type="text/javascript" language="javascript" src="del/del.nocache.js"></script>
|
|
|
14 |
|
|
|
15 |
<link type="text/css" rel="stylesheet" href="del.css">
|
|
|
16 |
</head>
|
|
|
17 |
<!-- Le corps peut contenir du HTML ou peut rester vide si vous voulez créer une UI complêtement dynamique -->
|
|
|
18 |
<body>
|
|
|
19 |
<noscript>
|
|
|
20 |
<p style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
|
|
|
21 |
<span class="attention">ATTENTION : </span>
|
|
|
22 |
il semblerait que le Javascript ne soit pas activé sur votre navigateur.
|
|
|
23 |
Veuillez l'activer pour utiliser cette application.
|
|
|
24 |
</p>
|
|
|
25 |
</noscript>
|
1206 |
gduche |
26 |
<div id="zoneEntete">
|
|
|
27 |
|
|
|
28 |
</div>
|
|
|
29 |
|
1183 |
gduche |
30 |
<div id="main">
|
1188 |
gduche |
31 |
<div id="zoneTitre"></div>
|
1183 |
gduche |
32 |
<div id="zoneLiens"></div>
|
528 |
jpm |
33 |
</div>
|
244 |
gduche |
34 |
<div id="contenu"></div>
|
528 |
jpm |
35 |
|
|
|
36 |
<!-- OPTIONAL: inclure la ligne ci-dessous si vous utilisez le supprot de l'historique du navigateur -->
|
|
|
37 |
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
|
1208 |
gduche |
38 |
<div id="zoneFooter"><br /><hr />Projet financé par : <br /><br />
|
1204 |
gduche |
39 |
<a class="logo_ue" href="http://europa.eu/index_fr.htm" target="_blank"></a>
|
|
|
40 |
<a class="logo_lr" href="http://www.laregion.fr/" target="_blank"></a>
|
|
|
41 |
<a class="logo_nd" href="http://www.fondation-natureetdecouvertes.com/" target="_blank"></a>
|
|
|
42 |
</div>
|
528 |
jpm |
43 |
</body>
|
|
|
44 |
</html>
|