<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@ page import="com.jishen.common.MyJspUtils"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String type = "2"; String toolid = "1507"; String title = "采访"; if(request.getParameter("type") != null){ type = request.getParameter("type"); if(type.equals("3")){ title = "编目"; toolid = "2508"; }else if(type.equals("5")){ title = "典藏"; toolid = "3404"; }else if(type.equals("4")){ title = "流通"; toolid = "4604"; }else if(type.equals("6")){ title = "期刊"; toolid = "5710"; }else if(type.equals("1")){ title = "期刊"; toolid = "6602"; } } %> <%=title%>日志查询 <%@ include file="../global/linkcss.jsp" %>
统计 <%if(MyJspUtils.checkAuthority(session,""+toolid+"t4")){%> 格式设计 <%}%>
<%@ include file="../statistics/statisticsfd.jsp" %> <%@ include file="../global/easyui-dialog.jsp"%> <%@ include file="../global/linkjs.jsp" %>