Ignore:
Timestamp:
01/27/12 13:58:53 (12 years ago)
Author:
rboipsl
Message:

ajout umkehr

File:
1 copied

Legend:

Unmodified
Added
Removed
  • ether_ndacc/trunk/web/visus_umk.jsp

    r235 r364  
     1<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> 
     2<%@ taglib prefix="ether" tagdir="/WEB-INF/tags" %> 
    13<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> 
    24<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> 
     
    1214                 
    1315         
    14         <title>OHP LIDAR PLOTS</title> 
     16        <title>OHP UMKEHR PLOTS</title> 
    1517          
    1618        <meta name="generator" content="TYPO3 4.1 CMS" /> 
     
    2325<form name="thisForm"> 
    2426<table cellpadding="2" cellspacing="2" border=0 width=100%> 
    25 <input type="hidden" value="selectLidarO3t" name="methodName"> 
    26 <input type="hidden" value="LIDAR O3 TROPO" name="instrument"> 
     27<input type="hidden" value="selectUmk" name="methodName"> 
     28<input type="hidden" value="UMKEHR" name="instrument"> 
    2729<input type="hidden" value="${station}" name="station"> 
    2830<input type="hidden" value="${firstDate}" id="di" name="dateinf"> 
    2931<tr> 
    3032 
    31 <td width=90px height=5 class=blanc1>${station} LIDAR O3 TROPO</td> 
    32 <td width=50px  class=blanc2 align=right>Year&nbsp; 
     33<td width=90px height=5 class=blanc1>${station} UMKEHR</td> 
     34<td width=50px  class=blanc2 align=right><spring:message code="annee"/>&nbsp; 
    3335<select id="year" onChange='loadVisus()'> 
    34  
    35         <option value='2010' <c:if test="${year == '2010'}">selected</c:if> >2010</option> 
    36         <option value='2009' <c:if test="${year == '2009'}">selected</c:if> >2009</option> 
     36    <option value='2009' <c:if test="${year == '2009'}">selected</c:if> >2009</option> 
    3737        <option value='2008' <c:if test="${year == '2008'}">selected</c:if> >2008</option> 
    3838        <option value='2007' <c:if test="${year == '2007'}">selected</c:if> >2007</option> 
     
    5454        <option value='1991' <c:if test="${year == '1991'}">selected</c:if> >1991</option> 
    5555        <option value='1990' <c:if test="${year == '1990'}">selected</c:if> >1990</option> 
     56    <option value='1989' <c:if test="${year == '1989'}">selected</c:if> >1989</option> 
     57    <option value='1988' <c:if test="${year == '1988'}">selected</c:if> >1988</option> 
     58    <option value='1987' <c:if test="${year == '1987'}">selected</c:if> >1987</option> 
     59    <option value='1986' <c:if test="${year == '1986'}">selected</c:if> >1986</option> 
     60    <option value='1985' <c:if test="${year == '1985'}">selected</c:if> >1985</option> 
     61    <option value='1984' <c:if test="${year == '1984'}">selected</c:if> >1984</option> 
     62    <option value='1983' <c:if test="${year == '1983'}">selected</c:if> >1983</option> 
    5663         
    5764</select> 
    5865</td> 
    5966 
    60 <td width=50px class=blanc2 align=left>Month&nbsp; 
     67<td width=50px class=blanc2 align=left><spring:message code="mois"/>&nbsp; 
    6168<select id="month" onChange='loadVisus()'> 
    62         <option value='01' <c:if test="${month == '01'}">selected</c:if> >January</option> 
    63         <option value='02' <c:if test="${month == '02'}">selected</c:if> >Febuary</option> 
    64         <option value='03' <c:if test="${month == '03'}">selected</c:if> >March</option> 
    65         <option value='04' <c:if test="${month == '04'}">selected</c:if> >April</option> 
    66         <option value='05' <c:if test="${month == '05'}">selected</c:if> >May</option> 
    67         <option value='06' <c:if test="${month == '06'}">selected</c:if> >June</option> 
    68         <option value='07' <c:if test="${month == '07'}">selected</c:if> >July</option> 
    69         <option value='08' <c:if test="${month == '08'}">selected</c:if> >August</option> 
    70         <option value='09' <c:if test="${month == '09'}">selected</c:if> >September</option> 
    71         <option value='10' <c:if test="${month == '10'}">selected</c:if> >October</option> 
    72         <option value='11' <c:if test="${month == '11'}">selected</c:if> >November</option> 
    73         <option value='12' <c:if test="${month == '12'}">selected</c:if> >December</option> 
     69        <option value='01' <c:if test="${month == '01'}">selected</c:if> ><spring:message code="janvier"/></option> 
     70        <option value='02' <c:if test="${month == '02'}">selected</c:if> ><spring:message code="fevrier"/></option> 
     71        <option value='03' <c:if test="${month == '03'}">selected</c:if> ><spring:message code="mars"/></option> 
     72        <option value='04' <c:if test="${month == '04'}">selected</c:if> ><spring:message code="avril"/></option> 
     73        <option value='05' <c:if test="${month == '05'}">selected</c:if> ><spring:message code="mai"/></option> 
     74        <option value='06' <c:if test="${month == '06'}">selected</c:if> ><spring:message code="juin"/></option> 
     75        <option value='07' <c:if test="${month == '07'}">selected</c:if> ><spring:message code="juillet"/></option> 
     76        <option value='08' <c:if test="${month == '08'}">selected</c:if> ><spring:message code="aout"/></option> 
     77        <option value='09' <c:if test="${month == '09'}">selected</c:if> ><spring:message code="septembre"/></option> 
     78        <option value='10' <c:if test="${month == '10'}">selected</c:if> ><spring:message code="octobre"/></option> 
     79        <option value='11' <c:if test="${month == '11'}">selected</c:if> ><spring:message code="novembre"/></option> 
     80        <option value='12' <c:if test="${month == '12'}">selected</c:if> ><spring:message code="decembre"/></option> 
    7481</select> 
    7582 
     
    8289 
    8390<c:choose> 
    84         <c:when test="${plotsList=='[]'}"><tr><td class="rougeb">No plots for this period</td></tr> 
     91        <c:when test="${plotsList=='[]'}"><tr><td class="rougeb"><spring:message code="noplot.period"/></td></tr> 
    8592        </c:when> 
    8693        <c:otherwise> 
Note: See TracChangeset for help on using the changeset viewer.