Ignore:
Timestamp:
04/26/10 19:12:49 (14 years ago)
Author:
cbipsl
Message:

maj eccad V3.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_eccad/trunk/ECCAD_INTERFACE/JSF/page_em_landcover.jsp

    r68 r70  
    9595                                <div class="navigV"> 
    9696                                        <div style="width: 100%; margin-top: 10px" align="center"> 
    97                                                 <h:graphicImage value="/images/ECCAD_small.gif" width="100px"></h:graphicImage> 
     97                                        <div class="copyright">Copyright 2006-2008<br/>CNES-CNRS</div> 
     98                                                <h:outputLink value="#{UrlBean.url.url_home}"> 
     99                                                        <h:graphicImage value="/images/ECCAD_small.gif" width="100px"></h:graphicImage> 
     100                                                </h:outputLink> 
    98101                                        </div> 
    99102                                        <div class="nom" style="width: 100%;"> 
     
    135138                                                                <div class="legendbloc">Product Selection</div> 
    136139                                                                <table width="100%"> 
    137                                                                         <tr><td class="valeur" width="30%"> 
     140                                                                        <tr><td class="valeur" width="15%"> 
    138141                                                                            <h:outputText value="Product"/> 
    139                                                                         </td><td class="valeur" width="70%" align="left"> 
    140                                                                                 <h:selectOneMenu style="width: 70%;" value="#{emissionBean.landcover.landproduit.id_item}"> 
     142                                                                        </td><td class="valeur" width="85%" align="left"> 
     143                                                                                <h:selectOneMenu style="width: 20%;" value="#{emissionBean.landcover.landproduit.id_item}" binding="#{emissionBean.landcover.landproduit.itemUI}"> 
    141144                                                                                        <f:selectItems value="#{emissionBean.landcover.landproduit.liste_item}"/> 
    142145                                                                                </h:selectOneMenu> 
    143146                                                                        </td></tr> 
    144147                                                                        <tr> 
    145                                                                         <td class="valeur" width="30%" valign="top"> 
     148                                                                        <td class="valeur" width="15%" valign="top"> 
    146149                                                                                <h:outputText value="Description"/> 
    147150                                                                                <div align="center" style="width: 100%; padding-top: 10px;"> 
     
    150153                                                                        </td> 
    151154                                                                        <td> 
    152                                                                                 <div class="valeur" style="width: 70%; height: 80px; overflow: auto;"> 
     155                                                                                <div class="valeur" style="width: 70%; overflow: auto;"> 
    153156                                                                                <h:outputText value="#{emissionBean.landcover.landproduit.header_item}" /> 
    154157                                                                        </div> 
     
    163166                         value="#{emissionBean.landcover.liste_vegetation}" var="vegetation"  
    164167                         cellpadding="5" cellspacing="1px" 
    165                          id="tableau_vegetation" 
    166                          > 
    167                           
     168                         id="tableau_vegetation"> 
     169 
    168170                         <h:column rendered="true"> 
    169                             <h:inputHidden value="#{vegetation.selected}" valueChangeListener=""/> 
     171                            <h:inputHidden value="#{vegetation.selected}"/> 
    170172                            <h:outputText escape="false" value="<div class=\"liste_out\" onmouseout=\"mouseOut(#{vegetation.id});\" onmouseover=\"mouseIn(#{vegetation.id});\" style=\"width=100%;\" onclick=\"selectIt(#{vegetation.id});\" name=\"select_#{vegetation.id}\" id=\"select_#{vegetation.id}\">"></h:outputText> 
    171173                            <h:outputText value="#{vegetation.nom}" /> 
    172174                            <h:outputText escape="false"  value="</div>"></h:outputText> 
    173175                         </h:column> 
    174                                           
    175                           
     176 
    176177                        </h:dataTable> 
    177178                        <div style="color: red; font-weight: bold;"><h:outputText value="#{emissionBean.landcover.message}"></h:outputText> </div> 
    178179                                                        </div> 
    179                                         <div class="bloc" style="position: relative; margin-left: 5px; width: 80%; height: 50px; margin-top: 40px; border-style: none;background-color: transparent;"> 
     180                                        <div class="bloc" style="position: relative; margin-left: 5px; width: 80%; height: 50px; border-style: none;background-color: transparent;"> 
     181                                                <div style="position: absolute; left: 10px"> 
     182                                                        <h:commandButton action="#{emissionBean.prevLandcover}" styleClass="commandbouton" style="width: 170px; height: 30px;" value="Previous step" ></h:commandButton> 
     183                                                </div> 
    180184                                                <div style="position: absolute; right: 10px"> 
    181                                                         <h:commandButton action="#{emissionBean.nextBurntArea}" styleClass="commandbouton" style="width: 150px; height: 30px;" value="next step" ></h:commandButton> 
     185                                                        <h:commandButton action="#{emissionBean.nextBurntArea}" styleClass="commandbouton" style="width: 150px; height: 30px;" value="Next step" ></h:commandButton> 
    182186                                                </div> 
    183187                                        </div><!-- ferme conteneur bouton -->    
Note: See TracChangeset for help on using the changeset viewer.