1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:pou="http://primefaces.org/ui"
xmlns:f="http://java.sun.com/jsf/core" >
<h:body>
<ui:composition template="commonCA_Layout.xhtml">
<ui:define name="content">
<h:form>
<!-- <div id="formulaire">
<pou:growl id="rechercheGrowl" showDetail="true" sticky="true"/>
<pou:panel header="Chercher une compétence ERS" styleClass="panel">
<h:outputText value="1. Sélectionnez la spécialité souhaitée" styleClass="text"/>
<pou:panelGrid id="panelGrid" columns="2" styleClass="panelGrid" >
<f:facet name="header">
Sélection du produit
</f:facet>
<h:outputText value="Famille"/>
<pou:selectOneMenu id="choixFamille" value="#{famille.libelle}" styleClass="selectOneMenu">
<f:selectItems value="#{indexCAController.nom_famille}"/>
<pou:ajax id="ajax1" listener="#{indexCAController.codeFamille()}" rendered="choixMarque" update="choixMarque" onstart="enCours.show()" oncomplete="enCours.hide()"/>
</pou:selectOneMenu>
<h:outputText value="Marque"/>
<pou:selectOneMenu id="choixMarque" value="#{produit.libelle}" styleClass="selectOneMenu">
<f:selectItems value="#{indexCAController.nom_produit}"/>
<pou:ajax id="ajax2" listener="#{indexCAController.codeMarque()}" rendered="choixSpecialite" update="choixSpecialite" onstart="enCours.show()" oncomplete="enCours.hide()"/>
</pou:selectOneMenu>
<h:outputText value="Produit"/>
<pou:selectOneMenu id="choixSpecialite" value="#{technique.nomTechnique}" styleClass="selectOneMenu">
<f:selectItems value="#{indexCAController.nom_technique}" />
</pou:selectOneMenu>
</pou:panelGrid>
<pou:commandLink id="intuitif" action="indexCAIntuitif">
<h:outputText value="Je ne trouve pas mon produit ?"/>
</pou:commandLink>
<h:outputText value="2. Sélectionnez le(s) niveaux recherché(s)" styleClass="text"/>
<pou:selectManyCheckbox id="choixCompBox" value="#{competence.selectedCompetence}" styleClass="choixCompBox" layout="pageDirection">
<f:selectItem itemLabel="0: Ne connait pas" itemValue="0"/>
<f:selectItem itemLabel="1: Base non autonome" itemValue="1"/>
<f:selectItem itemLabel="2: Autonome" itemValue="2"/>
<f:selectItem itemLabel="3: Connaissances avancées" itemValue="3"/>
<f:selectItem itemLabel="4: Expert" itemValue="4"/>
</pou:selectManyCheckbox>
<h:outputText value="3. Validez votre recherche" styleClass="text"/>
<div class="commandButton">
<pou:commandButton value="Localiser"/>
<pou:commandButton value="Afficher" actionListener="#{indexCAController.rechercheTechnicien()}"/>
<pou:commandButton value="Nouvelle recherche" actionListener="#{indexCAController.reset()}" update="panelGrid" process="@this"/>
</div>
</pou:panel>
<pou:confirmDialog id="enCours" header="Recherche en cours" message="Patientez..." severity="alert" widgetVar="enCours"/>
<div id="ville">
<pou:panel header="Techniciens par ville" styleClass="villePanel" toggleable="true">
<div class="villeID">
<h:outputText id="mendeLabel" value="Mende : " styleClass="villeLabel"/>
<h:outputText id="mendeLabelResult" value="#{RechercheTechnicienControleur.mendeCPT}" styleClass="resultVilleLabel"/>
</div>
<div class="villeID">
<h:outputText id="alesLabel" value="Ales : " styleClass="villeLabel"/>
<h:outputText id="alesLabelResult" value="#{RechercheTechnicienControleur.alesCPT}" styleClass="resultVilleLabel"/>
</div>
<div class="villeID">
<h:outputText id="nimesLabel" value="Nîmes : " styleClass="villeLabel"/>
<h:outputText id="nimesLabelResult" value="#{RechercheTechnicienControleur.nimesCPT}" styleClass="resultVilleLabel"/>
</div>
<div class="villeID">
<h:outputText id="montpellierLabel" value="Montpellier : " styleClass="villeLabel"/>
<h:outputText id="montepllierLabelResult" value="#{RechercheTechnicienControleur.montpellierCPT}" styleClass="resultVilleLabel"/>
</div>
<div class="villeID">
<h:outputText id="beziersLabel" value="Béziers : " styleClass="villeLabel"/>
<h:outputText id="beziersLabelResult" value="#{RechercheTechnicienControleur.bezierCPT}" styleClass="resultVilleLabel"/>
</div>
<div class="villeID">
<h:outputText id="narbonneLabel" value="Narbonne : " styleClass="villeLabel"/>
<h:outputText id="narbonneLabelResult" value="#{RechercheTechnicienControleur.narbonneCPT}" styleClass="resultVilleLabel"/>
</div>
<div class="villeID">
<h:outputText id="carcassonneLabel" value="Carcassonne : " styleClass="villeLabel"/>
<h:outputText id="carcassonneLabelResult" value="#{RechercheTechnicienControleur.carcassonneCPT}" styleClass="resultVilleLabel"/>
</div>
<div class="villeID">
<h:outputText id="perpignanLabel" value="Perpignan : " styleClass="villeLabel"/>
<h:outputText id="perpignanLabelResult" value="#{RechercheTechnicienControleur.perpignanCPT}" styleClass="resultVilleLabel"/>
</div>
<div class="villeID">
<h:outputText id="totalLabel" value="Total : " styleClass="villeLabel"/>
<h:outputText id="totalLabelResult" value="#{RechercheTechnicienControleur.totalCPT}" styleClass="resultVilleLabel"/>
</div>
</pou:panel>
</div>
</div>
<div id="resultat">
<pou:panel header="Localisation des résultats" styleClass="resultatPanel">
<div id="localisation">
<pou:gmap id="technicienMap" center="43.59929,3.599396" zoom="7" type="HYBRID" styleClass="gMpap" model="#{RechercheTechnicienControleur.gmapModel}" />
</div>
</pou:panel>
</div>-->
</h:form>
</ui:define>
</ui:composition>
</h:body>
</html> |
Partager