Edit C:\Users\Administrator\Desktop\Back\galaxie - Copy\navigation\dashboard\gridPages\activitemngt_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.Utils" %> <%@ taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <% FlRequest flRequest = new FlRequest(request); 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 type="text/javascript" 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 = 2; if (curIdx > 2) curIdx = 0; var graphDiv = p.getElementById('activTableGraph'); graphDiv.style.display = (curIdx == 0 ? 'block' : 'none'); graphDiv = p.getElementById('activTableOne'); graphDiv.style.display = (curIdx == 1 ? 'block' : 'none'); graphDiv = p.getElementById('activTableTwo'); graphDiv.style.display = (curIdx == 2 ? 'block' : 'none'); } function openWindowFromIFrame(url) { window.parent.location = url; } function doOnLoad(){ _grid__ACTIVITEMNGT_js_.render(); _grid__ACTIVITEMNGT2_js_.render(); } </script> <style> .clickableIcon { cursor: pointer; } </style> </head> <body> <div id="activTableGraph"> <center> <fl:ofcBarLineGraph name="pipeEtatGraphNbOpp" width="100%" height="90%" dataURL="/displayActSynthGlobalGraph.fl" noIframe="true"> <fl:ofcBarLineGraphEntry type="<%= OfcBarLineGraphType.BAR %>" legend="<%= Utils.getMessage(session, \"A3009\", \"A faire\") %>" legendSize="10"/> <fl:ofcBarLineGraphEntry type="<%= OfcBarLineGraphType.BAR %>" legend="<%= Utils.getMessage(session, \"L6067\", \"Faites\") %>" legendSize="10"/> </fl:ofcBarLineGraph> </center> </div> <div id="activTableOne" style="display:none; height: 80%;"> <fl:grid name="ACTIVITEMNGT2" displayFirst="true" height="100%" ajaxUrl="/dash_act_alt_synth_mngt_ajax.fl" hidePage="<%= hidePage %>"> <fl:gridColumn pos="0" width="20%"/> <fl:gridColumn pos="1" width="10%" style="text-align : right"/> <fl:gridColumn pos="2" width="10%" style="text-align : right"/> <fl:gridColumn pos="3" width="10%" style="text-align : right"/> </fl:grid> </div> <div id="activTableTwo" style="display:none; height: 80%;"> <fl:grid name="ACTIVITEMNGT" displayFirst="true" height="100%" width="100%" ajaxUrl="/dash_act_synth_mngt_ajax.fl" hidePage="<%= hidePage %>"> <fl:gridColumn pos="0" width="22%"/> <fl:gridColumn pos="1" width="6%" style="text-align : right"/> <fl:gridColumn pos="2" width="6%" style="text-align : right"/> <fl:gridColumn pos="3" width="6%" style="text-align : right"/> <fl:gridColumn pos="4" width="6%" style="text-align : right"/> <fl:gridColumn pos="5" width="6%" style="text-align : right"/> <fl:gridColumn pos="6" width="6%" style="text-align : right"/> <fl:gridColumn pos="7" width="6%" style="text-align : right"/> </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