Edit C:\Users\Administrator\Desktop\Back\galaxie - Copy\marketing\competitor\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" %> <link href="<fl:webapp/>/css/smalltabs_css.jsp" rel="stylesheet" type="text/css"> <jsp:useBean class="com.edeal.frontline.CompetitorBean" id="Competitor" 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 = Competitor.getID(); } catch (FieldNotInitializedException fnie) { } %> <script type="text/javascript" language="javascript"> function doSubmit() { //Here you can add your controls //var f = window.document.forms[0]; //if (f.CptWeb.value!= '' && f.CptWeb.value.substring(0,7)!='http://'){ //f.CptWeb.value = 'http://'+f.CptWeb.value; // } return formatToURL(); } function formatToURL(){ //Here you can add your controls var f = window.document.forms[0]; //if (f.CptWeb.value!= '' && f.CptWeb.value.substring(0,7)!='http://'){ // f.CptWeb.value = 'http://'+f.CptWeb.value; var CptWebVal = f.CptWeb.value; var rtn=true; if (CptWebVal != null && CptWebVal.length > 0){ if (!checkUrl(CptWebVal)){ alert('<fl:getMessage code="L6633" alt="Veuillez vérifier votre adresse de site web" js="true"/>'); f.CptWeb.focus(); rtn=false; } } return rtn; } </script> <fl:form action="/save_competitor.fl" bean="Competitor"> <fl:bigTabs objectTitle="<%=Utils.getMessage(session, \"L63AD\", false, true, \"Concurrent\")%>" ou="<%= \"/edit_competitor.fl\" + (id != null ? \"?id=\" + id : \"\")%>"> <table class="container" cellpadding="0"> <tr class="fieldline"> <td colspan="3"> <table class="container" cellpadding="0"> <tr class="fieldline"> <td class="labelTitreFiche"> <fl:label field="CptName" labelClassName="titreFiche"/> </td> <td class="fieldTitreFiche"> <fl:input property="CptName" mandatoryMsgCode="L63B1" onblur="if (this.form.CptName.value == '') this.form.CptName.value = this.value;"/> </td> </tr> </table> </td> </tr> <tr class="ligne_separation"><td colspan="3"></td></tr> <tr> <td class="column2"> <table class="data_column" cellpadding="0"> <fl:fieldEdit property="CptWeb"/> <fl:fieldEdit property="CptStckExc"/> <fl:fieldEdit property="CptIplID" width="60%"/> </table> </td> <td class="separation"><div class="separation"></div></td> <td class="column2"> <table class="data_column" cellpadding="0"> <fl:fieldEdit property="CptRopID"/> </table> </td> </tr> <tr class="ligne_separation"><td colspan="3"></td></tr> </table> <fl:smallTabs name="Concurrent"> <fl:sTab id="COMPETITOR1" title="<%= context.getAutoDisplayManager().getTitle(session, \"Competitor\", \"Concurrent 1\") %>" visible="<%= context.getAutoDisplayManager().hasEntry(\"Competitor\", \"Concurrent 1\") %>"> <fl:autodisplay name="Competitor" zone="Concurrent 1" edit="true"/> </fl:sTab> <fl:sTab id="attach" title="<%=Utils.getMessage(session, \"L201C\", \"Documents joints\")%>"> <fl:attach name="Competitor" colID="CptAttID"/> </fl:sTab> </fl:smallTabs> </fl:bigTabs> </fl:form> <% /****************************************************************************** * * * m.ichahane@e-deal.ma : 2006/08/29 10:11:25 : Mustapha * * *****************************************************************************/ %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de