Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 49 Rev 60
Line 15... Line 15...
15
    <title>Coel</title>
15
    <title>Coel</title>
Line 16... Line 16...
16
    
16
    
17
    <!-- Fichier CSS spécifique à l'application -->
17
    <!-- Fichier CSS spécifique à l'application -->
Line -... Line 18...
-
 
18
    <link rel="stylesheet" type="text/css" href="Coel.css" />
-
 
19
    
-
 
20
    <!-- Fichier JS de configuration spécifique à l'application -->
18
    <link rel="stylesheet" type="text/css" href="Coel.css" />
21
	<script type="text/javascript" language="javascript" src="config.js"></script>
19
    
22
    
20
    <!--                                           -->
23
    <!--                                           -->
21
    <!-- This script loads your compiled module.   -->
24
    <!-- This script loads your compiled module.   -->
22
    <!-- If you add any GWT meta tags, they must   -->
25
    <!-- If you add any GWT meta tags, they must   -->
23
    <!-- be added before this line.                -->
26
    <!-- be added before this line.                -->
-
 
27
    <!--                                           -->
-
 
28
    <script type="text/javascript" language="javascript" src="org.tela_botanica.Coel.nocache.js"></script>
24
    <!--                                           -->
29
    
25
    <script type="text/javascript" language="javascript" src="org.tela_botanica.Coel.nocache.js"></script>
30
    <!-- Fichier CSS spécifique à GXT -->
Line 26... Line 31...
26
    <link rel="stylesheet" type="text/css" href="css/ext-all.css" />
31
 	<link rel="stylesheet" type="text/css" href="css/ext-all.css" />
27
  </head>
32
  </head>
28
 
33
 
Line 42... Line 47...
42
	</div>
47
	</div>
43
    <!-- OPTIONAL: include this if you want history support -->
48
    <!-- OPTIONAL: include this if you want history support -->
44
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
49
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
Line 45... Line 50...
45
 
50
 
46
  </body>
51
  </body>
47
</html>
52
</html>