Subversion Repositories eFlore/Applications.del

Rev

Rev 246 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 246 Rev 528
Line 1... Line 1...
1
<!doctype html>
1
<!doctype html>
2
<!-- The DOCTYPE declaration above will set the    -->
-
 
3
<!-- browser's rendering engine into               -->
-
 
4
<!-- "Standards Mode". Replacing this declaration  -->
-
 
5
<!-- with a "Quirks Mode" doctype may lead to some -->
-
 
6
<!-- differences in layout.                        -->
-
 
7
 
-
 
8
<html>
2
<html>
9
  <head>
3
	<head>
10
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
4
		<title>IdentiPlante</title>
Line 11... Line -...
11
 
-
 
12
    <!--                                                               -->
-
 
13
    <!-- Consider inlining CSS to reduce the number of requested files -->
-
 
14
    <!--                                                               -->
5
		
Line 15... Line 6...
15
    <link type="text/css" rel="stylesheet" href="del.css">
6
		<meta http-equiv="content-type" content="text/html; charset=UTF-8">
16
 
7
		
17
    <!--                                           -->
8
		<!-- Fichier JS de configuration spécifique à l'application -->
18
    <!-- Any title is fine                         -->
-
 
Line 19... Line -...
19
    <!--                                           -->
-
 
20
    <title>IdentiPlante</title>
9
		<script type="text/javascript" language="javascript" src="config/config.js"></script>
21
    
-
 
22
    <!--                                           -->
-
 
23
    <!-- This script loads your compiled module.   -->
-
 
24
    <!-- If you add any GWT meta tags, they must   -->
10
		<script type="text/javascript" language="javascript" src="config/apropos.js"></script>
25
    <!-- be added before this line.                -->
-
 
Line 26... Line -...
26
    <!--                                           -->
-
 
27
    <script type="text/javascript" language="javascript" src="del/del.nocache.js"></script>
11
		
28
  </head>
12
		<!-- Le script ci-dessous charger vos modules compilés. Ajoutez les méta-tags GWT avant cette ligne. -->
29
 
13
    	<script type="text/javascript" language="javascript" src="del/del.nocache.js"></script>
30
  <!--                                           -->
-
 
31
  <!-- The body can have arbitrary html, or      -->
14
    	
32
  <!-- you can leave the body empty if you want  -->
-
 
33
  <!-- to create a completely dynamic UI.        -->
-
 
34
  <!--                                           -->
-
 
35
  <body>
-
 
36
 
-
 
37
    <!-- OPTIONAL: include this if you want history support -->
15
    	<link type="text/css" rel="stylesheet" href="del.css">
38
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
16
	</head>
-
 
17
	<!-- Le corps peut contenir du HTML ou peut rester vide si vous voulez créer une UI complêtement dynamique -->
39
    
18
	<body>
40
    <!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
19
		<noscript>
41
    <noscript>
20
			<p 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">
21
				<span class="attention">ATTENTION : </span>
43
        Your web browser must have JavaScript enabled
-
 
44
        in order for this application to display correctly.
22
				il semblerait que le Javascript ne soit pas activé sur votre navigateur. 
-
 
23
				Veuillez l'activer pour utiliser cette application.
45
      </div>
24
			</p>
-
 
25
		</noscript>
46
    </noscript>
26
		<nav role="navigation" id="navigation"></nav>
Line -... Line 27...
-
 
27
		<div id="titre">
-
 
28
			<h1>IdentiPlante</h1>
47
	
29
		</div>
48
		<nav role="navigation" id="navigation"></nav>
30
		<div id="contenu"></div>