source: ether_core/trunk/info/IMG/imginfg.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.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="imginfg.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
30<script language="JavaScript">
31
32function OuvrirPage(Url)
33//----------------------
34{
35  var wconf = 'scrollbars=yes,toolbar=yes,location=no,directories=no,' +
36              'status=no,menubar=no,resizable=yes,width=700,height=650'
37
38  var w = window.open (Url, 'NWin', wconf)
39  if (w)
40    w.focus ()
41  else
42    alert ('Impossible de creer une nouvelle fenetre !!')
43}
44
45</script>
46</head>
47<body link="#000099" vlink="#000099" alink="#000099">
48<table width="100%" border="0" cellspacing="0" cellpadding="5" align="center">
49  <tr>
50     <td height="45">
51          <h1>ADEOS1.IMG</h1></td>
52  </tr>
53  <tr>
54<td height="16" class="tdLien"><span class="lien">
55
56<script language="JavaScript">
57referring_page = document.referrer;
58if (referring_page == "http://ether.ipsl.jussieu.fr/public/expethF.html") {
59document.write("<a href='/public/expethF.html' target='information'><%= ml.get("serv.message.retour") %></a></span></td>");
60}
61else {
62document.write("<a href='/public/expethE.html' target='information'><%= ml.get("serv.message.retour") %></a></span></td>");
63}
64</script>
65</td>
66
67  </tr>
68</table>
69<span class="petit"> <b><%= Config.tag_image_ligne %></b></span>
70<br>
71<p class='titre'><img src="/images/los_jaune.jpg" width=15 height=15> Description de l'exp&eacute;rience</p>
72<ul>
73<span class="normal">
74<li>
75Cette exp&eacute;rience a &eacute;t&eacute; d&eacute;velopp&eacute;e et exploit&eacute;e par <a href="JavaScript:OuvrirPage('http://www.eorc.nasda.go.jp/AtmChem/IMG/')"> l'ERSDAC - Earth Remote Sensing Analysis Center</a> (Japon).<br>
76<li>
77JRA PI : G. M&eacute;gie , responsable scientifique de cette exp&eacute;rience<br>
78<li>
79Fonctionnement du : 15 Octobre 1996 au 19 juin 1997 <br>
80<li>
81Mesures de : O3, HNO3, N2O, H2O, CH4, CO2, CO, Temp&eacute;rature  <br>
82<li>
83<a  href="JavaScript:OuvrirPage('http://ether.ipsl.jussieu.fr/ether/info/IMG/imgins.jsp')"> Autres informations plus d&eacute;taill&eacute;es sur l'exp&eacute;rience</a> </ul>
84<br>
85<p class='titre'><img src='/images/rond_red.jpg' width=15 height=15> Donn&eacute;es</p>
86<ul>
87<span class="normal">
88<li>
89<a href="JavaScript:OuvrirPage('http://ether.ipsl.jussieu.fr/ether/info/IMG/imgdoc.jsp')"> Donn&eacute;es disponibles dans Ether</a>
90<br>
91<li>
92<a href="JavaScript:OuvrirPage('http://ether.ipsl.jussieu.fr/ether/info/IMG/imgright.jsp')"> Droits d'utilisation  sur les donn&eacute;es</a>
93<br>
94<li>
95<a href="JavaScript:OuvrirPage('http://ether.ipsl.jussieu.fr/cgi-bin/ether/Scripts/PubIMG/ConsultDocIMGF.pl')"> R&eacute;f&eacute;rences bibliographiques</a>
96<br>
97</ul>
98<span class="petit"> <b><%= Config.tag_image_ligne %></b></span>
99<br> <span class="petit"><%= ml.get("commun.CopyRight") %>
100</body>
101</html>
Note: See TracBrowser for help on using the repository browser.