Ignore:
Timestamp:
03/09/12 13:18:57 (12 years ago)
Author:
rboipsl
Message:

ajout realtime ecc ohp

File:
1 copied

Legend:

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

    r364 r405  
    1414                 
    1515         
    16         <title>OHP LIDAR PLOTS</title> 
     16        <title>OHP ECC REALTIME PLOTS</title> 
    1717          
    1818        <meta name="generator" content="TYPO3 4.1 CMS" /> 
     
    2525<form name="thisForm"> 
    2626<table cellpadding="2" cellspacing="2" border=0 width=100%> 
    27 <input type="hidden" value="selectEcc" name="methodName"> 
     27<input type="hidden" value="selectEccRT" name="methodName"> 
    2828<input type="hidden" value="ECC" name="instrument"> 
    2929<input type="hidden" value="${station}" name="station"> 
     30<input type="hidden" value="rt" name="type"> 
    3031<input type="hidden" value="${firstDate}" id="di" name="dateinf">     <%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> 
    3132<%@ taglib prefix="ether" tagdir="/WEB-INF/tags" %> 
    3233<tr> 
    3334 
    34 <td width=90px height=5 class=blanc1>${station} OZONE SONDE</td> 
     35<td width=90px height=5 class=blanc1>${station} OZONE SONDE REALTIME</td> 
    3536<td width=50px  class=blanc2 align=right><spring:message code="annee"/>&nbsp; 
    3637<select id="year" onChange='loadVisus()'> 
    37  
    38         <option value='2010' <c:if test="${year == '2010'}">selected</c:if> >2010</option> 
    39         <option value='2009' <c:if test="${year == '2009'}">selected</c:if> >2009</option> 
    40         <option value='2008' <c:if test="${year == '2008'}">selected</c:if> >2008</option> 
    41         <option value='2007' <c:if test="${year == '2007'}">selected</c:if> >2007</option> 
    42         <option value='2006' <c:if test="${year == '2006'}">selected</c:if> >2006</option> 
    43         <option value='2005' <c:if test="${year == '2005'}">selected</c:if> >2005</option> 
    44         <option value='2004' <c:if test="${year == '2004'}">selected</c:if> >2004</option> 
    45         <option value='2003' <c:if test="${year == '2003'}">selected</c:if> >2003</option> 
    46         <option value='2002' <c:if test="${year == '2002'}">selected</c:if> >2002</option> 
    47         <option value='2001' <c:if test="${year == '2001'}">selected</c:if> >2001</option> 
    48         <option value='2000' <c:if test="${year == '2000'}">selected</c:if> >2000</option> 
    49         <option value='1999' <c:if test="${year == '1999'}">selected</c:if> >1999</option> 
    50         <option value='1998' <c:if test="${year == '1998'}">selected</c:if> >1998</option> 
    51         <option value='1997' <c:if test="${year == '1997'}">selected</c:if> >1997</option> 
    52         <option value='1996' <c:if test="${year == '1996'}">selected</c:if> >1996</option> 
    53         <option value='1995' <c:if test="${year == '1995'}">selected</c:if> >1995</option> 
    54         <option value='1994' <c:if test="${year == '1994'}">selected</c:if> >1994</option> 
    55         <option value='1993' <c:if test="${year == '1993'}">selected</c:if> >1993</option> 
    56         <option value='1992' <c:if test="${year == '1992'}">selected</c:if> >1992</option> 
    57         <option value='1991' <c:if test="${year == '1991'}">selected</c:if> >1991</option> 
    58          
     38    <option value='2012' <c:if test="${year == '2012'}">selected</c:if> >2012</option> 
     39    <option value='2011' <c:if test="${year == '2011'}">selected</c:if> >2011</option> 
    5940</select> 
    6041</td> 
Note: See TracChangeset for help on using the changeset viewer.