Edit C:\galaxie\Back\galaxie\netbusiness\inboundlog\list.jsp
<%@ page language="java"%> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="com.edeal.frontline.Utils" %> <%@ page import="com.edeal.frontline.navigation.WebUtils" %> <%@ page import="com.edeal.frontline.FlContext" %> <%@ page import="java.util.Map" %> <%@ page import="java.util.Hashtable" %> <%@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); String global = flRequest.getRequestParameterOrAttribute("global"); String sc = flRequest.getRequestParameterOrAttribute("sc"); Map searchCriteria = new Hashtable(); if (sc != null) { searchCriteria = WebUtils.parseQueryString(sc); } String delay = flRequest.getSearchCriteria("nbWeek"); FlContext context = flRequest.getContext(); %> <script language="javascript"> function exportLog(pageName,delay){ window.parent.location = '<fl:webapp/>/export_inboundlog.fl?delay='+delay+'&pageName=' + pageName; } function doOnLoad(){ _grid__InBoundLog_js_.render() } </script> <fl:bigTabs criteriaTitle="<%= Utils.getMessage(session, \"L64A2\", false, true, \"Recherche log web\") %>" listTitle="<%= Utils.getMessage(session, \"L000A\", false, true, \"Liste des logs web\") %>" > <table class="container" cellpadding="0"> <tr> <td> <fl:grid displayFirst="true" name="InBoundLog" height="400" ajaxUrl="/list_inboundlog_ajax.fl"> <fl:gridColumn pos="0" width="50%"></fl:gridColumn> <fl:gridColumn pos="1" style="text-align : right"></fl:gridColumn> </fl:grid> </td> </tr> <%-- if (global != null && !"0".equals(global)) { %> <tr> <td width="100%"> <table class="container" cellpadding="0"> <td class="dataValue" style="vertical-align:top;text-align:right ;white-spacing: 50%;"> <a href="<fl:link url="<%= \"/list_entry_inboundlog.fl\" + ( sc != null ? \"?InBoundLogEntry_sc=\" + WebUtils.urlEncode(context,sc) : \"\") %>"/>"> <fl:getMessage code="L0018" alt="global"/> </a> </td> <td class="dataValue" style="vertical-align:top; white-spacing: 20%;"> <%= Utils.formatToWeb(global,false )%> </td> <td class="dataValue" style="vertical-align:top; white-spacing: 30%;"></td> </table> </td> </tr> <% } --%> </table> </fl:bigTabs>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de