📄 skillgroupinfo_jsp.java
字号:
package org.apache.jsp.pages.LeftMenu.system_005fmanage.SkillGroupManage;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class skillgroupinfo_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.List _jspx_dependants;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005fproperty_005fvalue_005fnobody;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005fif_005ftest;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005felse;
public Object getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_005fjspx_005ftagPool_005fs_005fproperty_005fvalue_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_005fjspx_005ftagPool_005fs_005fif_005ftest = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_005fjspx_005ftagPool_005fs_005felse = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_005fjspx_005ftagPool_005fs_005fproperty_005fvalue_005fnobody.release();
_005fjspx_005ftagPool_005fs_005fif_005ftest.release();
_005fjspx_005ftagPool_005fs_005felse.release();
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=UTF-8");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n");
out.write("\r\n");
String cpath = request.getContextPath();
out.write("\r\n");
out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n");
out.write("<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n");
out.write("\t<head>\r\n");
out.write("\t\t<title></title>\r\n");
out.write("\t\t<link href=\"");
out.print(cpath);
out.write("/style/css_common1.css\" rel=\"stylesheet\"\r\n");
out.write("\t\t\ttype=\"text/css\" />\r\n");
out.write("\t\t<link href=\"");
out.print(cpath);
out.write("/style/mian.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n");
out.write("\t\t<script src=\"");
out.print(cpath);
out.write("/js/calendar.js\"></script>\r\n");
out.write("\t\t<script src=\"");
out.print(cpath);
out.write("/js/validate.js\"></script>\r\n");
out.write("\t\t<script src=\"");
out.print(cpath);
out.write("/js/jquery126.js\"></script>\r\n");
out.write("\t\t<script src=\"");
out.print(cpath);
out.write("/js/effect.js\"></script>\t\r\n");
out.write("\t</head>\r\n");
out.write("\t<script language=\"JavaScript\" type=\"text/javascript\">\r\n");
out.write("$(function(){\r\n");
out.write("\taddInputEffect();\r\n");
out.write("});\t\r\n");
out.write("<!--\r\n");
out.write("\tfunction refresh(groupId){\r\n");
out.write("\t\tdocument.form.action=\"");
out.print(cpath);
out.write("/skillgroup/ShowskillGroupInfo.action\";\r\n");
out.write("\t\tdocument.form.groupId.value=groupId;\r\n");
out.write("\t\tdocument.form.submit();\r\n");
out.write("\t\tchecked(groupId);\r\n");
out.write("\t}\r\n");
out.write("\t\r\n");
out.write("\tfunction checked(id){\r\n");
out.write("\t\twindow.parent.frames['user'].refresh(id);\r\n");
out.write("\t}\r\n");
out.write("\r\n");
out.write("\tfunction thread_add(){\r\n");
out.write("\t\twindow.top.frames['left'].openWindows(\"");
out.print(cpath);
out.write("/skillgroup/AddSkillGroup.action?windowId=sysmanage.addskillgroup\",\"添加技能组\",\"sysmanage.addskillgroup\",window,\"system.skillgroup\"); \r\n");
out.write("\t}\r\n");
out.write("\t\r\n");
out.write("\tfunction thread_update(){\r\n");
out.write("\t\tif(document.getElementById('name').value==\"\"){\r\n");
out.write("\t\t\talert(\"请填写技能组名称\");\r\n");
out.write("\t\t\treturn;\t\r\n");
out.write("\t\t}\r\n");
out.write("\t\tif(document.getElementById('key').value==\"\"){\r\n");
out.write("\t\t\talert(\"请填写技能组标识\");\r\n");
out.write("\t\t\treturn;\t\r\n");
out.write("\t\t}\r\n");
out.write("\t\tdocument.thread_add_form.action=\"");
out.print(cpath);
out.write("/skillgroup/updateSkillGroup.action\";\r\n");
out.write("\t\tdocument.thread_add_form.submit();\r\n");
out.write("\r\n");
out.write("\t\t//new_reload();\r\n");
out.write("\t}\r\n");
out.write("\r\n");
out.write("\tfunction thread_delete(){\r\n");
out.write("\t\tif(document.thread_add_form.userCount.value>0){\r\n");
out.write("\t\t\talert(\"该技能组里有坐席信息,请删除后再进行此操作!\");\r\n");
out.write("\t\t\treturn;\r\n");
out.write("\t\t}\t\r\n");
out.write("\t\tif(confirm(\"确定删除该技能组吗?\") == true){\r\n");
out.write("\t\t\tdocument.thread_add_form.action=\"");
out.print(cpath);
out.write("/skillgroup/deleteSkillGroup.action\";\r\n");
out.write("\t\t\tdocument.thread_add_form.submit();\r\n");
out.write("\r\n");
out.write("\t\t\t\r\n");
out.write("\t\t\t//new_reload();\r\n");
out.write("\t\t\twindow.parent.frames[\"user\"].location=\"");
out.print(cpath);
out.write("/skillgroup/ShowUserFromskillGroupInfo.action\";\t\t\r\n");
out.write("\t\t}\r\n");
out.write("\t}\r\n");
out.write("\t\r\n");
out.write("\t\r\n");
out.write("\tfunction new_reload(){\r\n");
out.write("\t\twindow.parent.frames[\"skillgroup\"].location = \"");
out.print(cpath);
out.write("/skillgroup/ShowskillGroup.action\";\t\r\n");
out.write("\t}\r\n");
out.write("-->\r\n");
out.write("</script>\r\n");
out.write("\t<body leftmargin=\"0\" topmargin=\"0\" style=\"background:#EAF3FF;width:100%;height:100%\" onload=\"new_reload()\" onselectstart=\"return false;\">\r\n");
out.write("\t\t<form name=\"thread_add_form\" method=\"post\">\r\n");
out.write("\t\t\t<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"bgOffice\">\r\n");
out.write("\t\t\t\t<tr>\r\n");
out.write("\t\t\t\t\t<td valign=\"top\">\r\n");
out.write("\t\t\t\t\t\t<table cellpadding=\"0\" cellspacing=\"0\" class=\"title\" width=\"100%\">\r\n");
out.write("\t\t\t\t\t\t\t<tr>\r\n");
out.write("\t\t\t\t\t\t\t\t<td>\r\n");
out.write("\t\t\t\t\t\t\t\t\t技能组详细信息\r\n");
out.write("\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"Count\"\r\n");
out.write("\t\t\t\t\t\t\t\t\t\tvalue=\"");
if (_jspx_meth_s_005fproperty_005f0(_jspx_page_context))
return;
out.write("\" />\r\n");
out.write("\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"skillgroup.groupId\" id=\"skillgroupObject\"\r\n");
out.write("\t\t\t\t\t\t\t\t\t\tvalue=\"");
if (_jspx_meth_s_005fproperty_005f1(_jspx_page_context))
return;
out.write("\" />\r\n");
out.write("\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"userCount\"\r\n");
out.write("\t\t\t\t\t\t\t\t\t\tvalue=\"");
if (_jspx_meth_s_005fproperty_005f2(_jspx_page_context))
return;
out.write("\" />\r\n");
out.write("\t\t\t\t\t\t\t\t</td>\r\n");
out.write("\t\t\t\t\t\t\t</tr>\r\n");
out.write("\t\t\t\t\t\t</table>\r\n");
out.write("\t\t\t\t\t</td>\r\n");
out.write("\t\t\t\t</tr>\r\n");
out.write("\t\t\t\t<tr>\r\n");
out.write("\t\t\t\t\t<td>\r\n");
out.write("\t\t\t\t\t\t<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"\" class=\"t_search\">\r\n");
out.write("\t\t\t\t\t\t\t<tr>\r\n");
out.write("\t\t\t\t\t\t\t\t<td>\r\n");
out.write("\t\t\t\t\t\t\t\t\t<table class=\"listtitlenobd\" width=\"100%\">\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t");
// s:if
org.apache.struts2.views.jsp.IfTag _jspx_th_s_005fif_005f0 = (org.apache.struts2.views.jsp.IfTag) _005fjspx_005ftagPool_005fs_005fif_005ftest.get(org.apache.struts2.views.jsp.IfTag.class);
_jspx_th_s_005fif_005f0.setPageContext(_jspx_page_context);
_jspx_th_s_005fif_005f0.setParent(null);
_jspx_th_s_005fif_005f0.setTest("skillgroup.groupId!=null");
int _jspx_eval_s_005fif_005f0 = _jspx_th_s_005fif_005f0.doStartTag();
if (_jspx_eval_s_005fif_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
if (_jspx_eval_s_005fif_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = _jspx_page_context.pushBody();
_jspx_th_s_005fif_005f0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
_jspx_th_s_005fif_005f0.doInitBody();
}
do {
out.write("\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t\t<tr>\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t\t\t<td align=\"left\">\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t技能组名称:\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" id=\"name\" name=\"skillgroup.name\"\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t\t\t\t\tmaxlength=\"20\" size=\"20\" class=\"input01\"\r\n");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -