source: ether_core/trunk/pubipsl/infodatap.jsp

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

ajout rep ether

File size: 3.0 KB
Line 
1<!-- Projet Ether - $Id: infodatap.jsp -->
2<html>
3<%@ page import="fr.alcatel.ether.app.common.*" %>
4<%@ page import="java.util.Locale" %>
5<head>
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   <title>Information</title>
19   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
20   <meta name="GENERATOR" content="Mozilla/4.5 [en] (X11; I; SunOS 5.6 sun4u) [Netscape]">
21   <meta name="Reference"          content="infodatap.jsp">
22   <meta name="Title"              content="Ether - Serveur Ether/IPSL - Version 1">
23   <meta name="Creator"            content="C. Boonne/IPSL">
24   <meta name="Language"           content="fr">
25   <meta name="Publisher"          content="IPSL/INSU">
26   <meta name="DatePublication"    content="2004/07/07">
27   <link rel="stylesheet" href="/ether/ether.css">
28
29<script language="JavaScript">
30function OuvrirFenetre (Url)
31//--------------------------
32{
33  var wconf = 'scrollbars=yes,toolbar=yes,location=no,directories=no,' +
34              'status=no,menubar=no,resizable=yes,width=810,height=650'
35
36  var w = window.open (Url, 'NWin', wconf)
37  if (w)
38    w.focus ()
39  else
40    alert ('Impossible de creer une nouvelle fenetre !!')
41}
42function arbo()
43{
44parent.up.document.arb.arbi.src="/images/ipsl/arb_infp.gif"
45}
46
47</script>
48<STYLE TYPE="text/css">
49a.menu_l {color:#000099;text-decoration:none; font-family: Arial, Helvetica,sans-serif; font-size:13px; }
50a:hover.menu_l {color:red;text-decoration:none; font-family: Arial, Helvetica,sans-serif; font-size:13px;}
51#info_a {position: absolute; left:8; top:0; visibility: visible }
52</STYLE>
53
54</head>
55<body onLoad="arbo();">
56<div id="info_a">
57<table border="0" cellspacing="0" cellpadding="4">
58  <tr>
59     <td>
60        <h1>Informations sur les données de Chimie Atmosphérique disponibles dans le monde</h1></td>
61  </tr>
62</table>
63<br>
64<span class="lien"><font color="red">Pour visualiser l'information cliquer sur le paramètre désiré</font></span>
65<br><br>
66<table border="0" cellspacing="0" cellpadding="4">
67<tr>
68<td class="lien" width="200">Expérience<td class="lien" width="200">Niveau CEOS<td class="lien" width="200">Paramètre
69</tr>
70<tr>
71<td class="lien" width="200">ODIN/SMR<td class="lien" width="200">L1<td class="lien" width="200">-
72</tr>
73<tr>
74<td class="lien" width="200">ODIN/SMR<td class="lien" width="200">L2<td class="lien" width="500"><a href="JavaScript:OuvrirFenetre('/etherP/info/SMR/smRl2o3.jsp')" class="menu_l">O3</a> (exemple de fiche d'information)
75</tr>
76<tr>
77<td class="lien" width="200">ODIN/SMR<td class="lien" width="200">L2<td class="lien" width="200">HNO3
78</tr>
79<tr>
80<td class="lien" width="200">ODIN/SMR<td class="lien" width="200">L2<td class="lien" width="200">NO2
81</tr>
82<tr>
83<td class="lien" width="200">ENVISAT/GOMOS<td class="lien" width="200">L2<td class="lien" width="200">O3
84</tr>
85</table>
86</div>
87</body>
88</html>
Note: See TracBrowser for help on using the repository browser.