Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 907 Rev 968
Line 13... Line 13...
13
    
13
    
14
    <!--                                           -->
14
    <!--                                           -->
15
    <!-- Any title is fine                         -->
15
    <!-- Any title is fine                         -->
16
    <!--                                           -->
16
    <!--                                           -->
17
    <title>Coel</title>
-
 
-
 
17
    <title>Coel</title>
-
 
18
    <!-- Fichier CSS spécifique à GXT -->
18
    
19
 	<link rel="stylesheet" type="text/css" href="gxt/css/gxt-all.css" />    
19
    <!-- Fichier CSS spécifique à l'application -->
20
    <!-- Fichier CSS spécifique à l'application -->
Line 20... Line 21...
20
    <link rel="stylesheet" type="text/css" href="Coel.css" />
21
    <link rel="stylesheet" type="text/css" href="Coel.css" />
21
    
22
    
Line 27... Line 28...
27
    <!-- This script loads your compiled module.   -->
28
    <!-- This script loads your compiled module.   -->
28
    <!-- If you add any GWT meta tags, they must   -->
29
    <!-- If you add any GWT meta tags, they must   -->
29
    <!-- be added before this line.                -->
30
    <!-- be added before this line.                -->
30
    <!--                                           -->
31
    <!--                                           -->
31
    <script type="text/javascript" language="javascript" src="coel/coel.nocache.js"></script>
32
    <script type="text/javascript" language="javascript" src="coel/coel.nocache.js"></script>
32
    
-
 
33
    <!-- Fichier CSS spécifique à GXT -->
-
 
34
 	<link rel="stylesheet" type="text/css" href="gxt/css/gxt-all.css" />
-
 
35
  </head>
33
  </head>
Line 36... Line 34...
36
 
34
 
37
  <!--                                           -->
35
  <!--                                           -->
38
  <!-- The body can have arbitrary html, or      -->
36
  <!-- The body can have arbitrary html, or      -->