Ignore:
Timestamp:
02/27/14 14:42:03 (10 years ago)
Author:
npipsl
Message:

Mise a à jour commit Nat

File:
1 edited

Legend:

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

    r518 r770  
    205205                if( year.compareTo( "1970" ) == 0 ) year = "2007"; 
    206206            } 
    207             else if( station.compareTo( "LA REUNION" ) == 0 || station.compareTo( "reunion" ) == 0 ) 
     207            else if( station.compareTo( "REU" ) == 0 || station.compareTo( "reu" ) == 0 || station.compareTo( "reunion" ) == 0 || station.compareTo( "LA REUNION" ) == 0 || station.compareTo( "REUNION" ) == 0 ) 
    208208            { 
    209209                rep = "./resources/visu/reu/ecc"; 
    210210                //rep="./resources/visu/ohp/lidar/o3_strato"; 
    211211                station = "LA REUNION"; 
    212                 if( year.compareTo( "1970" ) == 0 ) year = "2006"; 
     212                if( year.compareTo( "1970" ) == 0 ) year = "2004"; 
    213213                //year="2006"; 
    214214            } 
     
    218218                //rep="./resources/visu/ohp/lidar/o3_strato"; 
    219219                station = "DDU"; 
    220                 if( year.compareTo( "1970" ) == 0 ) year = "1991"; 
     220                if( year.compareTo( "1970" ) == 0 ) year = "2012"; 
    221221                //year="2006"; 
    222222            } 
     
    265265                    station = "OHP"; 
    266266                    if( year.compareTo( "1970" ) == 0 ) { 
    267                             year = "2012"; 
    268                             month = DateHelper.formatDate(new Date(),"MM"); 
     267                           year = "2013"; 
     268 
     269                           month = DateHelper.formatDate(new Date(),"MM"); 
     270                           //month = "05"; 
    269271 
    270272                    } 
     
    373375                { 
    374376 
    375                     year = "1991"; 
     377                    year = "2012"; 
    376378                } 
    377379            } 
     
    390392                if( year.compareTo( "1970" ) == 0 ) 
    391393                { 
    392                     year = "1991"; 
     394                    year = "2010"; 
    393395                    //month="04"; 
    394396                } 
     
    442444                if( year.compareTo( "1970" ) == 0 ) 
    443445                { 
    444                     year = "2007"; 
    445                     month = "05"; 
     446                    year = "2012"; 
     447                    month = "01"; 
    446448                    dateinf = year + month + "01"; 
    447449                } 
     
    565567                if( year.compareTo( "1970" ) == 0 ) 
    566568                { 
    567                     year = "2009"; 
     569                    year = "2013"; 
    568570                    month = "01"; 
    569571                } 
Note: See TracChangeset for help on using the changeset viewer.