Subversion Repositories eFlore/Applications.del

Rev

Rev 244 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 244 Rev 246
1
<!doctype html>
1
<!doctype html>
2
<!-- The DOCTYPE declaration above will set the    -->
2
<!-- The DOCTYPE declaration above will set the    -->
3
<!-- browser's rendering engine into               -->
3
<!-- browser's rendering engine into               -->
4
<!-- "Standards Mode". Replacing this declaration  -->
4
<!-- "Standards Mode". Replacing this declaration  -->
5
<!-- with a "Quirks Mode" doctype may lead to some -->
5
<!-- with a "Quirks Mode" doctype may lead to some -->
6
<!-- differences in layout.                        -->
6
<!-- differences in layout.                        -->
7
 
7
 
8
<html>
8
<html>
9
  <head>
9
  <head>
10
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
10
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
11
 
11
 
12
    <!--                                                               -->
12
    <!--                                                               -->
13
    <!-- Consider inlining CSS to reduce the number of requested files -->
13
    <!-- Consider inlining CSS to reduce the number of requested files -->
14
    <!--                                                               -->
14
    <!--                                                               -->
15
    <link type="text/css" rel="stylesheet" href="del.css">
15
    <link type="text/css" rel="stylesheet" href="del.css">
16
 
16
 
17
    <!--                                           -->
17
    <!--                                           -->
18
    <!-- Any title is fine                         -->
18
    <!-- Any title is fine                         -->
19
    <!--                                           -->
19
    <!--                                           -->
20
    <title>IdentiPlante</title>
20
    <title>IdentiPlante</title>
21
    
21
    
22
    <!--                                           -->
22
    <!--                                           -->
23
    <!-- This script loads your compiled module.   -->
23
    <!-- This script loads your compiled module.   -->
24
    <!-- If you add any GWT meta tags, they must   -->
24
    <!-- If you add any GWT meta tags, they must   -->
25
    <!-- be added before this line.                -->
25
    <!-- be added before this line.                -->
26
    <!--                                           -->
26
    <!--                                           -->
27
    <script type="text/javascript" language="javascript" src="del/del.nocache.js"></script>
27
    <script type="text/javascript" language="javascript" src="del/del.nocache.js"></script>
28
  </head>
28
  </head>
29
 
29
 
30
  <!--                                           -->
30
  <!--                                           -->
31
  <!-- The body can have arbitrary html, or      -->
31
  <!-- The body can have arbitrary html, or      -->
32
  <!-- you can leave the body empty if you want  -->
32
  <!-- you can leave the body empty if you want  -->
33
  <!-- to create a completely dynamic UI.        -->
33
  <!-- to create a completely dynamic UI.        -->
34
  <!--                                           -->
34
  <!--                                           -->
35
  <body>
35
  <body>
36
 
36
 
37
    <!-- OPTIONAL: include this if you want history support -->
37
    <!-- OPTIONAL: include this if you want history support -->
38
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
38
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
39
    
39
    
40
    <!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
40
    <!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
41
    <noscript>
41
    <noscript>
42
      <div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
42
      <div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
43
        Your web browser must have JavaScript enabled
43
        Your web browser must have JavaScript enabled
44
        in order for this application to display correctly.
44
        in order for this application to display correctly.
45
      </div>
45
      </div>
46
    </noscript>
46
    </noscript>
47
	
47
	
48
	<div id="contenuPrincipal">
48
		<nav role="navigation" id="navigation"></nav>
49
		<div id="menuGauche"><h1 id="titre">IdentiPlante</a></div>
49
		<div id="titre"><h1>IdentiPlante</h1></div>
50
		<div id="contenu"></div>
-
 
51
		
-
 
52
    </div>
50
		<div id="contenu"></div>
53
    
51
    
54
  </body>
52
  </body>
55
</html>
53
</html>