Subversion Repositories eFlore/Applications.coel

Rev

Rev 10 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 49
Line 12... Line 12...
12
    <!--                                           -->
12
    <!--                                           -->
13
    <!-- Any title is fine                         -->
13
    <!-- Any title is fine                         -->
14
    <!--                                           -->
14
    <!--                                           -->
15
    <title>Coel</title>
15
    <title>Coel</title>
Line -... Line 16...
-
 
16
    
-
 
17
    <!-- Fichier CSS spécifique à l'application -->
-
 
18
    <link rel="stylesheet" type="text/css" href="Coel.css" />
16
    
19
    
17
    <!--                                           -->
20
    <!--                                           -->
18
    <!-- This script loads your compiled module.   -->
21
    <!-- This script loads your compiled module.   -->
19
    <!-- If you add any GWT meta tags, they must   -->
22
    <!-- If you add any GWT meta tags, they must   -->
20
    <!-- be added before this line.                -->
23
    <!-- be added before this line.                -->
21
    <!--                                           -->
24
    <!--                                           -->
-
 
25
    <script type="text/javascript" language="javascript" src="org.tela_botanica.Coel.nocache.js"></script>
22
    <script type="text/javascript" language="javascript" src="org.tela_botanica.Coel.nocache.js"></script>
26
    <link rel="stylesheet" type="text/css" href="css/ext-all.css" />
Line 23... Line 27...
23
  </head>
27
  </head>
24
 
28
 
25
  <!--                                           -->
29
  <!--                                           -->
26
  <!-- The body can have arbitrary html, or      -->
30
  <!-- The body can have arbitrary html, or      -->
27
  <!-- you can leave the body empty if you want  -->
31
  <!-- you can leave the body empty if you want  -->
28
  <!-- to create a completely dynamic UI.        -->
32
  <!-- to create a completely dynamic UI.        -->
-
 
33
  <!--                                           -->
-
 
34
  <body>
-
 
35
	<div id="loading">
-
 
36
	    <div class="loading-indicator">
-
 
37
	    	<img src="images/default/shared/large-loading.gif" width="32" height="32" style="margin-right:8px;float:left;vertical-align:top;"/>
-
 
38
	    	COEL v1.0
-
 
39
	    	<a href="http://extjs.com"></a><br />
29
  <!--                                           -->
40
	    	<span id="loading-msg">Chargement de l'application Collections en Ligne...</span>
30
  <body>
41
	    </div>
31
 
42
	</div>
Line 32... Line 43...
32
    <!-- OPTIONAL: include this if you want history support -->
43
    <!-- OPTIONAL: include this if you want history support -->
33
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
44
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>