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