source: ether_core/trunk/info/IMG/imgins.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: 2.7 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="imgins.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>Interferometric Monitor for Greenhouse Gases (IMG)</b></span>
32<br>
33<img SRC="/images/presentation/ligne.gif" width=100% >
34<br>
35<b><img src="/images/leave-site.gif"> <span class="moyen">Description de l'instrument :</span></b><br> 
36<ul>
37     <span class="moyen">
38     plateforme d'accueil : ADEOS 1 (ADvanced Earth Observation Satellite) <br> 
39     principe de la mesure : interf&eacute;rom&egrave;tre<br> 
40     <img src="/images/ilas.gif"><br>
41     Pour en savoir plus sur la <a href="http://www.eorc.nasda.go.jp/ADEOS/Project/Img.html" target="_blank">description de l'instrument</a>
42</ul>
43<b><img src="/images/leave-site.gif"> <span class="moyen">Informations g&eacute;n&eacute;rales concernant la mission ADEOS</span></b>
44<ul>
45     <span class="moyen">
46     date de lancement : 17 Ao&ucirc;t 1996<br>
47     arr&ecirc;t r&eacute;ception : 30 Juin 1997<br>
48     Pour en savoir plus sur la <a href="http://www.eoc.nasda.go.jp/guide/satellite/satdata/adeos_e.html" target="_blank">mission ADEOS</a></span>
49</ul>
50<br>
51<span class="petit"> <b><%= Config.tag_image_ligne %></b></span>
52<script language="JavaScript">
53referring_page = document.referrer;
54if (referring_page == "http://ether.ipsl.jussieu.fr/ether/info/IMG/imginfg.jsp")
55 {
56document.write("<center><a href='#' OnClick='JavaScript:window.close()'><img src='/images/boutons/fermer.gif' border=0></a></center>");
57}
58else {
59document.write("<center><a href='imginf.jsp'><img src='/images/boutons/retour.gif' border=0></a></center>");
60}
61</script>
62<br> <span class="petit"><%= ml.get("commun.CopyRight") %>
63
64</body>
65</html>
Note: See TracBrowser for help on using the repository browser.