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>
|
246 |
gduche |
26 |
<nav role="navigation" id="navigation"></nav>
|
528 |
jpm |
27 |
<div id="titre">
|
|
|
28 |
<h1>IdentiPlante</h1>
|
|
|
29 |
</div>
|
244 |
gduche |
30 |
<div id="contenu"></div>
|
528 |
jpm |
31 |
|
|
|
32 |
<!-- OPTIONAL: inclure la ligne ci-dessous si vous utilisez le supprot de l'historique du navigateur -->
|
|
|
33 |
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
|
|
|
34 |
</body>
|
|
|
35 |
</html>
|