source: ether_eccad/trunk/ECCAD_INTERFACE/JSF/visualisation/temporel.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: 1.8 KB
RevLine 
[68]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
7                <f:verbatim>
8                <div class="selection" style="position: relative; height: 225px; width: 720px;"> 
9                <div style="width: 370px; float: right;">
10                </f:verbatim>
11                <jstl:import url="./commun/zone_affiche.jsp"/>
12                <f:verbatim>
13                </div>
14               
15                <div style="width: 350px; float: left;">
16                        <div id="DateStudy" class="bloc" style="width: 100%; position:relative;">
17                                <div class="legendbloc">Grid Selection</div>
18                                <div class="actifNan">
19                                </f:verbatim>
20                                        <h:graphicImage id="imdok" rendered="#{carteBean.gridOn}" url="../images/ok.gif"></h:graphicImage>
21                                        <h:commandButton id="imdok2" onclick="javascript:clicDefault();" rendered="#{carteBean.statOn}" image="../images/cercle.gif" actionListener="#{carteBean.stopStatistique}" style="cursor:pointer; background-color: transparent;"/>
22                                <f:verbatim>
23                                </div>
24                                <table width="100%"><tr><td width="30%" align="left" class="valeur">
25                                </f:verbatim>
26                                <h:outputText value="Date"/>
27                                <f:verbatim>
28                                </td><td>
29                                </f:verbatim>
30                                       
31                                        <h:selectOneMenu style="width: 100%;" value="#{critereBean.grille}" onchange="javascript:clicDefault();submit();" valueChangeListener="#{carteBean.dessinCarte}">
32                                                <f:selectItems value="#{critereBean.liste_grille}"/>
33                                        </h:selectOneMenu>
34                                       
35                                <f:verbatim>
36                                        </td></tr></table>
37                        </div> <!-- ferme study date -->
38                        </f:verbatim>
39
40                                <jstl:import url="./commun/statistique_liste.jsp"/>
41                                <jstl:import url="./commun/colormap.jsp"/>
42                        <f:verbatim>
43                </div>
44</div><div style="width: 100px; height: 1px; background-color: transparent; position: relative;"></div></f:verbatim>
45       
46
47
Note: See TracBrowser for help on using the repository browser.