source: ether_core/trunk/info/IMG/imginf.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.2 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="imginf.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 link="#000099" vlink="#000099" alink="#000099">
31<span class="titre"><b>Donn&eacute;es <a href="imgins.jsp">ADEOS1.IMG</a></b></span>
32<br>
33<img SRC="/images/presentation/ligne.gif" width=100% >
34<br>
35<span class="moyen">
36Ces donn&eacute;es ont &eacute;t&eacute; fournies par <a href="http://www.eorc.nasda.go.jp/AtmChem/IMG/" target="_blank">
37l'ERSDAC - Earth Remote Sensing Analysis Center</a> (Japon).
38<br> <br>
39<img src="/images/trirouge.gif">
40<font color="#000066"> <a href="imgright.jsp"> Droits sur les donn&eacute;es.</a> 
41<br> <br>
42<img src="/images/trirouge.gif">
43<a href="imgdoc.jsp"> Documentation g&eacute;n&eacute;rale sur les donn&eacute;es. </a>
44<br> <br>
45<img src="/images/trirouge.gif">
46<font color="#000066"><a href="/cgi-bin/ether/Scripts/PubIMG/ConsultDocIMGF.pl"> R&eacute;f&eacute;rences bibliographiques.</a>
47<br> <br>
48<img SRC="/images/presentation/ligne.gif" width=100%>
49<center><a href="#" onClick="Javascript:window.close()"><img src="/images/boutons/fermer.gif" border=0></a></center>
50<br> <span class="petit"><%= ml.get("commun.CopyRight") %>
51</body>
52</html>
Note: See TracBrowser for help on using the repository browser.