<%@ 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(); %> " listTitle="<%= Utils.getMessage(session, \"L000A\", false, true, \"Liste des logs web\") %>" > <%-- if (global != null && !"0".equals(global)) { %> <% } --%>
"/>"> <%= Utils.formatToWeb(global,false )%>