Subversion Repositories eFlore/Archives.cel-v1

Compare Revisions

Ignore whitespace Rev 8 → Rev 27

/trunk/src/org/tela_botanica/public/Cel.html
1,15 → 1,14
<html>
<head>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<!-- -->
<!-- Any title is fine -->
<!-- -->
<title>Carnet en ligne</title>
 
<!-- -->
<!-- Use normal html, such as style -->
<!-- -->
<style>
<style type="text/css" >
body,td,a,div,.p{font-family:arial,sans-serif}
div,td{color:#000000}
a:link,.w,.w a:link{color:#0000cc}
17,40 → 16,19
a:active{color:#ff0000}
</style>
<script type="text/javascript">
var Parameters = {
serviceBaseUrl: "http://192.168.0.32/david/jrest"
};
</script>
<script type="text/javascript">
var Parameters = {
serviceBaseUrl: "http://localhost/david/jrest"
};
</script>
 
<script type="text/javascript" language='javascript' src='org.tela_botanica.Cel.nocache.js'>
</script>
</head>
<body>
<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
 
 
<!-- -->
<!-- The module reference below is the link -->
<!-- between html and your Web Toolkit module -->
<!-- -->
<meta name='gwt:module' content='org.tela_botanica.Cel'>
</head>
 
<!-- -->
<!-- The body can have arbitrary html, or -->
<!-- you can leave the body empty if you want -->
<!-- to create a completely dynamic ui -->
<!-- -->
<body>
 
<!-- -->
<!-- This script is required bootstrap stuff. -->
<!-- You can put it in the HEAD, but startup -->
<!-- is slightly faster if you include it here. -->
<!-- -->
<script language="javascript" src="gwt.js"></script>
 
<!-- OPTIONAL: include this if you want history support -->
<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
 
</body>
</body>
</html>