Subversion Repositories eFlore/Applications.cel

Rev

Rev 265 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 aperonnet 1
 
2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
3
"http://www.w3.org/TR/html4/loose.dtd">
4
 
5
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
6
<!-- above set at the top of the file will set     -->
7
<!-- the browser's rendering engine into           -->
8
<!-- "Standards Mode", which gives better cross    -->
9
<!-- browser compatibility to the application.     -->
10
<!-- Omitting this line leaves most browsers in    -->
11
<!-- "Quirks mode", emulating the bugs in older    -->
12
<!-- browser versions.                             -->
13
 
14
<html>
15
  <head>
16
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
17
    <!--                                           -->
18
    <!-- Any title is fine                         -->
19
    <!--                                           -->
20
    <title>cel2</title>
21
 
22
    <!--                                           -->
23
    <!-- This script loads your compiled module.   -->
24
    <!-- If you add any GWT meta tags, they must   -->
25
    <!-- be added before this line.                -->
26
    <!--                                           -->
27
    <script type="text/javascript" language="javascript" src="config.js"></script>
278 aurelien 28
    <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;sensor=true&amp;key=ABQIAAAADBUAHF9l14gI02QVAbUYJBRqPsByHDhzHLE0yoC9hASLZaFmoRT4_9Zkiscf-BaH_gEy7DVHX5BxwQ" type="text/javascript"></script>
29
 
2 aperonnet 30
    <script type="text/javascript" language="javascript" src="org.tela_botanica.cel2.nocache.js"></script>
31
  </head>
32
 
33
  <!--                                           -->
34
  <!-- The body can have arbitrary html, or      -->
35
  <!-- you can leave the body empty if you want  -->
36
  <!-- to create a completely dynamic UI.        -->
37
  <!--                                           -->
201 david 38
  <body onload="Ext.EventManager.fireResize()">
2 aperonnet 39
 
40
    <!-- OPTIONAL: include this if you want history support -->
41
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
42
 
43
  </body>
44
</html>