Edit C:\galaxie\Back\galaxie\decision\decisiondata\decision_viewreport.jsp
<% /****************************************************************************** * Copyright (c) 2000-2009 e-Deal * * e-Deal S.A. * 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.Vector" %> <%@ page import="com.edeal.frontline.FrontlineException" %> <%@ page import="com.edeal.frontline.DecisionDataBean" %> <%@ page import="com.edeal.frontline.helper.custom.DecisionDataHelper" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <script language="javascript" type="text/javascript" src="<fl:webapp/>/js/smalltabs.jsp"></script> <link rel="stylesheet" type="text/css" href="<fl:webapp/>/css/smalltabs_css.jsp"> <jsp:useBean class="com.edeal.frontline.DecisionDataBean" id="DecisionData" scope="request"/> <% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); FlRequest flRequest=new FlRequest(request); String id=DecisionData.getID(); String objectID=flRequest.getParameter("objectID"); String width=flRequest.getParameter("width"); String height=flRequest.getParameter("height"); String displayType=flRequest.getParameter("displayType"); width=(width==null)?"1024px":width; height=(height==null)?"768px":height; objectID=(objectID==null)?"":objectID; displayType=(displayType==null)?"embedded":displayType; if (displayType.equals("url_only")) { DecisionDataHelper ddaHlpr=DecisionDataHelper.factory(DecisionData); response.sendRedirect(ddaHlpr.getReportUrl(session,objectID,true)); } %> <html> <head> <title><fl:getProperty name="DecisionData" property="DdaName" alt="" /></title> <link rel="stylesheet" href="<fl:webapp/>/css/common_css.jsp" type="text/css"> <link rel="stylesheet" href="<fl:webapp/>/css/master_css.jsp" type="text/css"> <link rel="icon" href="<fl:webapp/>/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="<fl:webapp/>/favicon.ico" type="image/x-icon"> </head> <body> <fl:bigTabs objectTitle="<%= Utils.getMessage(session, \"L6436\", false, true, \"Analyse\") %>" ou="<%= \"/maker_decisiondata.fl?id=\"+id %>"> <div id="object_css" style="top: 0px; left: 0px; bottom: 0px; height: 100%; width:100%"> <table class="container" cellpadding="0"> <tr> <td colspan="3" class="titreFiche"><fl:getProperty name="DecisionData" property="DdaName" alt="" /></td> </tr> <tr class="ligne_separation"><td colspan="3"></td></tr> </table> <table class="container" cellpadding="0"> <tr style="height: 100%;"> <td colspan="3" class="dataValue"> <fl:decisionViewReport name="DecisionData" displayType="<%= displayType %>" width="<%= width %>" height="<%= height %>" objectID="<%=objectID%>" /> </td> </tr> </table> </div> </fl:bigTabs> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de