<% /****************************************************************************** * 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.*"%> <%@ page import="java.util.*" %> <%@ page import="com.edeal.frontline.grid.GridData" %> <%@ page import="java.util.Vector" %> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="java.lang.reflect.Method" %> <%@ page import="java.text.DecimalFormat" %> <%@ page import="com.edeal.frontline.controller.actions.SelectAction" %> <%@ page import="com.edeal.frontline.helper.custom.EventHelper" %> <%@ page import="com.edeal.frontline.helper.EventBaseHelper.StatusType" %> <%@ page import="java.util.LinkedHashMap" %> <%@ page import="java.util.Iterator" %> <%@ page import="com.edeal.frontline.initializers.ScriptEventInitializer" %> <%@ page import="com.edeal.frontline.helper.EventBaseHelper.EventCategory" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); FlRequest flRequest = new FlRequest(request); FlContext context = flRequest.getContext(); String action = flRequest.getRequestParameterOrAttribute("action"); String label = null; String newScriptID = null; String id = null; try { id = Script.getID(); }catch (FieldNotInitializedException fnie) { } String scrEventID = null; try { scrEventID = Script.getScrEventID(); } catch (FieldNotInitializedException fnie) { scrEventID = ""; } String dispEvent = null; DecimalFormat df = FlLocale.getInstance(session).getDecimalFormat("0000"); String eLabel = ""; String commentaireEvt = Utils.getMessage(session, "M6111", "Les événements déjà attachées à une questionnaire ne seront pas disponibles"); //get sequence number int seqNum = 0; try { seqNum = Script.getScrSeqNum(); } catch (FieldNotInitializedException fnie) { seqNum = CounterFactory.getCounter(context , "ScriptNum"); } LinkedHashMap listParticipationStatusIDAndDisplay = (LinkedHashMap) flRequest.getAttribute(ScriptEventInitializer.LIST_PARTICIPATION_STATUS); if (listParticipationStatusIDAndDisplay == null) { listParticipationStatusIDAndDisplay = new LinkedHashMap(); } String scrParStatus = null; try { scrParStatus = Script.getScrParStatus(); } catch (FieldNotInitializedException fnie) { } %> " ou="<%= \"/edit_script.fl\" + ( id != null ? \"?id=\" + id : \"\") %>" listTitle="<%= Utils.getMessage(session, \"L61ED\", false, true, \"Liste des scripts\") %>">
">