Edit C:\Users\Administrator\Desktop\Back\galaxie\navigation\dashboard\gridPages\pipetmpmngt_dash.jsp
<% /****************************************************************************** * Copyright (c) 2000-2011 e-Deal * * e-Deal S.A. * 41 rue Périer * 92120 Montrouge * France * * T : +33 (0)1 73 03 29 80 * 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/html; charset=UTF-8" %> <%@ page import="com.edeal.frontline.dashboard.DashboardPage, com.edeal.frontline.navigation.FlRequest, com.edeal.frontline.ofcgraphs.OfcBarLineGraphEntryTag.OfcBarLineGraphType, com.edeal.frontline.ofcgraphs.OfcBarLineGraphTag.OFCYAxisDataAttachment, com.edeal.frontline.ofcgraphs.OfcBarLineGraphTag.OFCXAxisLabelOrientation, com.edeal.frontline.ofcgraphs.OfcGraphTag, com.edeal.frontline.Utils" %> <%@ taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <% FlRequest flRequest = new FlRequest(request); String code = (String)flRequest.getAttribute("lc"); String hidePage = flRequest.getRequestParameterOrAttribute("hidePage"); if (hidePage == null) hidePage = "true"; %><html> <head> <base target="_parent"/> <link rel="stylesheet" href="<fl:webapp/>/css/common_css.jsp" type="text/css"> <link rel="stylesheet" href="<fl:webapp/>/css/tooltip.css" type="text/css"> <link rel="stylesheet" href="<fl:webapp/>/css/master_css.jsp?sfwCode=SALES" type="text/css"/> <script type="text/javascript" language="javascript" src="<fl:webapp/>/js/presentField.js"></script> <script type="text/javascript" language="javascript" src="<fl:webapp/>/js/ajax/sarissa.js"></script> <script type="text/javascript" language="javascript" src="<fl:webapp/>/js/ajax/ajax.js"></script> <script type="text/javascript" language="javascript" src="<fl:webapp/>/js/master_js.jsp"></script> <script type="text/javascript" language="javascript" src="<fl:webapp/>/js/ac/fobAC_js.jsp"></script> <script type="text/javascript" language="javascript" src="<fl:webapp/>/js/utils.js"></script> <script language="javascript"> var curIdx = 0; function showGraphTabLocal(tabIdx) { var p; if (window.frameElement) p = window.frameElement.contentWindow.document; else p = document; curIdx = curIdx + tabIdx; if (curIdx < 0) curIdx = 1; if (curIdx > 1) curIdx = 0; var graphDiv = p.getElementById('pipeTmpGraph'); graphDiv.style.display = (curIdx == 0 ? 'block' : 'none'); graphDiv = p.getElementById('pipeTmpGrid'); graphDiv.style.display = (curIdx == 1 ? 'block' : 'none'); } function openWindowFromIFrame(url) { window.parent.location = url; } function loadPipeGrid(){ _grid__<%= code %>_js_.render() } function doOnLoad(){ loadPipeGrid(); } </script> <style> .clickableIcon { cursor: pointer; } </style> </head> <body> <div id="pipeTmpGraph"> <center> <fl:ofcBarLineGraph dataURL="/displayPipeTmpGlobalGraph.fl" height="90%" name="pipeEtatGraphMontPond" noIframe="true" title="<%= Utils.getMessage(session, \"M611D\", true, \"Montant pondéré\") + \" - \" + Utils.getMessage(session, \"L65DD\", true, \"Nb. opportunités\") %>" titleSize="12" width="100%" xLabelSize="10" xLabelOrientation="<%= OFCXAxisLabelOrientation.DIAG %>" yAxisLegend="Euros" yAxisLegendSize="10" yRightAxisLegend="<%= Utils.getMessage(session, \"L6534\", true, \"Nb. opp.\") %>" yRightAxisLegendSize="10" yRightAxisMax="20"> <fl:ofcBarLineGraphEntry legend="<%= Utils.getMessage(session, \"M611D\", true, \"Montant pondéré\") %>" legendSize="10" numberFormat="<%= OfcGraphTag.OFCGraphNumberFormat.CURR %>" type="<%= OfcBarLineGraphType.BAR %>" /> <fl:ofcBarLineGraphEntry axis="<%= OFCYAxisDataAttachment.RIGHT %>" legend="<%= Utils.getMessage(session, \"L65DD\", true, \"Nb. opportunités\") %>" legendSize="10" type="<%= OfcBarLineGraphType.LINE %>" /> </fl:ofcBarLineGraph> </center> </div> <div id="pipeTmpGrid" style="display:none; height: 80%;"> <fl:grid ajaxUrl="<%= \"/dash_pipe_tmp_MNGT_ajax.fl?lc=\" + code %>" displayFirst="true" height="100%" hidePage="<%= hidePage %>" name="<%= code %>" width="100%"> <fl:gridColumn pos="0" width="10%"/> <fl:gridColumn pos="1" width="13%"/> <fl:gridColumn pos="2" width="19%"/> <fl:gridColumn pos="3" width="19%"/> </fl:grid> </div> <table width="100%" style="padding-top:10px;"> <tr> <td align="center" style="text-align: center" width="100%"> <img class="clickableIcon" onClick="showGraphTabLocal(-1);" src="<fl:webapp/>/icons/ico/flecheG.gif"> <img class="clickableIcon" onClick="showGraphTabLocal(1);" src="<fl:webapp/>/icons/ico/flecheD.gif"> </td> </tr> </table> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de