source: ether_ndacc/trunk/web/disclaimer.jsp @ 820

Last change on this file since 820 was 183, checked in by rboipsl, 13 years ago

ihm avec debut traduction

File size: 2.0 KB
Line 
1<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
2<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
3<html><head>
4
5<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6<link rel="stylesheet" type="text/css" href="resources/css/ndacc.css">
7<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
8
9       
10        <link rel="stylesheet" type="text/css" href="resources/css/etherTypo.css" />
11        <link rel="stylesheet" type="text/css" href="resources/css/ndacc.css" />
12               
13        <title>DISCLAIMER</title>
14        <meta name="generator" content="TYPO3 4.1 CMS" />
15        <script language="JavaScript">
16        function OuvrirDataList() {
17                var address =url("adr");
18                OuvrirPage(address);
19        }
20        </script>
21
22</head>
23<body onload="javascript:window.focus();">
24<SCRIPT LANGUAGE="JavaScript" SRC="resources/css/etherTypo.js"></SCRIPT>
25<div class="fb">
26<table width="100%" border="0" align="center">
27<tr> 
28        <td width="100%" class=encadre>
29        <table border=0>
30       
31        <tr>
32        <td colspan=2 align=center><b><u>DISCLAIMER</u></b></td>
33        </tr>
34        <tr>
35        <td colspan=2 align=justify>
36        All <a href="http://www.ndsc.ncep.noaa.gov/data/" target="_blank">NDACC data </a>more than two years old are public data. Additionally
37    some PIs have authorized their data for early release. Users are encouraged to consult the available NDACC documentation,
38    references and to contact the NDACC French PIs for any question about the data sets or possible scientific collaboration.
39    People who use NDACC data in a publication are requested to include the following acknowledgment: "The data used in this
40    publication were obtained as part of the Network for the Detection of Atmospheric Composition Change (NDACC) and are
41    publicly available”. A notification of publication should also be sent to the PIs.
42    </td>
43        </tr>
44        <tr>
45                <td align=center ><input type="button" value="OK" onclick='window.focus(); OuvrirDataList();window.close();'></td>
46        </tr>
47        </table>
48        </td>
49        </tr>
50        </table>
51    </div>
52</body>
53</html>
Note: See TracBrowser for help on using the repository browser.