Subversion Repositories eFlore/Archives.cel-v1

Rev

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

Rev 8 Rev 27
Line 1... Line 1...
1
<html>
1
<?xml version="1.0" encoding="utf-8"?>
-
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-
 
3
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
2
	<head>
5
<head>
-
 
6
		<meta http-equiv="content-type"  content="text/html;charset=utf-8" />
-
 
7
		<meta http-equiv="Content-Style-Type" content="text/css" />
Line 3... Line -...
3
	
-
 
4
		<!--                                           -->
-
 
5
		<!-- Any title is fine                         -->
-
 
6
		<!--                                           -->
8
	
Line 7... Line -...
7
		<title>Carnet en ligne</title>
-
 
8
 
-
 
9
		<!--                                           -->
-
 
10
		<!-- Use normal html, such as style            -->
9
		<title>Carnet en ligne</title>
11
		<!--                                           -->
10
 
12
		<style>
11
		<style type="text/css" >
13
			body,td,a,div,.p{font-family:arial,sans-serif}
12
			body,td,a,div,.p{font-family:arial,sans-serif}
14
			div,td{color:#000000}
13
			div,td{color:#000000}
15
			a:link,.w,.w a:link{color:#0000cc}
14
			a:link,.w,.w a:link{color:#0000cc}
16
			a:visited{color:#551a8b}
15
			a:visited{color:#551a8b}
Line 17... Line 16...
17
			a:active{color:#ff0000}
16
			a:active{color:#ff0000}
18
		</style>
17
		</style>
19
		
18
		
-
 
19
		<script type="text/javascript"> 
-
 
20
			var Parameters = {
20
<script type="text/javascript"> 
21
			  serviceBaseUrl: "http://localhost/david/jrest"
-
 
22
			};
21
	var Parameters = {
23
		</script>
22
	  serviceBaseUrl: "http://192.168.0.32/david/jrest"
24
 
23
	  
25
        <script type="text/javascript" language='javascript' src='org.tela_botanica.Cel.nocache.js'>
-
 
26
        </script>
-
 
27
       
-
 
28
 </head>
Line 24... Line -...
24
	};
-
 
25
	 
-
 
26
</script>
-
 
27
 
-
 
28
 
-
 
29
 
-
 
30
		<!--                                           -->
-
 
31
		<!-- The module reference below is the link    -->
-
 
32
		<!-- between html and your Web Toolkit module  -->		
-
 
33
		<!--                                           -->
-
 
34
		<meta name='gwt:module' content='org.tela_botanica.Cel'>
-
 
35
		
-
 
36
	</head>
-
 
37
 
-
 
38
	<!--                                           -->
-
 
39
	<!-- The body can have arbitrary html, or      -->
-
 
40
	<!-- you can leave the body empty if you want  -->
-
 
41
	<!-- to create a completely dynamic ui         -->
-
 
42
	<!--                                           -->
-
 
43
	<body>
-
 
44
 
-
 
45
		<!--                                            -->
-
 
46
		<!-- This script is required bootstrap stuff.   -->
-
 
47
		<!-- You can put it in the HEAD, but startup    -->
-
 
48
		<!-- is slightly faster if you include it here. -->
-
 
49
		<!--                                            -->
-
 
50
		<script language="javascript" src="gwt.js"></script>
-
 
51
 
29
        <body>
52
		<!-- OPTIONAL: include this if you want history support -->
30
                <!-- OPTIONAL: include this if you want history support -->