Changeset 823 for ether_ndacc


Ignore:
Timestamp:
07/28/15 14:57:17 (9 years ago)
Author:
npipsl
Message:

Mise à jour page ohp
Mise à jour dates menu deroulant pout ecc ohp et ddu

Location:
ether_ndacc/trunk/web
Files:
3 edited

Legend:

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

    r820 r823  
    152152<td class="blanc2" width="15%"><a href="" onclick="openW ('./ozone.jsp', NWIN1, WCONF1);">O3</a> tropospheric profiles 
    153153 
    154 <br><span class="itap"><i>(4-14 km)</i></span></td> 
     154<br><span class="itap"><i>(3-14 km ASL)</i></span></td> 
    155155<td class="blanc2" width="15%">G. Ancellet</td> 
    156156<td class="blanc2" width="22%"><a href="" onclick="OuvrirPageWD ('./disclaimer.jsp','ftp://ftp.cpc.ncep.noaa.gov/ndacc/station/ohp/ames/lidar/')" title="Data access" target="_blank">1990-2010/2012-2013</a> 
     
    228228<td class="blanc2" width=""><a href="" onclick="openW ('./ecc.jsp', NWIN1, WCONF1);">ECC</a></td> 
    229229<td class="blanc2" width=""><a href="" onclick="openW ('./ozone.jsp', NWIN1, WCONF1);">O3</a> profiles</td> 
    230 <td class="blanc2" width="">S. Godin-Beekmann and G. Ancellet</td> 
     230<td class="blanc2" width="">G. Ancellet</td> 
    231231<td class="blanc2" width=""><a href="" title="Data access" onclick="OuvrirPageWD ('./disclaimer.jsp','ftp://ftp.cpc.ncep.noaa.gov/ndacc/station/ohp/ames/o3sonde/')">1995-2014</a> 
    232232<br><i>pattern files : oh[yy][mm][dd].b*</i> 
  • ether_ndacc/trunk/web/src/com/ether/Controller.java

    r799 r823  
    203203                rep = "./resources/visu/ohp/ecc"; 
    204204                station = "OHP"; 
    205                 if( year.compareTo( "1970" ) == 0 ) year = "2007"; 
     205                if( year.compareTo( "1970" ) == 0 ) year = "2014"; 
    206206            } 
    207207            else if( station.compareTo( "REU" ) == 0 || station.compareTo( "reu" ) == 0 || station.compareTo( "reunion" ) == 0 || station.compareTo( "LA REUNION" ) == 0 || station.compareTo( "REUNION" ) == 0 ) 
     
    210210                //rep="./resources/visu/ohp/lidar/o3_strato"; 
    211211                station = "LA REUNION"; 
    212                 if( year.compareTo( "1970" ) == 0 ) year = "2004"; 
     212                if( year.compareTo( "1970" ) == 0 ) year = "2014"; 
    213213                //year="2006"; 
    214214            } 
     
    218218                //rep="./resources/visu/ohp/lidar/o3_strato"; 
    219219                station = "DDU"; 
    220                 if( year.compareTo( "1970" ) == 0 ) year = "2014"; 
     220                if( year.compareTo( "1970" ) == 0 ) year = "2015"; 
    221221                //year="2006"; 
    222222            } 
  • ether_ndacc/trunk/web/visus_ecc.jsp

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