<%@page import="com.edeal.frontline.SnapshotBean"%> <%@page import="com.edeal.frontline.helper.BasicHelper"%> <%@page import="com.edeal.frontline.helper.custom.SnapshotHelper"%> <% /****************************************************************************** * 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"%> <%@ 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"%> <% 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(); SnapshotHelper helper = BasicHelper.factory(Snapshot); String id = null; try { id = Snapshot.getID(); } catch (FieldNotInitializedException e) { } try { Snapshot.setSnaAxis1Code(helper.displayName( flRequest.getSession(), Snapshot.getSnaAxis1Code())); } catch (FieldNotInitializedException e) { } try { Snapshot.setSnaAxis2Code(helper.displayName(flRequest.getSession(), Snapshot .getSnaAxis2Code())); } catch (FieldNotInitializedException e) { } try { Snapshot.setSnaAxis3Code(helper.displayName(flRequest.getSession(), Snapshot .getSnaAxis3Code())); } catch (FieldNotInitializedException e) { } Vector otherSnaps = new Vector(); try { String cmeId = Snapshot.getSnaCmeID(); String[][] params = new String[1][1]; params[0] = new String[] { "SnaCmeID='"+cmeId+"'" }; otherSnaps = Snapshot.list(context, params); } catch (FieldNotInitializedException e) { } String sfwID = flRequest.getParameter("SfwID"); %> " ou="<%= \"/read_snapshot.fl\" + (id != null ? \"?id=\" + id : \"\") %>">
"/>
" nbPix="35"> " visible="true">
" visible="true">

<%= Utils.getMessage(session, "T001E", false, true, "Nombre d'indicateurs utilisant la même méthode de calcul :") %> <%= otherSnaps.size() %>

    <% for (SnapshotBean s : otherSnaps) {%> <% if (!id.equals(s.getID())) { %>
  • <%= s.getSnaName() %>
  • <% } %> <% } %>
" visible="true"> "/>