Line 1... |
Line 1... |
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2 |
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
|
2 |
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
|
3 |
<!-- above set at the top of the file will set -->
|
3 |
<!-- above set at the top of the file will set -->
|
4 |
<!-- the browser's rendering engine into -->
|
4 |
<!-- the browser's rendering engine into -->
|
5 |
<!-- "Quirks Mode". Replacing this declaration -->
|
5 |
<!-- "Quirks Mode". Replacing this declaration -->
|
6 |
<!-- with a "Standards Mode" doctype is supported, -->
|
6 |
<!-- with a "Standards Mode" doctype is supported, -->
|
7 |
<!-- but may lead to some differences in layout. -->
|
7 |
<!-- but may lead to some differences in layout. -->
|
Line 8... |
Line 8... |
8 |
|
8 |
|
9 |
<html>
|
9 |
<html>
|
10 |
<head>
|
10 |
<head>
|
11 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
- |
|
12 |
<!-- -->
|
11 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
13 |
<!-- Any title is fine -->
|
- |
|
14 |
<!-- -->
|
12 |
<!-- Le titre de l'application. -->
|
15 |
<title>Coel</title>
|
13 |
<title>Coel</title>
|
16 |
|
14 |
|
17 |
<!-- Fichier CSS spécifique à l'application -->
|
15 |
<!-- Fichier CSS spécifique à l'application. -->
|
18 |
<link rel="stylesheet" type="text/css" href="Coel.css" />
|
16 |
<link rel="stylesheet" type="text/css" href="Coel.css" />
|
19 |
|
17 |
|
20 |
<!-- Fichier JS de configuration spécifique à l'application -->
|
18 |
<!-- Fichier JS de configuration spécifique à l'application. -->
|
21 |
<script type="text/javascript" language="javascript" src="config.js"></script>
|
19 |
<script type="text/javascript" language="javascript" src="config.js"></script>
|
22 |
|
- |
|
23 |
<!-- -->
|
20 |
|
24 |
<!-- This script loads your compiled module. -->
|
- |
|
25 |
<!-- If you add any GWT meta tags, they must -->
|
21 |
<!-- This script loads your compiled module. If you add any GWT meta tags, they must -->
|
26 |
<!-- be added before this line. -->
|
- |
|
27 |
<!-- -->
|
22 |
<!-- be added before this line. -->
|
28 |
<script type="text/javascript" language="javascript" src="org.tela_botanica.Coel.nocache.js"></script>
|
23 |
<script type="text/javascript" language="javascript" src="org.tela_botanica.Coel.nocache.js"></script>
|
29 |
|
24 |
|
30 |
<!-- Fichier CSS spécifique à GXT -->
|
25 |
<!-- Fichier CSS spécifique à GXT -->
|
31 |
<link rel="stylesheet" type="text/css" href="css/ext-all.css" />
|
26 |
<link rel="stylesheet" type="text/css" href="css/ext-all.css" />
|
Line 32... |
Line -... |
32 |
</head>
|
- |
|
33 |
|
27 |
</head>
|
34 |
<!-- -->
|
- |
|
35 |
<!-- The body can have arbitrary html, or -->
|
28 |
|
36 |
<!-- you can leave the body empty if you want -->
|
- |
|
37 |
<!-- to create a completely dynamic UI. -->
|
29 |
<!-- The body can have arbitrary html, or you can leave the body empty if you want -->
|
38 |
<!-- -->
|
30 |
<!-- to create a completely dynamic UI. -->
|
39 |
<body>
|
31 |
<body>
|
40 |
<div id="loading">
|
32 |
<div id="loading">
|
41 |
<div class="loading-indicator">
|
33 |
<div class="loading-indicator">
|
42 |
<img src="images/default/shared/large-loading.gif" width="32" height="32" style="margin-right:8px;float:left;vertical-align:top;"/>
|
34 |
<img src="images/default/shared/large-loading.gif" width="32" height="32" style="margin-right:8px;float:left;vertical-align:top;"/>
|
43 |
COEL v1.0
|
35 |
COEL v1.0
|
- |
|
36 |
<a href="http://extjs.com"></a><br />
|
- |
|
37 |
<span id="loading-msg">Chargement de l'application Collections en Ligne...</span>
|
- |
|
38 |
<noscript>
|
- |
|
39 |
<p>
|
- |
|
40 |
<span class="attention">ATTENTION : </span>
|
- |
|
41 |
il semblerait que le Javascript ne soit pas activé sur votre navigateur.
|
- |
|
42 |
Veuillez l'activer pour utiliser cette application.
|
44 |
<a href="http://extjs.com"></a><br />
|
43 |
</p>
|
45 |
<span id="loading-msg">Chargement de l'application Collections en Ligne...</span>
|
44 |
</noscript>
|
46 |
</div>
|
45 |
</div>
|
47 |
</div>
|
46 |
</div>
|
48 |
<!-- OPTIONAL: include this if you want history support -->
|
- |
|
49 |
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
|
47 |
<!-- OPTIONAL: include this if you want history support -->
|
50 |
|
48 |
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
|
51 |
</body>
|
49 |
</body>
|