Edit C:\Users\Administrator\Desktop\Back\Livraison EVQG22\sales\contrat_\resultat_enseigne.jsp
<%@page import="com.edeal.frontline.OpportunityBean"%> <%@page import="org.apache.lucene.search.FieldCache.IntParser"%> <%@page import="java.lang.invoke.MethodHandles.Lookup"%> <%@page import="com.edeal.frontline.custom.ContratProduit_Bean"%> <%@page import="com.edeal.frontline.ProductOpportunityBean"%> <%@page import="com.edeal.frontline.ProductBean"%> <%@page import="com.edeal.frontline.helper.ContratProduit_BaseHelper"%> <%@page import="com.edeal.frontline.custom.Contrat_Bean"%> <%@page import="com.edeal.frontline.helper.custom.EnterpriseHelper"%> <%@ page language="java"%> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="com.edeal.frontline.FlContext" %> <%@ page import="com.edeal.frontline.DataDictionary" %> <%@ page import="com.edeal.frontline.Utils" %> <%@ page import="com.edeal.frontline.FieldNotInitializedException" %> <%@ page import="com.edeal.frontline.PersonBean" %> <%@ page import="java.util.Vector" %> <%@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()); FlRequest flRequest = new FlRequest(request); FlContext context = flRequest.getContext(); DataDictionary dico = context.getDataDictionary(); String OK =null; String OppID =null; String ContratCible =null; String Ct_NumContrat=""; String OppNumFact_=""; try{ OK = (String)flRequest.getRequestParameterOrAttribute("OK"); }catch(Exception e){ OK =null; } /* try{ OppID = (String)flRequest.getRequestParameterOrAttribute("OppID"); }catch(Exception e){ OppID =null; } */ try{ ContratCible = (String)flRequest.getRequestParameterOrAttribute("ContratCible"); }catch(Exception e){ ContratCible =null; } if(ContratCible!=null){ Ct_NumContrat = (String)Contrat_Bean.lookup(context, "Ct_NumContrat", ContratCible); } /* if(OppID!=null){ OppNumFact_ = (String)OpportunityBean.lookup(context, "OppNumFact_", OppID); } */ %> <html> <head> <link rel="stylesheet" type="text/css" href="<fl:webapp/>/css/master_css.jsp"> <link rel="stylesheet" type="text/css" href="<fl:link url="/common/select/select_css.jsp"/>"> <link rel="stylesheet" type="text/css" href="<fl:webapp/>/css/common_css.jsp" type="text/css"> <script type="text/javascript" src="<fl:link url="/js/edeal/libraries/jquery/jquery.js"/>"></script > <script type="text/javascript" src="<fl:link url="/js/ajax/ajax.js"/>"></script> <script type="text/javascript" src="<fl:link url="/js/utils.js"/>"></script> <script type="text/javascript" language="javascript" src="./js/edeal/tools/utils.js"></script> <title><fl:getMessage code="MF133" alt="Transfert d'opportunités"/></title> <script type="text/javascript" language="javascript"> function closeWindow() { setTimeout(finalCloseWindow, 10); } function finalCloseWindow() { window.top.close(); } function dimenssion(width, height) { if (window.outerWidth) { window.resizeTo( width + (window.outerWidth - window.innerWidth), height + (window.outerHeight - window.innerHeight) ); } else { window.resizeTo(500, 500); window.resizeTo( width + (500 - document.body.offsetWidth), height + (500 - document.body.offsetHeight) ); } } function doOnload() { dimenssion(500,150); } </script> </head> <body onload="doOnload()"> <table class="container" cellpadding="0" style="width: 100%"> <%if(OK.equals("true") && OK != null){ %> <tr style="height: 30px"> <td id="Ct_NumContrat_label" class="dataLabel"> <fl:label code="MF134" label="Contrat cible" /> </td> <td id="Ct_NumContrat_value" class="dataValue"> <div title="<%=Ct_NumContrat%>"></div><a href="<%= request.getContextPath() %>/read_contrat_.fl?id=<%=ContratCible%>"><%=Ct_NumContrat%></a> </td> </tr> <%-- <tr> <td id="OppNumFact__label" class="dataLabel"> <fl:label code="L63C0" label="Facture" /> </td> <td id="OppNumFact__value" class="dataValue"> <div title="<%=OppNumFact_%>"></div><a href="<%= request.getContextPath() %>/read_opportunity.fl?id=<%=OppID%>"><%=OppNumFact_%></a> </td> </tr> --%> <%}else{ %> <tr> <td> <fl:label code="MF146" label="Veuillez choisir un contrat cible ou une quantité d\'enseignes différente de zéro" /> </td> </tr> <%} %> </table> <div class="validation"> <a href="javascript:closeWindow();"><img src="<fl:link url="/icons/ico/fermer_red_long.gif"/>" class="cancel_button_new"></a> </div> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de