Subversion Repositories eFlore/Applications.coel

Rev

Rev 125 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!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           -->
<!-- with a "Standards Mode" doctype is supported, -->
<!-- but may lead to some differences in layout.         -->

<html>
        <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>
                                <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>