<%/****************************************************************************** * 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.DataDictionary" %> <%@ page import="com.edeal.frontline.Utils" %> <%@ page import="java.util.Hashtable" %> <%@ page import="java.util.Vector" %> <%@ page import="com.edeal.frontline.FieldNotInitializedException" %> <%@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(); Vector corrs = (Vector) request.getAttribute("Correspondent_data"); String firstEnterprise = (String) flRequest .getAttribute("PrincipalGroup"); String activity = ""; try { activity = (String) dico.getRefDisp("Acv", "Te2", Interaction.getIntAtvID()); } catch (Exception e) { } String intReport = null; try { intReport = Interaction.getIntReport(); } catch (FieldNotInitializedException fnie) { } intReport = intReport == null ? "" : intReport; %> <fl:getMessage code="L2025" alt="E-DEAL"/> <% if (activity == null) { activity = ""; } %>

<%=Utils.formatToWeb(firstEnterprise, false)%>


<% if (activity != null && "RDV".equals(activity)) { %> <% } else { %> <% } %> :
">
<% if (corrs != null && corrs.size() > 0) { for (int i = 0; i < corrs.size(); i++) { Hashtable row = (Hashtable) corrs.elementAt(i); String corDisp = (String) row.get("corDisp"); String corTitle = (String) row.get("corTitle"); String corID = (String) row.get("corID"); String corType = (String) row.get("corType"); String corPhone = (String) row.get("corPhone"); String corGrpDisp = (String) row .get("corGrpDisp"); String corGrpID = (String) row.get("corGrpID"); String corGrpType = (String) row .get("corGrpType"); String corGrpPhone = (String) row .get("corGrpPhone"); String phone = corPhone != null ? corPhone : corGrpPhone; %> <%=Utils.formatToWeb(corDisp, false)%> (<%=Utils.formatToWeb(corGrpDisp, false)%>)  <%=Utils.formatToWeb(phone, false)%>
<%=i < (corrs.size() - 1) ? "
" : ""%> <% } } %>
">
">
<% if (!"".equals(intReport)) { %> ">
<%=intReport%>
<% } %>
" href="javascript:window.top.close();">