source: ether_eccad/trunk/ECCAD_INTERFACE/JSF/visualisation/classe.jsp

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

maj eccad V3.2

  • Property svn:executable set to *
File size: 1.4 KB
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 class="selection" style="position: relative; width: 720px; height: 110px;"> 
8                <div style="width: 320px; float: right;">
9                </f:verbatim>
10                        <%--jstl:import url="./commun/zone_affiche.jsp"/--%>
11                        <jstl:import url="./commun/colormap.jsp"/>
12                        <%--jstl:import url="./commun/classmap.jsp"/--%>                <f:verbatim>
13                </div>
14               
15                <div style="width: 340px; float: left;">
16                        <div id="DateStudy" class="bloc" style="width: 100%;">
17                                <div class="legendbloc">Selection</div>
18                                <table width="100%"><tr><td width="30%" align="left" class="valeur">
19                                </f:verbatim>
20                                        <h:outputText value="Mask"/>
21                                <f:verbatim>
22                                </td><td width="70%">
23                                </f:verbatim>
24                                        <h:selectOneMenu id="grille_liste" style="width: 100%;" value="#{critereBean.grille}" onchange="javascript:clicDefault();submit();" valueChangeListener="#{carteBean.changeGrille}">
25                                                <f:selectItems id="idListGrille" value="#{critereBean.liste_grille}"/>
26                                        </h:selectOneMenu>
27                                <f:verbatim>
28                                </td></tr></table>
29                        </div> <!-- ferme study grid -->
30                        </f:verbatim>
31                        <f:verbatim>
32                <script language="JavaScript" src="../JavaScript/classe_aff.js"> </script>
33</div><div style="width: 100px; height: 1px; background-color: transparent; position: relative;"></div>
34</f:verbatim>
Note: See TracBrowser for help on using the repository browser.