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

Last change on this file since 820 was 799, checked in by npipsl, 10 years ago

lidar aerosols DDU changement de 2013 en 2014 dans l'intervalle de dates
lidar strato OHP changement de 2013 en 2014 dans l'intervalle de dates

File size: 6.4 KB
Line 
1<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
2<%@ taglib prefix="ether" tagdir="/WEB-INF/tags" %>
3<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
4<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
5
6<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
7
8<html>
9<head>
10
11        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
12
13        <link rel="stylesheet" type="text/css" href="./resources/css/ndacc.css">
14        <META NAME="keywords" CONTENT="NDACC, NDACC LIDAR, NDACC FRANCE">
15               
16       
17        <title>OHP LIDAR PLOTS</title>
18         
19        <meta name="generator" content="TYPO3 4.1 CMS" />
20        <script type="text/javascript" src="<c:url value="./resources/css/etherTypo.js"/>">
21       
22        </script>
23</head>
24
25<body class=plein>
26<form name="thisForm">
27<table cellpadding="2" cellspacing="2" border=0 width=100%>
28<input type="hidden" value="selectLidarO3s" name="methodName">
29<input type="hidden" value="LIDAR O3 STRATO" name="instrument">
30<input type="hidden" value="${station}" name="station">
31<input type="hidden" value="${firstDate}" id="di" name="dateinf">
32<tr>
33
34<td width=90px height=5 class=blanc1>${station} LIDAR O3 STRATO</td>
35<td width=50px  class=blanc2 align=right><spring:message code="annee"/>&nbsp;
36<select id="year" onChange='loadVisus()'>
37    <option value='2014' <c:if test="${year == '2014'}">selected</c:if> >2014</option>
38    <option value='2013' <c:if test="${year == '2013'}">selected</c:if> >2013</option>
39    <option value='2012' <c:if test="${year == '2012'}">selected</c:if> >2012</option>
40    <option value='2011' <c:if test="${year == '2011'}">selected</c:if> >2011</option>
41        <option value='2010' <c:if test="${year == '2010'}">selected</c:if> >2010</option>
42        <option value='2009' <c:if test="${year == '2009'}">selected</c:if> >2009</option>
43        <option value='2008' <c:if test="${year == '2008'}">selected</c:if> >2008</option>
44        <option value='2007' <c:if test="${year == '2007'}">selected</c:if> >2007</option>
45        <option value='2006' <c:if test="${year == '2006'}">selected</c:if> >2006</option>
46        <option value='2005' <c:if test="${year == '2005'}">selected</c:if> >2005</option>
47        <option value='2004' <c:if test="${year == '2004'}">selected</c:if> >2004</option>
48        <option value='2003' <c:if test="${year == '2003'}">selected</c:if> >2003</option>
49        <option value='2002' <c:if test="${year == '2002'}">selected</c:if> >2002</option>
50        <option value='2001' <c:if test="${year == '2001'}">selected</c:if> >2001</option>
51        <option value='2000' <c:if test="${year == '2000'}">selected</c:if> >2000</option>
52        <option value='1999' <c:if test="${year == '1999'}">selected</c:if> >1999</option>
53        <option value='1998' <c:if test="${year == '1998'}">selected</c:if> >1998</option>
54        <option value='1997' <c:if test="${year == '1997'}">selected</c:if> >1997</option>
55        <option value='1996' <c:if test="${year == '1996'}">selected</c:if> >1996</option>
56        <option value='1995' <c:if test="${year == '1995'}">selected</c:if> >1995</option>
57        <option value='1994' <c:if test="${year == '1994'}">selected</c:if> >1994</option>
58        <option value='1993' <c:if test="${year == '1993'}">selected</c:if> >1993</option>
59        <option value='1992' <c:if test="${year == '1992'}">selected</c:if> >1992</option>
60        <option value='1991' <c:if test="${year == '1991'}">selected</c:if> >1991</option>
61        <option value='1990' <c:if test="${year == '1990'}">selected</c:if> >1990</option>
62        <option value='1989' <c:if test="${year == '1989'}">selected</c:if> >1989</option>
63        <option value='1988' <c:if test="${year == '1988'}">selected</c:if> >1988</option>
64        <option value='1987' <c:if test="${year == '1987'}">selected</c:if> >1987</option>
65        <option value='1986' <c:if test="${year == '1986'}">selected</c:if> >1986</option>
66        <option value='1985' <c:if test="${year == '1985'}">selected</c:if> >1985</option>
67</select>
68</td>
69
70<td width=50px class=blanc2 align=left><spring:message code="mois"/>&nbsp;
71<select id="month" onChange='loadVisus()'>
72        <option value='01' <c:if test="${month == '01'}">selected</c:if> ><spring:message code="janvier"/></option>
73        <option value='02' <c:if test="${month == '02'}">selected</c:if> ><spring:message code="fevrier"/></option>
74        <option value='03' <c:if test="${month == '03'}">selected</c:if> ><spring:message code="mars"/></option>
75        <option value='04' <c:if test="${month == '04'}">selected</c:if> ><spring:message code="avril"/></option>
76        <option value='05' <c:if test="${month == '05'}">selected</c:if> ><spring:message code="mai"/></option>
77        <option value='06' <c:if test="${month == '06'}">selected</c:if> ><spring:message code="juin"/></option>
78        <option value='07' <c:if test="${month == '07'}">selected</c:if> ><spring:message code="juillet"/></option>
79        <option value='08' <c:if test="${month == '08'}">selected</c:if> ><spring:message code="aout"/></option>
80        <option value='09' <c:if test="${month == '09'}">selected</c:if> ><spring:message code="septembre"/></option>
81        <option value='10' <c:if test="${month == '10'}">selected</c:if> ><spring:message code="octobre"/></option>
82        <option value='11' <c:if test="${month == '11'}">selected</c:if> ><spring:message code="novembre"/></option>
83        <option value='12' <c:if test="${month == '12'}">selected</c:if> ><spring:message code="decembre"/></option>
84</select>
85</td>
86<td width=50px class=blanc2 align=left><spring:message code="y.axis.unit"/>&nbsp;
87<select id="unite" onChange='loadVisus()'>
88        <option value='1' <c:if test="${unite == '1'}">selected</c:if> >km</option>
89        <!--<option value='2' <c:if test="${unite == '2'}">selected</c:if> >hPa (in reverse Log)</option>-->
90</select>
91</td>
92</tr>
93</table>
94<table width=100%>
95<tr>
96<td class=ciel width=200px colspan=5 valign=top>
97<table cellpadding="2" cellspacing="2" border=0>
98
99<c:choose>
100        <c:when test="${plotsList=='[]'}"><tr><td class="rougeb">No plots for this period</td></tr>
101        </c:when>
102        <c:otherwise>
103                <c:forEach items="${plotsList}" var="plot" varStatus="status">
104                <c:choose>
105                <c:when test="${(status.index) % 8 == 0}"><tr>
106                </c:when>
107                </c:choose>
108       
109                <td align=center valign=top><a href="#" onclick="OuvrirFeuilleDynPL ('${rep}/${plot}');"><img border=2 width=100 height=120 src="${rep}/${plot}"></img></a></td>
110       
111                <c:choose>
112                <c:when test="${(status.index+1) % 8 == 0}"></tr>
113                </c:when>
114                </c:choose>
115                </c:forEach>
116
117                <c:choose>
118                <c:when test="${(status.index+1) % 8 != 0}"></tr>
119                </c:when>
120                </c:choose>
121
122        </c:otherwise>
123</c:choose>
124</table>
125</td>
126
127
128</tr>
129
130
131
132<tr>
133<td height=500px>&nbsp;</td>
134</tr>
135</table>
136</form>
137</body>
138</html>
Note: See TracBrowser for help on using the repository browser.