<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String strType=request.getParameter("type"); String title = "读者当前借阅查询"; if(strType == "1") title = "读者当前借阅史查询"; %> <%=title%> <%@ include file="../global/linkcss.jsp" %>
查询
<%@ include file="grid/readergrid.jsp"%>
<%if(strType.equals("0")){%>
<%@ include file="grid/curloangrid.jsp"%>
<%}else{%>
操作员
操作类型 起始日期 终止日期
<%@ include file="grid/historyloangrid.jsp"%>
<%}%>
<%@ include file="../global/linkjs.jsp" %>