Changeset 799 for ether_ndacc


Ignore:
Timestamp:
10/10/14 15:43:33 (10 years ago)
Author:
npipsl
Message:

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

Location:
ether_ndacc/trunk/web
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ether_ndacc/trunk/web/src/com/ether/Controller.java

    r797 r799  
    376376                { 
    377377 
    378                     year = "2012"; 
     378                    year = "2014"; 
    379379                } 
    380380            } 
     
    642642                if( year.compareTo( "1970" ) == 0 ) 
    643643                { 
    644                     year = "2010"; 
    645                     month = "11"; 
     644                    year = "2014"; 
     645                    month = "09"; 
    646646                } 
    647647            } 
  • ether_ndacc/trunk/web/visus_lidar_aerosols.jsp

    r770 r799  
    3434<td width=50px  class=blanc2 align=right><spring:message code="annee"/>&nbsp; 
    3535<select id="year" onChange='loadVisus()'> 
     36    <option value='2014' <c:if test="${year == '2014'}">selected</c:if> >2014</option> 
    3637    <option value='2013' <c:if test="${year == '2013'}">selected</c:if> >2013</option> 
    3738    <option value='2012' <c:if test="${year == '2012'}">selected</c:if> >2012</option> 
  • ether_ndacc/trunk/web/visus_lidar_o3s.jsp

    r770 r799  
    3535<td width=50px  class=blanc2 align=right><spring:message code="annee"/>&nbsp; 
    3636<select id="year" onChange='loadVisus()'> 
     37    <option value='2014' <c:if test="${year == '2014'}">selected</c:if> >2014</option> 
    3738    <option value='2013' <c:if test="${year == '2013'}">selected</c:if> >2013</option> 
    3839    <option value='2012' <c:if test="${year == '2012'}">selected</c:if> >2012</option> 
Note: See TracChangeset for help on using the changeset viewer.