% /****************************************************************************** * Copyright (c) 2000-2005 e-Deal * * e-Deal S.A. * 55 rue Brillat Savarin * 75013 Paris * France * * T: +33 (0)1 53 80 80 30 * F: +33 (0)1 73 01 69 77 * http://www.e-deal.com * * La diffusion de ce code source sous quelque forme que ce soit sans * l'autorisation de E-DEAL est interdite. * * Vous êtes autorisés à modifier ce code source uniquement pour votre usage * propre et sous réserve que les mentions de copyright demeurent intactes. * * Ce code est fourni en l'état. Aucune garantie d'aucune sorte, explicite ou * implicite n'est donnée. En aucun cas E-DEAL ne pourra être tenu pour * responsable des dommages pouvant résulter de l'utilisation de ce code * source. ******************************************************************************/ %><%@page session="true" import="com.edeal.frontline.*,java.util.*,java.text.*"%> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="com.edeal.frontline.controller.actions.SelectAction" %> <%@ page import="com.edeal.frontline.initializers.FormEventInitializer" %> <% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); FlRequest flRequest = new FlRequest(request); FlContext context = flRequest.getContext(); DataDictionary dico = context.getDataDictionary(); FlLocale locale = FlLocale.getInstance(session); String id = null; try{ id = Form.getID(); }catch(FieldNotInitializedException fnie){} String seqNum = ""; try{ seqNum = "" + Form.getFrmSeqNum(); }catch(FieldNotInitializedException fnie){ //seqNum = CounterFactory.getCounter(context , "FormNum"); Date d = new Date(); String datestr = String.valueOf(d.getTime()); datestr = datestr.substring(datestr.length()-9); seqNum = datestr; } DecimalFormat df = locale.getDecimalFormat("0000"); Vector eventStatusList = null; String frmEventID = null; String evtLabel = ""; String evtCode = ""; String evtTitle = ""; EventBean evt = null; Vector listSatut = new Vector(); String typeRefresh = flRequest.getRequestParameterOrAttribute("typeRefresh"); try{ frmEventID = Form.getFrmEventID(); }catch(FieldNotInitializedException fnie){} if (frmEventID != null) { try { evt = new EventBean(frmEventID, session); } catch(Exception e) { } try { evtLabel = evt.getEvtLabel(); } catch (Exception e){ } try { evtCode = evt.getEvtCode(); } catch(Exception e){ } evtTitle = evtLabel + " - " + evtCode; } //End if evtId != null //Gestion du titre de la partie Evenement if (evtTitle.length() < " - ".length()+1){ evtTitle = Utils.getMessage(session, "L305F", "Evénement"); } LinkedHashMap listParticipationStatusIDAndDisplay = (LinkedHashMap) flRequest.getAttribute(FormEventInitializer.LIST_PARTICIPATION_STATUS); if (listParticipationStatusIDAndDisplay == null) { listParticipationStatusIDAndDisplay = new LinkedHashMap(); } String frmParStatus = null; try { frmParStatus = Form.getFrmParStatus(); } catch (FieldNotInitializedException fnie) { } String message=null; try{ message=(String)Form.getCustomProperty("FrmMsgMerci_"); }catch (FieldNotInitializedException fnie) { } %> <% if (id==null) { %> "/> <% } %> " ou="<%=\"/edit_customform.fl\"+(id != null ? \"?id=\"+id : \"id\")%>"> "><%=seqNum%> <%-- --%> <%-- http://u-project2.umanis.com/view.php?id=39749: Export guide / localités et Millésime --%> "> "> "/> ! <% Iterator iter2 = listParticipationStatusIDAndDisplay.keySet().iterator(); while (iter2.hasNext()) { String statusID = (String) iter2.next(); String statusDisplay = (String) listParticipationStatusIDAndDisplay.get(statusID); %> ><%= Utils.formatToWeb(statusDisplay, true) %> <% } %> "> <%-- --%> <% String linksValues = Utils.getRequestParameter(context, request, "LinksValues"); String linksTexts = Utils.getRequestParameter(context, request, "LinksTexts"); if (typeRefresh != null && "Refresh".equals(typeRefresh)) { Vector linksValuesVec = Utils.explodeList(linksValues , "|"); Vector linksTextsVec = Utils.explodeList(linksTexts , "|"); for (int i=0 ; i <%= curTxt %> <%} }else if (id!=null){ String[][] query = {{"LfqFormID = " + Utils.formatToSQL(context, id)}}; String[] fields = {"LfqID" , "LfqFormQuestionID" , "LfqFormQuestionID:FqtLabel", "LfqParagraph", "LfqPosition"}; String[] orderBy = {"LfqPosition"}; Vector linksList = LinkFormQuestionBean.listSummary(session , fields, query, orderBy); if (linksList != null && linksList.size() > 0) { for (int i=0 ; i < linksList.size() ; i++) { Hashtable curLink = (Hashtable) linksList.elementAt(i); String curLfqFormQuestionID = (String) curLink.get("LfqFormQuestionID"); String curLfqParagraph = (String) curLink.get("LfqParagraph"); //String curLfqParagraphLbl = Utils.getM String fqtLabel = (String) curLink.get("LfqFormQuestionID:FqtLabel"); %> <%= curLfqFormQuestionID == null ? Utils.getMessage(session, "L616E", "(P)") + " " + Utils.getMessage(session, curLfqParagraph, curLfqParagraph) : Utils.getMessage(session, "L616F", "(Q)") + " " + fqtLabel %> <% } } } %> <%-- --%> <%-- --%> <%-- --%> "> "> ">