Changeset 840 for ether_ndacc


Ignore:
Timestamp:
01/11/16 11:04:21 (8 years ago)
Author:
npipsl
Message:

Mise à jour copyright 2016, date menu déroulant ecc ohp, date ecc ddu , état instrument Salekhard, date menu déroulant par défaut ladoar o3 tropo et aérosols ohp

Location:
ether_ndacc/trunk/web
Files:
5 edited

Legend:

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

    r820 r840  
    2222<body onload="majMenu('2'); defDivTab();"> 
    2323<div align=center> 
    24 <div style="margin-top: -10px; width: 1230px ;" class="menu1"><!-- début de la boite contenant les onglets --> 
     24<div style="margin-top: -10px; width: 1230px ;" class="menu1"><!-- début de la boite contenant les onglets  --> 
    2525 
    2626<jsp:include page="template_haut.jsp" /> 
     
    182182    <td class="blanc2" width="220"><a href="" onclick="openW ('./ozone.jsp', NWIN1, WCONF1);">O3</a> profiles</td> 
    183183    <td class="blanc2" width="180">M. Marchand</td> 
    184     <td class="blanc2" width="220"><a href="" title="Data access" onclick="OuvrirPageWD ('./disclaimer.jsp','ftp://ftp.cpc.ncep.noaa.gov/ndacc/station/dumont/ames/o3sonde/')">1991-2015</a> 
     184    <td class="blanc2" width="220"><a href="" title="Data access" onclick="OuvrirPageWD ('./disclaimer.jsp','ftp://ftp.cpc.ncep.noaa.gov/ndacc/station/dumont/ames/o3sonde/')">1991-2016</a> 
    185185    <br><i>pattern files : du[yy][mm][dd].b*</i></td> 
    186186 
  • ether_ndacc/trunk/web/data_salekhard.jsp

    r778 r840  
    1515<body onload="majMenu('2');"> 
    1616<div align=center> 
    17 <div style="margin-top: -10px; width: 1230px ;" class="menu1"><!-- début de la boite contenant les onglets --> 
     17<div style="margin-top: -10px; width: 1230px ;" class="menu1"><!-- début de la boite contenant les onglets  --> 
    1818 
    1919<jsp:include page="template_haut.jsp" /> 
     
    118118        </a> 
    119119    </td> 
    120     <td class="vert" width="14%"><spring:message code="courant"/></td> 
     120    <td class="rouge" width="14%"><spring:message code="inactif"/></td> 
    121121    </tr> 
    122122 
  • ether_ndacc/trunk/web/src/com/ether/Controller.java

    r839 r840  
    2525        extends ControllerEther 
    2626{ 
    27     /** *********************************************************** **/ 
     27    /** ********************************************************** * **/ 
    2828    /** *********************** VIEWS ***************************** **/ 
    2929    /** *********************************************************** **/ 
     
    266266                    if( year.compareTo( "1970" ) == 0 ) { 
    267267                           //year = "2013"; 
    268                            year = "2014"; 
     268                           year = "2016"; 
    269269 
    270270                           month = DateHelper.formatDate(new Date(),"MM"); 
     
    445445                if( year.compareTo( "1970" ) == 0 ) 
    446446                { 
    447                     year = "2012"; 
     447                    year = "2014"; 
    448448                    month = "01"; 
    449449                    dateinf = year + month + "01"; 
     
    631631                if( year.compareTo( "1970" ) == 0 ) 
    632632                { 
    633                     year = "2009"; 
     633                    year = "2013"; 
    634634                    month = "01"; 
    635635                } 
  • ether_ndacc/trunk/web/template_haut.jsp

    r807 r840  
    33<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> 
    44 
    5 <!--Bandeau du haut--> 
     5<!--Bandeau du haut --> 
    66<script type="text/javascript" src="<c:url value="./resources/css/etherTypo.js"/>"></script> 
    77 
     
    1616    </tr> 
    1717 
    18 <tr><td></td><td colspan="5" align="right" valign="top"><font size=0 color="#FFFFFF">Copyright 2015 CNES-CNRS</font></td></tr> 
     18<tr><td></td><td colspan="5" align="right" valign="top"><font size=0 color="#FFFFFF">Copyright 2016 CNES-CNRS</font></td></tr> 
    1919     <tr> <td width="1%"> 
    2020 
  • ether_ndacc/trunk/web/visus_ecc_realtime.jsp

    r808 r840  
    3636<td width=50px  class=blanc2 align=right><spring:message code="annee"/>&nbsp; 
    3737<select id="year" onChange='loadVisus()'> 
     38    <option value='2016' <c:if test="${year == '2016'}">selected</c:if> >2016</option> 
    3839    <option value='2015' <c:if test="${year == '2015'}">selected</c:if> >2015</option> 
    3940    <option value='2014' <c:if test="${year == '2014'}">selected</c:if> >2014</option> 
    40     <!--<option value='2013' <c:if test="${year == '2013'}">selected</c:if> >2013</option>--> 
     41    <!--<option value='2013' <c:if test="${year == '2013'}">selected</c:if> >2013</option> --> 
    4142</select> 
    4243</td> 
Note: See TracChangeset for help on using the changeset viewer.