<%-- /****************************************************************************** * 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 language="java" contentType="text/plain;charset=UTF-8"%> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="com.edeal.frontline.FlContext" %> <%@ page import="java.util.Hashtable" %> <%@ page import="com.edeal.frontline.DataDictionary" %> <%@ page import="com.edeal.frontline.Utils" %> <%@ 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 id = flRequest.getRequestParameterOrAttribute("EntID"); Vector list = (Vector)flRequest.getAttribute("listEnterprise"); if (list != null && list.size() > 0) { %> msgWindow = window.open('','audit','menubar=no,status=no,toolbar=no,scrollbars=yes,resizable=yes,width=600,height=400,screenX=80,screenY=10'); msgWindow.document.write('<fl:getMessage code="L3072" alt="Audit de similitude" js="true"/>'); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write('
'); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write('
'); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write('
 
'); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write('
  '); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write('
'); msgWindow.document.write(''); msgWindow.document.write('
'); msgWindow.document.write('

'); msgWindow.document.write('
'); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write('
'); msgWindow.document.write('1. '); msgWindow.document.write('
'); <% for (int i = 0; i < list.size(); i++) { Hashtable currEnreg = (Hashtable) list.elementAt(i); %> msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); <% } %> msgWindow.document.write('
- "/>\', \'VisuSocIdent\'));"><%= Utils.formatToJavascript((String)currEnreg.get("EntCorpName")) %><%= Utils.formatToJavascript((String)currEnreg.get("EntPhone")) %><%= Utils.formatToJavascript((String)currEnreg.get("EntAd1")) %> - <%= Utils.formatToJavascript((String)currEnreg.get("EntZip")) %> <%= Utils.formatToJavascript((String)currEnreg.get("EntCity")) %>
'); msgWindow.document.write('2. '); msgWindow.document.write('
'); <% for (int i = 0; i < list.size(); i++) { Hashtable currEnreg = (Hashtable)list.elementAt(i); %> msgWindow.document.write(''); msgWindow.document.write(''); msgWindow.document.write(''); <% } %> msgWindow.document.write('
- '); msgWindow.document.write('"/>\'); window.close();"><%= Utils.formatToJavascript((String)currEnreg.get("EntCorpName"))%>'); msgWindow.document.write('
'); msgWindow.document.write('3. '); msgWindow.document.write('
'); msgWindow.document.write(''); msgWindow.document.write('
- '); msgWindow.document.write(''); msgWindow.document.write('
 
  
 
'); msgWindow.document.write('
'); msgWindow.document.close(); <% } %>