Changeset 792 for ether_ndacc


Ignore:
Timestamp:
06/10/14 15:46:49 (10 years ago)
Author:
npipsl
Message:

Mise à jour menu deroulant pour les ecc real time ohp : suppression de 2013

Location:
ether_ndacc/trunk/web
Files:
2 edited

Legend:

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

    r770 r792  
    265265                    station = "OHP"; 
    266266                    if( year.compareTo( "1970" ) == 0 ) { 
    267                            year = "2013"; 
     267                           //year = "2013"; 
     268                           year = "2014"; 
    268269 
    269270                           month = DateHelper.formatDate(new Date(),"MM"); 
  • ether_ndacc/trunk/web/visus_ecc_realtime.jsp

    r770 r792  
    3737<select id="year" onChange='loadVisus()'> 
    3838    <option value='2014' <c:if test="${year == '2014'}">selected</c:if> >2014</option> 
    39     <option value='2013' <c:if test="${year == '2013'}">selected</c:if> >2013</option> 
     39    <!--<option value='2013' <c:if test="${year == '2013'}">selected</c:if> >2013</option>--> 
    4040</select> 
    4141</td> 
Note: See TracChangeset for help on using the changeset viewer.