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

ajout umkehr

File:
1 edited

Legend:

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

    r113 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"%> 
     
    3032 
    3133<td width=90px height=5 class=blanc1>${station} RAYLEIGH TEMPERATURE LIDAR</td> 
    32 <td width=50px  class=blanc2 align=right>Year&nbsp; 
     34<td width=50px  class=blanc2 align=right><spring:message code="annee"/>&nbsp; 
    3335<select id="year" onChange='loadVisus()'> 
    3436 
     
    5759</td> 
    5860 
    59 <td width=50px class=blanc2 align=left>Month&nbsp; 
     61<td width=50px class=blanc2 align=left><spring:message code="mois"/>&nbsp; 
    6062<select id="month" onChange='loadVisus()'> 
    61         <option value='01' <c:if test="${month == '01'}">selected</c:if> >January</option> 
    62         <option value='02' <c:if test="${month == '02'}">selected</c:if> >Febuary</option> 
    63         <option value='03' <c:if test="${month == '03'}">selected</c:if> >March</option> 
    64         <option value='04' <c:if test="${month == '04'}">selected</c:if> >April</option> 
    65         <option value='05' <c:if test="${month == '05'}">selected</c:if> >May</option> 
    66         <option value='06' <c:if test="${month == '06'}">selected</c:if> >June</option> 
    67         <option value='07' <c:if test="${month == '07'}">selected</c:if> >July</option> 
    68         <option value='08' <c:if test="${month == '08'}">selected</c:if> >August</option> 
    69         <option value='09' <c:if test="${month == '09'}">selected</c:if> >September</option> 
    70         <option value='10' <c:if test="${month == '10'}">selected</c:if> >October</option> 
    71         <option value='11' <c:if test="${month == '11'}">selected</c:if> >November</option> 
    72         <option value='12' <c:if test="${month == '12'}">selected</c:if> >December</option> 
     63        <option value='01' <c:if test="${month == '01'}">selected</c:if> ><spring:message code="janvier"/></option> 
     64        <option value='02' <c:if test="${month == '02'}">selected</c:if> ><spring:message code="fevrier"/></option> 
     65        <option value='03' <c:if test="${month == '03'}">selected</c:if> ><spring:message code="mars"/></option> 
     66        <option value='04' <c:if test="${month == '04'}">selected</c:if> ><spring:message code="avril"/></option> 
     67        <option value='05' <c:if test="${month == '05'}">selected</c:if> ><spring:message code="mai"/></option> 
     68        <option value='06' <c:if test="${month == '06'}">selected</c:if> ><spring:message code="juin"/></option> 
     69        <option value='07' <c:if test="${month == '07'}">selected</c:if> ><spring:message code="juillet"/></option> 
     70        <option value='08' <c:if test="${month == '08'}">selected</c:if> ><spring:message code="aout"/></option> 
     71        <option value='09' <c:if test="${month == '09'}">selected</c:if> ><spring:message code="septembre"/></option> 
     72        <option value='10' <c:if test="${month == '10'}">selected</c:if> ><spring:message code="octobre"/></option> 
     73        <option value='11' <c:if test="${month == '11'}">selected</c:if> ><spring:message code="novembre"/></option> 
     74        <option value='12' <c:if test="${month == '12'}">selected</c:if> ><spring:message code="decembre"/></option> 
    7375</select> 
    7476 
     
    8183 
    8284<c:choose> 
    83         <c:when test="${plotsList=='[]'}"><tr><td class="rougeb">No plots for this period</td></tr> 
     85        <c:when test="${plotsList=='[]'}"><tr><td class="rougeb"><spring:message code="noplot.period"/></td></tr> 
    8486        </c:when> 
    8587        <c:otherwise> 
Note: See TracChangeset for help on using the changeset viewer.