Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 2 | Rev 8 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 ddelon 1
<html>
2
	<head>
3
 
4
		<!--                                           -->
5
		<!-- Any title is fine                         -->
6
		<!--                                           -->
4 ddelon 7
		<title>Carnet en ligne</title>
2 ddelon 8
 
9
		<!--                                           -->
10
		<!-- Use normal html, such as style            -->
11
		<!--                                           -->
12
		<style>
13
			body,td,a,div,.p{font-family:arial,sans-serif}
14
			div,td{color:#000000}
15
			a:link,.w,.w a:link{color:#0000cc}
16
			a:visited{color:#551a8b}
17
			a:active{color:#ff0000}
18
		</style>
4 ddelon 19
 
20
<script type="text/javascript">
21
	var Parameters = {
22
	  serviceBaseUrl: "http://localhost/david/jrest"
23
 
24
	};
25
 
26
</script>
2 ddelon 27
 
4 ddelon 28
 
29
 
2 ddelon 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
 
52
		<!-- OPTIONAL: include this if you want history support -->
53
		<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
54
 
55
	</body>
56
</html>