source: ether_core/trunk/info/IMG/imgright.jsp @ 784

Last change on this file since 784 was 6, checked in by cbipsl, 18 years ago

ajout rep ether

  • Property svn:executable set to *
File size: 3.0 KB
Line 
1<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2<html>
3<head>
4<%@ page import="fr.alcatel.ether.app.common.*" %>
5<%@ page import="java.util.Locale" %>
6<%
7 Config.getConfig();
8 String langue = request.getParameter("langue");
9  if (langue==null)
10  {
11    langue=Config.langue;
12  }
13   Locale loc=Locale.ENGLISH;
14  if (langue.equals("FRENCH")) loc = Locale.FRENCH;
15  MultiLanguage ml = MultiLanguage.instance(loc);
16  JSPUtils.setSessionParameter(request, "langue", loc);
17%>
18
19   <title>ADEOS1.IMG - Information</title>
20   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
21   <meta name="GENERATOR" content="Mozilla/4.5 [en] (X11; I; SunOS 5.6 sun4u) [Netscape]">
22   <meta name="Reference"          content="imgright.jsp">
23   <meta name="Title"              content="Ether - Serveur Ether/IPSL - Version 1">
24   <meta name="Creator"            content="C. Boonne/IPSL">
25   <meta name="Language"           content="fr">
26   <meta name="Publisher"          content="IPSL/INSU">
27   <meta name="DatePublication"    content="2000-12-06">
28   <link rel="stylesheet" href="/ether/ether.css">
29</head>
30<body text="#000099" link="#000099" vlink="#000099" alink="#000099">
31<span class="titre"><b>Droits sur les donn&eacute;es</b></span>
32<img SRC="/images/presentation/ligne.gif" width=100% >
33<br>
34<b><img src="/images/leave-site.gif"><span class="moyen"> Donn&eacute;es IMG dans son ensemble</span></b>
35<ul><span class="moyen">
36Les donn&eacute;es IMG sont &agrave; l'usage exclusif des scientifiques
37fran&ccedil;ais identifi&eacute;s dans l'appel d'offre de la NASDA - National Space Development Agency of Japan.</span></ul>
38<ul><span class="moyen"><b>JRA PI : </b>G. M&eacute;gie : SA<br> 
39&nbsp;&nbsp;&nbsp;&nbsp;G. Brasseur : Max Planck <br>
40&nbsp;&nbsp;&nbsp;&nbsp;C. Camy-Peyret : LPMA <br>
41&nbsp;&nbsp;&nbsp;&nbsp;J.M. Flaud : LPMA <br>
42&nbsp;&nbsp;&nbsp;&nbsp;P. Fichet : LPMA <br>
43&nbsp;&nbsp;&nbsp;&nbsp;A. Perrin : LPMA <br>
44&nbsp;&nbsp;&nbsp;&nbsp;G. Ancellet : SA <br>
45&nbsp;&nbsp;&nbsp;&nbsp;C. Clerbaux : SA <br>
46&nbsp;&nbsp;&nbsp;&nbsp;C. Granier : SA <br>
47&nbsp;&nbsp;&nbsp;&nbsp;M. Pham : SA <br>
48&nbsp;&nbsp;&nbsp;&nbsp;D. Hauglustaine : SA<br> 
49&nbsp;&nbsp;&nbsp;&nbsp;H. Mac Leod : SA<br>
50&nbsp;&nbsp;&nbsp;&nbsp;B. Bonsang : LSCE<br> 
51&nbsp;&nbsp;&nbsp;&nbsp;P. Chazette : LSCE <br>
52&nbsp;&nbsp;&nbsp;&nbsp;M. Kanakidou : LSCE <br>
53&nbsp;&nbsp;&nbsp;&nbsp;R. Delmas : LA <br>
54&nbsp;&nbsp;&nbsp;&nbsp;R. Rosset : LA<br>
55&nbsp;&nbsp;&nbsp;&nbsp;F. Karcher : CNRM <br>
56<br></ul></span>
57
58<span class="petit"> <b><%= Config.tag_image_ligne %></b></span>
59<script language="JavaScript">
60referring_page = document.referrer;
61if (referring_page == "http://ether.ipsl.jussieu.fr/ether/info/IMG/imginfg.jsp")
62 {
63document.write("<center><a href='#' OnClick='JavaScript:window.close()'><img src='/images/boutons/fermer.gif' border=0></a></center>");
64}
65else {
66document.write("<center><a href='imginf.jsp'><img src='/images/boutons/retour.gif' border=0></a></center>");
67}
68</script>
69<br> <span class="petit"><%= ml.get("commun.CopyRight") %>
70
71</body>
72</html>
Note: See TracBrowser for help on using the repository browser.