Subversion Repositories eFlore/Applications.coel

Rev

Rev 49 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
10 jpm 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
3
<!-- above set at the top of the file will set     -->
4
<!-- the browser's rendering engine into           -->
5
<!-- "Quirks Mode". Replacing this declaration     -->
6
<!-- with a "Standards Mode" doctype is supported, -->
7
<!-- but may lead to some differences in layout.   -->
8
 
9
<html>
10
  <head>
11
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
12
    <!--                                           -->
13
    <!-- Any title is fine                         -->
14
    <!--                                           -->
15
    <title>Coel</title>
16
 
17
    <!--                                           -->
18
    <!-- This script loads your compiled module.   -->
19
    <!-- If you add any GWT meta tags, they must   -->
20
    <!-- be added before this line.                -->
21
    <!--                                           -->
22
    <script type="text/javascript" language="javascript" src="org.tela_botanica.Coel.nocache.js"></script>
23
  </head>
24
 
25
  <!--                                           -->
26
  <!-- The body can have arbitrary html, or      -->
27
  <!-- you can leave the body empty if you want  -->
28
  <!-- to create a completely dynamic UI.        -->
29
  <!--                                           -->
30
  <body>
31
 
32
    <!-- 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>
34
 
35
  </body>
36
</html>