Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 124 → Rev 125

/trunk/src/org/tela_botanica/public/Coel.html
1,52 → 1,50
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
<!-- above set at the top of the file will set -->
<!-- the browser's rendering engine into -->
<!-- "Quirks Mode". Replacing this declaration -->
<!-- above set at the top of the file will set -->
<!-- the browser's rendering engine into -->
<!-- "Quirks Mode". Replacing this declaration -->
<!-- with a "Standards Mode" doctype is supported, -->
<!-- but may lead to some differences in layout. -->
<!-- but may lead to some differences in layout. -->
 
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- -->
<!-- Any title is fine -->
<!-- -->
<title>Coel</title>
<!-- Fichier CSS spécifique à l'application -->
<link rel="stylesheet" type="text/css" href="Coel.css" />
<!-- Fichier JS de configuration spécifique à l'application -->
<script type="text/javascript" language="javascript" src="config.js"></script>
<!-- -->
<!-- This script loads your compiled module. -->
<!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<!-- -->
<script type="text/javascript" language="javascript" src="org.tela_botanica.Coel.nocache.js"></script>
<!-- Fichier CSS spécifique à GXT -->
<link rel="stylesheet" type="text/css" href="css/ext-all.css" />
</head>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- Le titre de l'application. -->
<title>Coel</title>
<!-- Fichier CSS spécifique à l'application. -->
<link rel="stylesheet" type="text/css" href="Coel.css" />
<!-- Fichier JS de configuration spécifique à l'application. -->
<script type="text/javascript" language="javascript" src="config.js"></script>
<!-- This script loads your compiled module. If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<script type="text/javascript" language="javascript" src="org.tela_botanica.Coel.nocache.js"></script>
<!-- Fichier CSS spécifique à GXT -->
<link rel="stylesheet" type="text/css" href="css/ext-all.css" />
</head>
 
<!-- -->
<!-- The body can have arbitrary html, or -->
<!-- you can leave the body empty if you want -->
<!-- to create a completely dynamic UI. -->
<!-- -->
<body>
<div id="loading">
<div class="loading-indicator">
<img src="images/default/shared/large-loading.gif" width="32" height="32" style="margin-right:8px;float:left;vertical-align:top;"/>
COEL v1.0
<a href="http://extjs.com"></a><br />
<span id="loading-msg">Chargement de l'application Collections en Ligne...</span>
</div>
</div>
<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
 
</body>
<!-- The body can have arbitrary html, or you can leave the body empty if you want -->
<!-- to create a completely dynamic UI. -->
<body>
<div id="loading">
<div class="loading-indicator">
<img src="images/default/shared/large-loading.gif" width="32" height="32" style="margin-right:8px;float:left;vertical-align:top;"/>
COEL v1.0
<a href="http://extjs.com"></a><br />
<span id="loading-msg">Chargement de l'application Collections en Ligne...</span>
<noscript>
<p>
<span class="attention">ATTENTION : </span>
il semblerait que le Javascript ne soit pas activé sur votre navigateur.
Veuillez l'activer pour utiliser cette application.
</p>
</noscript>
</div>
</div>
<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
</body>
</html>
/trunk/src/org/tela_botanica/public/Coel.php
43,10 → 43,16
COEL v1.0
<a href="http://extjs.com"></a><br />
<span id="loading-msg">Chargement de l'application Collections en Ligne...</span>
<noscript>
<p>
<span class="attention">ATTENTION : </span>
il semblerait que le Javascript ne soit pas activé sur votre navigateur.
Veuillez l'activer pour utiliser cette application.
</p>
</noscript>
</div>
</div>
<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
 
</body>
</html>
/trunk/src/org/tela_botanica/public/Coel.css
15,7 → 15,8
padding: 2px;
z-index: 20001;
height: auto;
border: 1px solid #ccc;}
border: 1px solid #ccc;
width:400px;}
#loading a {
color: #225588;}
#loading .loading-indicator {
34,7 → 35,9
/* #------------------------------------------------------------------------------------------------------# */
/* GÉNÉRAL */
/* #------------------------------------------------------------------------------------------------------# */
 
.attention {
font:bold 14px;
color:red;}
/* #------------------------------------------------------------------------------------------------------# */
/* ENTÊTE */
/* #------------------------------------------------------------------------------------------------------# */