Edit C:\Windows\install\galaxie_p01_01-10\marketing\contribution\ctbDel.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. * * ******************************************************************************/ %><%@page session="true" import="com.edeal.frontline.*"%> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); String contextPath = (String) session.getAttribute("contextPath"); FlContext context = null; if (contextPath!=null) { context = Frontline.getContext(contextPath); } else { context = Frontline.getContext(request.getContextPath()); } String id = Utils.getRequestParameter(context, request, "id"); %> <HTML> <HEAD> <TITLE><fl:getMessage code="L2025" alt="E-DEAL"/> CRM</TITLE> <script language="javascript"> function doCtbDelete() { window.self.location = "<fl:webapp/>/performAction?op=del&typ=Contribution&id=<%=id%>&disp=/marketing/contribution/ctbDelDone.jsp"; } </script> </HEAD> <BODY> <TABLE cellspacing="3" cellpadding="3" width="95%" BORDER=0 align="center"> <tr> <td colspan="2" class="transparent" style="text-align: center"><fl:getMessage code="M60B8" alt="Etes-vous sûr de vouloir supprimer cette Contribution?"/></td> </tr> <tr> <td class="transparent" style="text-align: center"><a onclick="javascript:doCtbDelete();"><img src="<fl:webapp/>/icons/oksmall.gif" alt="Supprimer" border="0" width="15" height="15"></a></td> <td class="transparent" style="text-align: center"><a onclick="javascript:window.self.close();"><img src="<fl:webapp/>/icons/cancelsmall.gif" alt="Anuller" border="0" width="15" height="15"></a></td> </tr> </BODY> </HTML> <% /****************************************************************************** * CVS Log File - This is no longer maintained! * * Revision 1.1 2004/07/23 18:20:52 brian * Initial Revision * *****************************************************************************/ %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de