source: ether_eccad/trunk/ECCAD_INTERFACE/JSF/commun/colormap.jsp @ 68

Last change on this file since 68 was 68, checked in by cbipsl, 14 years ago

commit v1 eccad

  • Property svn:executable set to *
File size: 957 bytes
Line 
1<%@ page contentType="text/html" %>
2<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
3<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
4<%@ taglib uri="http://java.sun.com/jstl/core" prefix="jstl" %>
5
6<f:verbatim>
7        <div id="ColorMap" class="bloc" style="width: 100%; float: left;">
8                <div class="legendbloc">ColorMap Selection</div>
9                <table width="100%">
10                <tr><td width="30%" align="left" class="valeur">
11</f:verbatim>
12
13                <h:outputText value="ColorMap"/>
14
15<f:verbatim>
16                </td><td width="70%">
17</f:verbatim>
18
19                <h:selectOneMenu id="carte_colormap_liste1" style="width: 100%;" binding="#{carteBean.colormapUI}" value="#{carteBean.colormap_id}" valueChangeListener="#{carteBean.changeColormap}" onchange="javascript:clicDefault();submit();">
20                        <f:selectItems id="carte_colormap_listeselected1" value="#{carteBean.liste_colormap}"/>
21                </h:selectOneMenu>
22               
23<f:verbatim>
24                        </td></tr></table>
25        </div> <!-- ferme colormap -->
26</f:verbatim>
Note: See TracBrowser for help on using the repository browser.