<%@page import="com.edeal.frontline.initializers.SilhouetteReadInitializer"%><% /****************************************************************************** * 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" %> <%@ page import="com.edeal.frontline.DataDictionary" %> <%@ page import="java.util.Date" %> <%@ page import="java.util.Hashtable" %> <%@ page import="com.edeal.frontline.FrontlineException" %> <%@ page import="java.util.Vector" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <%@ taglib uri="http://www.e-deal.com/taglib/ft" prefix="ft" %> <% 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 id = null; try { id = Silhouette.getID(); } catch (FieldNotInitializedException e) { } StringBuffer fullName = new StringBuffer(); if (id != null) { String val; try { val = Silhouette.getSilCivID(); fullName.append(dico.getRefDisp(session, "SilCivID", val) + " "); } catch (FieldNotInitializedException e) { } try { val = Silhouette.getSilFstName(); fullName.append(val + " "); } catch (FieldNotInitializedException e) { } try { val = Silhouette.getSilName(); fullName.append(val + " "); } catch (FieldNotInitializedException e) { } } String silZip = null; try { silZip = Silhouette.getSilZip(); } catch (FieldNotInitializedException e) { } String silCity = null; try { silCity = Silhouette.getSilCity(); } catch (FieldNotInitializedException e) { } String silMailStatus = (String)request.getAttribute(SilhouetteReadInitializer.SIL_MAIL_STATUS_STR); String silFaxStatus = (String)request.getAttribute(SilhouetteReadInitializer.SIL_FAX_STATUS_STR); %> " ou="<%= \"/read_silhouette.fl?id=\" + id %>">
<%= (id == null) ? Utils.getMessage(session, "L2094", "Identité") : fullName.toString() %>
<%--tr class="fieldline">
 <%= silFaxStatus != null ? silFaxStatus : "" %>
<% try { Silhouette.getSilZip(); Silhouette.getSilCity(); %>
<% } catch(FieldNotInitializedException e) { try { Silhouette.getSilCity(); %>
<% } catch (FieldNotInitializedException ex) {}} %> \" : \"\"%>"/>
">
" onselect="refreshSols();"> "/> " onselect="refreshQuals();"> "/> " onselect="refreshLogs();"> "/> ">
<% /****************************************************************************** * * * m.ichahane@e-deal.ma : 2006/09/04 12:26:30 : Mustapha * * *****************************************************************************/ %>