Edit C:\Users\Administrator\Desktop\Back\galaxie - Copy\netbusiness\outboundlog\list_entry.jsp
<%@ page language="java"%> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="com.edeal.frontline.grid.GridData" %> <%@ page import="com.edeal.frontline.Utils" %> <%@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); //dans liste entry nous devons definir dans le sc tous les criteres String sc = flRequest.getRequestParameterOrAttribute("OutBoundLogEntry_sc"); request.setAttribute("selectedTab", "1"); %> <script language="javascript"> function displayWebOperation(id){ window.open('<fl:webapp/>/quickview_weboperation.fl?id=' + id, 'webOperation', 'width=500,height=400,scrollbars,resizable'); } function displayOutBoundLog(id){ window.open('<fl:webapp/>/read_outboundlog.fl?id=' + id, 'InBoundLog', 'width=500,height=400,scrollbars,resizable'); } function displayOrigin(id){ window.open('<fl:webapp/>/quickview_origin.fl?id=' + id, 'Origin', 'width=500,height=400,scrollbars,resizable'); } function displayPorte(id){ window.open('<fl:webapp/>/quickview_porte.fl?id=' + id, 'Origin', 'width=500,height=400,scrollbars,resizable'); } function doOnLoad(){ _grid__OutBoundLogEntry_js_.render() } </script> <fl:bigTabs criteriaTitle="<%= Utils.getMessage(session, \"L0015\", false, true, \"visites sur\") %>" listTitle="<%= Utils.getMessage(session, \"L0024\", false, true, \"Les logs sortants\") %>" lu="<%= \"/list_entry_inboundlog.fl\" %>"> <table class="container" cellpadding="0"> <tr> <td> <fl:grid name="OutBoundLogEntry" height="400" ajaxUrl="<%= \"/list_entryoutboundlog_ajax.fl\"+ ((sc!= null)? \"?OutBoundLogEntry_sc=\"+sc : \"\")%>"> </fl:grid> </td> </tr> </table> </fl:bigTabs>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de