Edit C:\Users\Administrator\Desktop\Back\galaxie - Copy\netbusiness\returnedmailmodel\list_action.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.*,java.util.*"%><%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl"%> <html> <head> <title>e-DEAL CRM</title> <script language="javascript"> function strReplace(pStr, pKey, pValue) { return (pStr.split(pKey).join(pValue)); } function doSearch() { var f = document.forms[0]; var vectQuery = new Array(); if(f.OdrUrl.value != '<fl:getMessage code="M602E" alt="<URL>" js="true"/>') { var strValue = strReplace(f.OdrUrl.value, '*', '%'); strValue = strReplace(strValue, '?', '_'); vectQuery[vectQuery.length] = 'OdrUrl=' + encodeURIComponent(strValue).split('+').join('%2b'); } if(f.OdrNam.value != '<fl:getMessage code="L2040" alt="<Nom>" js="true"/>') { var strValue = strReplace(f.OdrNam.value, '*', '%'); strValue = strReplace(strValue, '?', '_'); vectQuery[vectQuery.length] = 'OdrNam=' + encodeURIComponent(strValue).split('+').join('%2b'); } if(f.OdrCod.value != '<fl:getMessage code="M602D" alt="<Code>" js="true"/>') { var strValue = strReplace(f.OdrCod.value, '*', '%'); strValue = strReplace(strValue, '?', '_'); vectQuery[vectQuery.length] = 'OdrCod=' + encodeURIComponent(strValue).split('+').join('%2b'); } window.parent.bodyFrame.location = '<fl:webapp/>/netbusiness/outdoor/list_body.jsp' + (vectQuery.length > 0 ? '?' + vectQuery.join('&') : ''); } </script> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="fdtabfonce" height="2"><img src="<fl:webapp/>/icons/spacer.gif" width="100" height="2"></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <form method="post" action="#" onsubmit="javascript:doSearch();return false;"> <tr valign="top"> <td class="title" style="text-align: center"> <fl:getMessage code="L002A" alt="Liste des portes de sorties"/> </td> </tr> <tr valign="top"> <td style="text-align: center"> <table border="0" cellpadding="3" cellspacing="3"> <tr valign="top"> <td nowrap> <input name="OdrNam" type="text" class="select" value="<fl:getMessage code="L2040" alt="<Nom>"/>" size="25" onfocus="if(this.value == '<fl:getMessage code="L2040" alt="<Nom>" js="true"/>') this.value = ''; else this.select();" onblur="if (this.value == '') this.value = '<fl:getMessage code="L2040" alt="<Nom>"/>';"> <input name="OdrCod" type="text" class="select" value="<fl:getMessage code="M602D" alt="<Code>"/>" size="15" onfocus="if(this.value == '<fl:getMessage code="M602D" alt="<Code>"/>') this.value = ''; else this.select();" onblur="if (this.value == '') this.value = '<fl:getMessage code="M602D" alt="<Code>"/>';"><br> <input name="OdrUrl" type="text" class="select" value="<fl:getMessage code="M602E" alt="<URL>"/>" size="45" onfocus="if(this.value == '<fl:getMessage code="M602E" alt="<URL>"/>') this.value = ''; else this.select();" onblur="if (this.value == '') this.value = '<fl:getMessage code="M602E" alt="<URL>"/>';"> </td> <td> <%--<a href="javascript:doSearch();" onmouseover="window.status = '<fl:getMessage code="A2009" alt="Rechercher" js="true"/>'; return true;" onmouseout="window.status = ''; return true;"><img src="<fl:webapp/>/icons/go.gif" border="0" alt="<fl:getMessage code="A2009" alt="Rechercher"/>"></a>--%> <input type="image" onmouseover="window.status = '<fl:getMessage code="A2009" alt="Rechercher" js="true"/>'; return true;" onmouseout="window.status = ''; return true;" src="<fl:webapp/>/icons/go.gif" border="0" alt="<fl:getMessage code="A2009" alt="Rechercher"/>"> </td> </tr> </table> </td> </tr> </form> </table> </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