Edit C:\Windows\install\galaxie_p01_01-10\marketing\editor\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.EditorBean" id="Editor" 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; try { id = Editor.getID(); } catch (FieldNotInitializedException fnie) { } String EdiCtrID; try { EdiCtrID = Editor.getEdiCtrID(); } catch (Exception e) { EdiCtrID = ""; } %> <script type="text/javascript"> function doSubmit(){ var f = document.forms[0]; var EdiWebVal = f.EdiWeb.value; if (EdiWebVal != null && EdiWebVal.length > 0){ if (!checkUrl(EdiWebVal)){ alert('<fl:getMessage code="L6633" alt="Veuillez vérifier votre adresse de site web" js="true"/>'); f.EdiWeb.focus(); return false; } } return true; } </script> <fl:form action="/save_editor.fl" bean="Editor"> <fl:bigTabs objectTitle="<%=Utils.getMessage(session, \"L6389\", false, true, \"Groupe\")%>" ou="<%= \"/edit_editor.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="EdiCorpName" labelClassName="titreFiche"/> </td> <td class="fieldTitreFiche"> <fl:input property="EdiCorpName" mandatoryMsgCode="S002A" onblur="if (this.form.EdiCorpName.value == '') this.form.EdiCorpName.value = this.value;"/> </td> </tr> </table> </td> </tr> <tr><td colspan="3" class="ligne_separation"/></tr> <tr> <td class="column2"> <table class="container" cellpadding="0"> <tr class="fieldline"> <td class="dataLabel" rowspan="5"><fl:label code="F2012"/></td> <td class="dataValue"><fl:input property="EdiAd1"/></td> </tr> <tr class="fieldline"> <td class="dataValue"><fl:input property="EdiAd2"/></td> </tr> <tr class="fieldline"> <td class="dataValue"><fl:input property="EdiAd3"/></td> </tr> <tr class="fieldline"> <td class="dataValue"> <div class="fieldTable" > <table class="fieldTable" cellpadding="0"> <tr> <td class="smallFieldPart"><fl:input property="EdiZip" size="5" width="auto" nodiv="true"/></td> <td class="bigFieldPart"><fl:input property="EdiCity" onblur="this.value = checkString(this.value, 'upper');" nodiv="true"/></td> </tr> </table> </div> </td> </tr> <tr class="fieldline"> <td class="dataValue"><fl:input property="EdiCtrID"/><input type="hidden" name="country" value="<%= EdiCtrID %>"></td> </tr> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"> <table class="container"> <fl:fieldEdit property="EdiPhone"/> <fl:fieldEdit property="EdiFax"/> <fl:fieldEdit property="EdiWeb"/> </table> </td> </tr> <tr></tr> </table> </fl:bigTabs> </fl:form> <% /****************************************************************************** * * * m.ichahane@e-deal.ma : 2006/08/31 14:52:15 : Mustapha * * *****************************************************************************/ %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de