Edit C:\galaxie\Back\galaxie\marketing\productfamily\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" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <jsp:useBean class="com.edeal.frontline.ProductFamilyBean" id="ProductFamily" scope="request"/> <% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); FlRequest flRequest = new FlRequest(request); String id = null; try { id = ProductFamily.getID(); } catch (FieldNotInitializedException fnie) { } %> <script type="text/javascript" language="javascript"> function doSubmit() { var f = window.document.forms[0]; if (f.PrfActID.value == '') { f.PrfActID.value = '<%=session.getAttribute("actorID")%>'; } return true; } </script> <fl:form action="/save_productfamily.fl" bean="ProductFamily"> <fl:bigTabs objectTitle="<%= Utils.getMessage(session, \"L62E4\",false, true, \"Famille de produit\") %>" ou="<%= \"/edit_productfamily.fl\" + (id != null ? \"?id=\" + id : \"\")%>"> <table class="container" cellpadding="0"> <tr> <td colspan="5" class="width: 100%; margin: 0px; padding: 0px;"> <table class="container" cellpadding="0"> <tr class="fieldline"> <td><fl:label field="PrfTitle" labelClassName="labelTitreFiche" code="F203F"/></td> <td class="fieldTitreFiche"><fl:input property="PrfTitle" mandatoryMsgCode="M201C"/></td> </tr> </table> </td> </tr> <tr class="ligne_separation"><td></td></tr> <tr class="fieldline"> <td class="column2"> <table class="data_column" cellpadding="0"> <fl:fieldEdit property="PrfCode" mandatoryMsgCode="M2001" unicityMsgCode="M60CE"/> <fl:fieldEdit property="PrfActID"/> <fl:fieldEdit property="PrfQualification"/> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"> <table class="data_column" cellpadding="0"> <fl:fieldEdit property="PrfColor"/> </table> </td> </tr> <tr> <table class="container" cellpadding="0"> <tr> <td> <table class="container" cellpadding="0"> <tr class="ligne_separation"><td></td></tr> <tr> <td class="titrePartie"><fl:getMessage code="L2007" alt="Description"/></td> </tr> <tr> <td class="dataValue noPaddingLeft"><fl:input property="PrfDesc" nodiv="false"/></td> </tr> <tr class="ligne_separation"><td></td></tr> <%--<tr class="ligne_separation_couleur"><td></td></tr> <tr class="ligne_separation"><td></td></tr>--%> </table> </td> </tr> </table> <fl:autodisplay name="ProductFamily" zone="Famille Produit 1" edit="true"/> </fl:bigTabs> </fl:form>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de