<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String type = request.getParameter("type"); String title="未知菜单"; if(type != null){ if(type.equals("acqbind")){ title="装订类型"; }else if(type.equals("docsources")){ title="文献来源"; }else if(type.equals("finsources")){ title="财经来源"; }else if(type.equals("media")){ title="载体类型"; }else if(type.equals("pertype")){ title="期刊类型"; } } %> <%=title %>设置 <%@ include file="../global/linkcss.jsp" %> <%@ include file="com_toolbar.jsp" %>
<% if(type.equals("loaction")){ %> <% } %>
代码 名称显示优先级备注
<%@ include file="com_savebar.jsp" %>
<% if(type.equals("loaction")){ %> <% } %>
代码
名称
显示优先级
备注
<%@ include file="../global/easyui-dialog.jsp"%> <%@ include file="../global/linkjs.jsp"%>