Edit C:\galaxie\Back\galaxie\sales\salesinvest\edit.jsp
<% /****************************************************************************** * Copyright (c) 2000-2004 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. * * ******************************************************************************/ /* a.stouky@e-deal.ma : 05/09/06 Nouvel objet */ %> <%@page session="true"%> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="com.edeal.frontline.*" %> <%@ page import="com.edeal.frontline.custom.*" %> <%@ page import="java.util.*" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <jsp:useBean class="com.edeal.frontline.SalesInvestBean" id="SalesInvest" 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(); DataDictionary dico = context.getDataDictionary(); String id = null; try { id = SalesInvest.getID(); } catch (FieldNotInitializedException e) {} %> <head> </head> <fl:form action="/save_salesinvest.fl" bean="SalesInvest"> <fl:bigTabs objectTitle="<%= Utils.getMessage(session, \"L64DD\", \"Invest. commercial\") %>" listTitle="<%= Utils.getMessage(session, \"L64DE\", \"Liste des invest. com.\") %>" ou="<%= \"/edit_salesinvest.fl\" + (id != null ? \"?id=\" + id : \"\") %>"> <table class="container" cellpadding="0"> <tr> <td colspan="3"> <table class="container" cellpadding="0"> <tr class="fieldline"> <td class="labelTitreFiche"> <fl:label field="SinTitle" labelClassName="titreFiche"/> </td> <td class="fieldTitreFiche"> <fl:input property="SinTitle" mandatoryMsgCode="L63EF"/> </td> </tr> </table> </td> </tr> <tr><td colspan="3" class="ligne_separation"/></tr> <tr> <td class="column2"> <table class="container"> <fl:fieldEdit property="SinActID" mandatoryMsgCode="M3002"/> <fl:fieldEdit property="SinDt" mandatoryMsgCode="M2006"/> <fl:fieldEdit property="SinMt" postText=" €" mandatoryMsgCode="M60C0"/> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"> <table class="container"> <fl:fieldEdit property="SinIntID"/> <fl:fieldEdit property="SinPopID"/> <fl:fieldEdit property="SinEventID"/> </table> </td> </tr> <tr><td colspan="3" class="ligne_separation"/></tr> </table> <link href="<fl:webapp/>/css/smalltabs_css.jsp" rel="stylesheet" type="text/css"> <div style="width: 100%; overflow: auto;"> <fl:smallTabs name="SalesInvestTabs"> <fl:sTab id="Cible" title="<%= Utils.getMessage(session, \"F2006\", \"Cible\") %>"> <table class="container" cellpadding="0"> <tr> <td class="column2"> <table class="container"> <fl:fieldEdit property="SinOppID"/> <fl:fieldEdit property="SinPersID"/> <fl:fieldEdit property="SinEntID"/> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"> <table class="container"> <fl:fieldEdit property="SinJourID"/> <fl:fieldEdit property="SinSuppID"/> </table> </td> </tr> </table> </fl:sTab> </fl:smallTabs> </div> </fl:bigTabs> </fl:form>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de