Edit C:\Users\Administrator\Desktop\Back\galaxie - Copy\marketing\editorialplanning\edit.jsp
<% /****************************************************************************** * 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"%> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="com.edeal.frontline.FlContext" %> <%@ page import="com.edeal.frontline.Utils" %> <%@ page import="com.edeal.frontline.FieldNotInitializedException" %> <%@ page import="java.util.Vector" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <jsp:useBean class="com.edeal.frontline.EditorialPlanningBean" id="EditorialPlanning" scope="request"/> <% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); FlRequest flRequest = new FlRequest(request); FlContext context = flRequest.getContext(); String id = null; String supID = null; try{ id = EditorialPlanning.getID(); } catch (FieldNotInitializedException e){ } try{ supID = EditorialPlanning.getEdpSupID(); }catch(FieldNotInitializedException e){} String source = flRequest.getRequestParameterOrAttribute("source"); %> <fl:bigTabs objectTitle="<%=Utils.getMessage(session, \"L6111\", \"Planning rédactionnel\")%>" ou="<%= \"/read_editorialplanning.fl?id=\" + id %>"> <fl:form action="/save_editorialplanning.fl" bean="EditorialPlanning"> <table class="container" cellpadding="0"> <tr> <td colspan="3"> <table class="container" cellpadding="0"> <tr class="fieldline"> <td class="labelTitreFiche"> <fl:label field="EdpLabel" labelClassName="titreFiche"/> </td> <td class="fieldTitreFiche"> <fl:input property="EdpLabel" mandatoryMsgCode="M200D"/> </td> </tr> </table> </td> </tr> <tr><td colspan="3" class="ligne_separation"/></tr> <tr> <td class="column2"> <table class="container" cellpadding="0"> <% if (supID!=null && !"edit".equals(source)){%> <input type="hidden" name="EdpSupID" value="<fl:getProperty name="EditorialPlanning" property="EdpSupID" alt=""/>" /> <fl:fieldRead property="EdpSupID" bean="true"/> <%}else if (supID==null || "edit".equals(source)){%> <fl:fieldEdit property="EdpSupID" mandatoryMsgCode="M2019"/> <%}%> <fl:fieldEdit property="EdpDate" mandatoryMsgCode="M604B" type="date"/> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"> <table> <fl:fieldEdit property="EdpJou"/> </table> </td> </tr> </table> </fl:form> </fl:bigTabs>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de