%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ page import="com.jishen.opac.entity.ParSysLocation"%>
<%@ page import="com.jishen.common.CommonPar"%>
<%
String type=request.getParameter("type");
String strTitle = "约";
if(type == "1")
strTitle = "借";
%>
图书预<%=strTitle%>
<%@ include file="../global/linkcss.jsp" %>
<%@ include file="../../page/global/mylib-header.jsp" %>
<%@ include file="../../page/global/mylib-menu.jsp" %>
题名 |
状态 |
预约日期 |
通知方式 |
取书地点 |
截止日期 |
备注 |
操作 |
<%@ include file="../global/footer.jsp" %>
<%@ include file="../global/linkjs.jsp" %>