%
/******************************************************************************
* 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" import="com.edeal.frontline.*"%><%@page import="java.util.*,com.edeal.frontline.controller.ControllerServlet" %>
<%@ page import="com.edeal.frontline.grid.GridData" %>
<%@ page import="java.util.Vector" %>
<%@ page import="com.edeal.frontline.navigation.FlRequest" %>
<%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %>
<%
java.util.Vector jsBeenIncluded = (java.util.Vector)request.getAttribute(ControllerServlet.JS_BEEN_INCLUDED_ATTR);
if (jsBeenIncluded == null ) {
jsBeenIncluded = new java.util.Vector();
}
%>
<% if (!jsBeenIncluded.contains("/js/smalltabs.jsp")) {%>
<%}
if (!jsBeenIncluded.contains("/js/calendar.jsp")) {
%>
<%}
if (!jsBeenIncluded.contains("/js/utils.js")) {
%>
<%}
if (!jsBeenIncluded.contains("/js/checkFields.jsp") ){
%>
">
<%}
if (!jsBeenIncluded.contains("/js/presentField.js") ){
%>
<%}
if (!jsBeenIncluded.contains("/js/ajax/sarissa.js")) {
%>
<%}
if (!jsBeenIncluded.contains("/js/ajax/ajax.js")) {
%>
<%}
if (!jsBeenIncluded.contains("/js/master_js.jsp")) {
%>
<%}
if (!jsBeenIncluded.contains("/js/ac/fobAC_js.jsp")) {
%>
<% } %>
<%
final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass());
FlRequest flRequest = new FlRequest(request);
FlContext context = flRequest.getContext();
String parentID = null;
String actID = null;
try{
parentID = (String)Note.getNotParentID();
}catch (Exception e) {
}
try{
if (Note.getNotActID()==null){
actID = (String)session.getAttribute("actorID");
Note.setNotActID(actID);
}
}catch (Exception e) {
}
String id=null;
try{ id = Note.getID();
}catch (FieldNotInitializedException fnie) {
}
boolean ignoreL = false;
String idComp = null;
try{
idComp = Note.getNotParentID();
}
catch(FieldNotInitializedException fnie){}
String type = null;
type = flRequest.getRequestParameterOrAttribute("parent");
logger.debug("Parent:::::::::::::"+type);
if (type.length()!=0 && "competitor".equals(type)){
ignoreL = true;
}
else if (type.length()!=0 && "market".equals(type)){
ignoreL = true;
}
%>
" ou="<%=\"/edit_note.fl\" + ( id !=null ? \"?id=\"+id : \"\")%>" ignoreList="<%=ignoreL%>" >
">
">
|
|
">
">
<%
/******************************************************************************
*
*
* m.ichahane@e-deal.ma : 2006/08/28 17:40:25 : Mustapha
* Modified by UHMAROC
*
*****************************************************************************/
%>