<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String type = "0"; String typeTitle = "书目"; if(request.getParameter("type") != null){ type = request.getParameter("type") ; } if(type.equals("1")){ typeTitle = "期刊"; } %> 输出书目数据 <%@ include file="../global/linkcss.jsp" %>
开始预览 上一条 下一条 输出文件 格式设计
<%@ include file="../global/importformatdesign.jsp" %>
<%@ include file="../global/easyui-dialog.jsp"%> <%@ include file="../global/linkjs.jsp" %>