Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 2 | Rev 8 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 4
1
<html>
1
<html>
2
	<head>
2
	<head>
3
	
3
	
4
		<!--                                           -->
4
		<!--                                           -->
5
		<!-- Any title is fine                         -->
5
		<!-- Any title is fine                         -->
6
		<!--                                           -->
6
		<!--                                           -->
7
		<title>Wrapper HTML for Cel</title>
7
		<title>Carnet en ligne</title>
8
 
8
 
9
		<!--                                           -->
9
		<!--                                           -->
10
		<!-- Use normal html, such as style            -->
10
		<!-- Use normal html, such as style            -->
11
		<!--                                           -->
11
		<!--                                           -->
12
		<style>
12
		<style>
13
			body,td,a,div,.p{font-family:arial,sans-serif}
13
			body,td,a,div,.p{font-family:arial,sans-serif}
14
			div,td{color:#000000}
14
			div,td{color:#000000}
15
			a:link,.w,.w a:link{color:#0000cc}
15
			a:link,.w,.w a:link{color:#0000cc}
16
			a:visited{color:#551a8b}
16
			a:visited{color:#551a8b}
17
			a:active{color:#ff0000}
17
			a:active{color:#ff0000}
18
		</style>
18
		</style>
-
 
19
		
-
 
20
<script type="text/javascript"> 
-
 
21
	var Parameters = {
-
 
22
	  serviceBaseUrl: "http://localhost/david/jrest"
-
 
23
	  
-
 
24
	};
-
 
25
	 
-
 
26
</script>
-
 
27
 
-
 
28
 
19
 
29
 
20
		<!--                                           -->
30
		<!--                                           -->
21
		<!-- The module reference below is the link    -->
31
		<!-- The module reference below is the link    -->
22
		<!-- between html and your Web Toolkit module  -->		
32
		<!-- between html and your Web Toolkit module  -->		
23
		<!--                                           -->
33
		<!--                                           -->
24
		<meta name='gwt:module' content='org.tela_botanica.Cel'>
34
		<meta name='gwt:module' content='org.tela_botanica.Cel'>
25
		
35
		
26
	</head>
36
	</head>
27
 
37
 
28
	<!--                                           -->
38
	<!--                                           -->
29
	<!-- The body can have arbitrary html, or      -->
39
	<!-- The body can have arbitrary html, or      -->
30
	<!-- you can leave the body empty if you want  -->
40
	<!-- you can leave the body empty if you want  -->
31
	<!-- to create a completely dynamic ui         -->
41
	<!-- to create a completely dynamic ui         -->
32
	<!--                                           -->
42
	<!--                                           -->
33
	<body>
43
	<body>
34
 
44
 
35
		<!--                                            -->
45
		<!--                                            -->
36
		<!-- This script is required bootstrap stuff.   -->
46
		<!-- This script is required bootstrap stuff.   -->
37
		<!-- You can put it in the HEAD, but startup    -->
47
		<!-- You can put it in the HEAD, but startup    -->
38
		<!-- is slightly faster if you include it here. -->
48
		<!-- is slightly faster if you include it here. -->
39
		<!--                                            -->
49
		<!--                                            -->
40
		<script language="javascript" src="gwt.js"></script>
50
		<script language="javascript" src="gwt.js"></script>
41
 
51
 
42
		<!-- OPTIONAL: include this if you want history support -->
52
		<!-- OPTIONAL: include this if you want history support -->
43
		<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
53
		<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
44
 
54
 
45
	</body>
55
	</body>
46
</html>
56
</html>