<% /****************************************************************************** * 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.helper.custom.FormHelper" %> <%@ page import="com.edeal.frontline.DataDictionary" %> <% 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) { } int seqNum = 0; try { seqNum = Form.getFrmSeqNum(); } catch (FieldNotInitializedException fnie) { seqNum = CounterFactory.getCounter(context , "FormNum"); } DecimalFormat df = locale.getDecimalFormat("0000"); String frmEventID = null; try { frmEventID = Form.getFrmEventID(); } catch(FieldNotInitializedException fnie){ } %> " ou="<%= \"/read_form.fl\" + (id != null ? \"?id=\" + id : \"id\") %>">
<%-- " valueIfTrue="<%= Utils.getMessage(session, \"L2005\", false, true, \"Oui\") %>" /> --%>
"><%= df.format((long)seqNum) %>
">
"/>
"> <% 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 fqtLabel = (String) curLink.get("LfqFormQuestionID:FqtLabel"); %> <% if (curLfqFormQuestionID == null) { %> "> <% } else { %> "> <% } %> <% } } } %>
<%= Utils.getMessage(session, "L616E", "(P)") + " " + curLfqParagraph %>
  <%= Utils.getMessage(session, "L616F", "(Q)") + " " + fqtLabel %>
"> " nbPix="35"> " nbPix="35"> " nbPix="35"> "> " nbPix="35"> " nbPix="35"> ">