%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
String type = "2";
String title = "采访";
if(request.getParameter("type") != null){
type = request.getParameter("type");
if(type.equals("3")){
title = "编目";
}else if(type.equals("5")){
title = "典藏";
}else if(type.equals("4")){
title = "流通";
}else if(type.equals("6")){
title = "期刊";
}
}
%>
<%=title%>日志查询
<%@ include file="../global/linkcss.jsp" %>
<%@ include file="../statistics/statisticsfd.jsp" %>
<%@ include file="../global/easyui-dialog.jsp"%>
<%@ include file="../global/linkjs.jsp" %>