<% /****************************************************************************** * 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" %> <%@ page import="com.edeal.frontline.helper.EventBaseHelper.EventCategory" %> <% 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; String evtLabel = ""; String evtCode = ""; String evtTitle = ""; EventBean evt = null; 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; } LinkedHashMap listParticipationStatusIDAndDisplay = (LinkedHashMap) flRequest.getAttribute(FormEventInitializer.LIST_PARTICIPATION_STATUS); if (listParticipationStatusIDAndDisplay == null) { listParticipationStatusIDAndDisplay = new LinkedHashMap(); } //Gestion du titre de la partie Evenement if (evtTitle.length() < " - ".length()+1){ evtTitle = Utils.getMessage(session, "L305F", "Evénement"); } String frmParStatus = null; try { frmParStatus = Form.getFrmParStatus(); } catch (FieldNotInitializedException fnie) { } String message=null; try{ message=(String)Form.getCustomProperty("FrmMsgMerci_"); }catch (FieldNotInitializedException fnie) { } %> " ou="<%=\"/edit_form.fl\"+(id != null ? \"?id=\"+id : \"id\")%>">
<%-- --%>
"><%= df.format((long)seqNum) %>
">
"> "/> Sélectionner Vider le champ
">

 

Sélectionner
">
">
">