Changeset 797 for ether_ndacc


Ignore:
Timestamp:
09/26/14 15:43:44 (10 years ago)
Author:
npipsl
Message:

Rajout 2014 dans le menu deroulant des ecc DDU long term

Location:
ether_ndacc/trunk/web
Files:
2 edited

Legend:

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

    r792 r797  
    218218                //rep="./resources/visu/ohp/lidar/o3_strato"; 
    219219                station = "DDU"; 
    220                 if( year.compareTo( "1970" ) == 0 ) year = "2012"; 
     220                if( year.compareTo( "1970" ) == 0 ) year = "2014"; 
    221221                //year="2006"; 
    222222            } 
  • ether_ndacc/trunk/web/visus_ecc.jsp

    r770 r797  
    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.