<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String type = "1"; String title = ""; String toolid ="6212"; if(request.getParameter("type") != null){ type = request.getParameter("type") ; } if(type.equals("0")){ title = "类型"; toolid ="6212"; } if(type.equals("1")){ title = "区域等级"; toolid ="6213"; } if(type.equals("2")){ title = "智能类型"; toolid ="6214"; } if(type.equals("3")){ title = "地点属性"; toolid ="6215"; } if(type.equals("4")){ title = "操作员类型"; toolid ="6216"; } %> <%=title%>设置 <%@ include file="../global/linkcss.jsp" %> <%@ include file="com_toolbar.jsp" %>
代码 名称 显示序号 备注
<%@ include file="../parameter/com_savebar.jsp"%>
代码
名称
显示序号
备注
<%@ include file="../global/easyui-dialog.jsp"%> <%@ include file="../global/linkjs.jsp"%>