<%@ 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" %>
查询
分馆名称 ISBN号 分类号 题名 著者 价格 出版社 出版地
<%if(strType.equals("0")){%>
<%@ include file="grid/curloangrid.jsp"%>
<%}else{%>
操作员
操作类型 起始日期 终止日期
分馆名称 操作类型 操作时间 读者名称 读者证号 操作员 条码号 索书号 题名 著者 isbn号 价格 卷册说明
<%}%>
<%@ include file="../global/linkjs.jsp" %>