source: tapas/web/init.jsp @ 529

Last change on this file since 529 was 529, checked in by rboipsl, 12 years ago

V2 orange

File size: 2.7 KB
Line 
1<%@ page contentType="text/html;charset=UTF-8" language="java" %>
2<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
3<%@ taglib prefix="tiles" uri="/WEB-INF/tlds/struts-tiles.tld" %>
4<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
5
6<tiles:insert page="/resources/templates/templateEther.jsp" flush="true">
7
8    <tiles:put name="insertCss" type="string"/>
9    <tiles:put name="insertJsOrJsp" type="string"/>
10
11    <tiles:put name="title" type="string"><spring:message code="app.title"/> - <spring:message code="title.home"/></tiles:put>
12    <tiles:put name="nav" type="string"><a href=""><spring:message code="label.home"/></a></tiles:put>
13
14
15    <%-- ****************** CONTENT ****************** --%>
16    <tiles:put name="bodytitle" type="string"><spring:message code="title.home"/></tiles:put>
17
18    <tiles:put name="body" type="string">
19        <c:if test="${not empty errors}">
20            <div id="errors"><spring:message code="${errors}"/></div>
21        </c:if>
22    <div class="containerLabel3">
23     <fieldset class="cfs3">
24
25         WHAT TAPAS CAN DO FOR YOU :
26
27         <ul type=circle>
28             <li>Make use of the <a href="http://ether.ipsl.jussieu.fr">ETHER</a> facility to interpolate within the ECMWF (European Centre for Medium-Range Weather Forecasts) the pressure, temperature, and constituent profile at the location of your observing site and within 6 hours from the date of your observations.
29         <br>
30             <li>Compute the atmospheric transmittance from the top of the atmosphere down to the observatory, based on the HITRAN (high-resolution transmission molecular absorption database) molecular database and the LBLTRM (Line-By-Line Radiative Transfer Model) radiative transfer code.
31         <br>
32             <li>Provide separate transmittances associated with H2O, O2, O3, CO2, and Rayleigh scattering.
33         <br>
34             <li>Allow disentangling atmospheric features from other absorptions in your astronomical spectra.
35
36         </ul>
37
38         <br>
39
40         <table cellpadding=4 cellspacing=6 align="center">
41
42         <tr>
43            <td><a target="_blank" href="http://www.cnes.fr"><img border="1" width=70 src="resources/images/logo_cnes.png"></a></td>
44            <td><a target="_blank" href="http://www.latmos.ipsl.fr"><img border="1" width=100 src="resources/images/logo_latmos.png"></a></td>
45            <td><a target="_blank" href="http://www.ipsl.fr"><img width=100 src="resources/images/logo_ipsl.png"></a></td>
46            <td><a target="_blank" href="http://www.cnrs.fr"><img border="1" width=70 src="resources/images/logo_cnrs.jpg"></a></td>
47         </tr>
48
49
50
51         </table>
52
53     </fieldset>
54 </div>
55
56    </tiles:put>
57
58</tiles:insert>
Note: See TracBrowser for help on using the repository browser.