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