📄 user_jsp.java
字号:
package org.apache.jsp.systemadmin;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.util.*;
public final class user_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_005fc_005fchoose;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest;
public Object getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_005fjspx_005ftagPool_005fc_005fchoose = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_005fjspx_005ftagPool_005fc_005fchoose.release();
_005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.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=GB18030");
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 path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
out.write("\r\n");
out.write("\r\n");
out.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\r\n");
out.write("<html>\r\n");
out.write(" <head>\r\n");
out.write(" <base href=\"");
out.print(basePath);
out.write("\"> \r\n");
out.write(" <title>用户资料</title>\r\n");
out.write(" </head> \r\n");
out.write(" <body>\r\n");
out.write(" \t <span id=\"errmeessage\" style=\"color: red\" >");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${errmeessage}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("</span>\r\n");
out.write(" \t <form name=\"userinof\" action=\"UserController?action=editok\" method=\"post\">\r\n");
out.write(" \t<table width=\"100%\" align=\"center\">\r\n");
out.write(" \r\n");
out.write(" \t\t<tr>\r\n");
out.write(" \t\t\t<td>用户名称\t<input type=\"hidden\" value=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.user_id }", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write(" name=\"userid\"></td>\r\n");
out.write(" \t\t\t<td><input type=\"text\" value=\"");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.user_name }", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\" name=\"user_name\"></td>\r\n");
out.write(" \t\t</tr>\r\n");
out.write(" \t\t\r\n");
out.write(" \t\t<tr>\r\n");
out.write(" \t\t\t<td>用户权限</td>\r\n");
out.write(" \t\t\t<td>\r\n");
out.write(" \t\t\r\n");
out.write(" \t\t\t\t<select name=\"user_power\"> \r\n");
out.write(" \t\t\t\t ");
if (_jspx_meth_c_005fchoose_005f0(_jspx_page_context))
return;
out.write("\r\n");
out.write(" \t\t\t\t \t\t\t\t\t\r\n");
out.write(" \t\t\t\t\t<option value=\"");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.user_power}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\">\r\n");
out.write(" \t\t\t\t\t");
if (_jspx_meth_c_005fchoose_005f1(_jspx_page_context))
return;
out.write(" \t\t\t\t\t\r\n");
out.write(" \t\t\t\t\t</option> \r\n");
out.write(" \t\t\t\t<option value=\"2\">\r\n");
out.write(" \t\t\t\t\t");
if (_jspx_meth_c_005fchoose_005f2(_jspx_page_context))
return;
out.write(" \t\r\n");
out.write(" \t\t\t\t</option> \r\n");
out.write(" \t\t\t\t<option value=\"3\">\r\n");
out.write(" \t\t\t\t\t");
if (_jspx_meth_c_005fchoose_005f3(_jspx_page_context))
return;
out.write(" \t\r\n");
out.write(" \t\t\t\t</option> \t\t\t\t\t\t\t\t\t\t\t\t\r\n");
out.write(" \t\t\t\t</select>\r\n");
out.write(" \t\t\t</td> \t\t\t\r\n");
out.write(" \t\t</tr> \t\t\r\n");
out.write(" \t\t<tr>\r\n");
out.write(" \t\t\t<td>用户角色</td>\r\n");
out.write(" \t\t\t<td> \r\n");
out.write(" \t\t\t<select name=user_charpter> \t\r\n");
out.write(" \t\t\t<option value=\"");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.user_charpter}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\">\t\r\n");
out.write(" \t\t\t");
if (_jspx_meth_c_005fchoose_005f4(_jspx_page_context))
return;
out.write("\r\n");
out.write(" \t\t\t</option>\r\n");
out.write(" \t\t\t<option value=\"2\">\r\n");
out.write(" \t\t\t\t");
if (_jspx_meth_c_005fchoose_005f5(_jspx_page_context))
return;
out.write("\r\n");
out.write(" \t\t\t</option>\r\n");
out.write(" \t\t\t<option value=\"3\">\r\n");
out.write(" \t\t\t\t");
if (_jspx_meth_c_005fchoose_005f6(_jspx_page_context))
return;
out.write("\r\n");
out.write(" \t\t\t</option>\r\n");
out.write(" \t\t\t</select>\r\n");
out.write(" \t\t\t</td>\r\n");
out.write(" \t\t</tr> \t\t\r\n");
out.write(" \t\t\r\n");
out.write(" \t\t\r\n");
out.write(" \t\t<tr>\r\n");
out.write(" \t\t\t<td>年龄</td>\r\n");
out.write(" \t\t\t<td><input type=\"text\" value=\"");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.user_age }", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\" name=\"user_age\"></td>\r\n");
out.write(" \t\t</tr>\r\n");
out.write(" \t\t<tr>\r\n");
out.write(" \t\t\t<td>用户所属部门</td>\r\n");
out.write(" \t\t\t<td>\r\n");
out.write(" \t\t\t<select name=\"user_deptid\">\r\n");
out.write(" \t\t\t");
if (_jspx_meth_c_005fchoose_005f7(_jspx_page_context))
return;
out.write("\r\n");
out.write(" \t\t\t</select>\r\n");
out.write(" \t\t\t\r\n");
out.write(" \t\t\t \t\t\t\r\n");
out.write(" \t\t\t</td>\r\n");
out.write(" \t\t</tr>\r\n");
out.write(" \t\t<tr>\r\n");
out.write(" \t\t\t<td>联系电话</td>\r\n");
out.write(" \t\t\t<td><input type=\"text\" value=\"");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.user_tel }", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\" name=\"user_tel\"></td>\r\n");
out.write(" \t\t</tr>\r\n");
out.write(" \t\t<tr>\r\n");
out.write(" \t\t\t<td>Email</td>\r\n");
out.write(" \t\t\t<td><input type=\"text\" value=\"");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.user_email }", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\" name=\"user_email\"></td>\r\n");
out.write(" \t\t</tr> \r\n");
out.write(" \r\n");
out.write(" \t\t<tr>\r\n");
out.write(" \t\t\t<td align=right><input type=\"submit\" value=\"修改\"> </td>\r\n");
out.write(" \t\t\t<td align=left> <input type=\"button\" onclick=\"javascript:history.go(-1);\" value=\"返回\"></td>\r\n");
out.write(" \t\t</tr>\r\n");
out.write(" \t</table>\r\n");
out.write(" \t\r\n");
out.write(" \t</form>\r\n");
out.write(" </body>\r\n");
out.write("</html>\r\n");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
private boolean _jspx_meth_c_005fchoose_005f0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:choose
org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_005fchoose_005f0 = (org.apache.taglibs.standard.tag.common.core.ChooseTag) _005fjspx_005ftagPool_005fc_005fchoose.get(org.apache.taglibs.standard.tag.common.core.ChooseTag.class);
_jspx_th_c_005fchoose_005f0.setPageContext(_jspx_page_context);
_jspx_th_c_005fchoose_005f0.setParent(null);
int _jspx_eval_c_005fchoose_005f0 = _jspx_th_c_005fchoose_005f0.doStartTag();
if (_jspx_eval_c_005fchoose_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\t \t\t\t\t\t\r\n");
out.write(" \t\t\t\t ");
if (_jspx_meth_c_005fwhen_005f0(_jspx_th_c_005fchoose_005f0, _jspx_page_context))
return true;
out.write("\r\n");
out.write(" \t\t\t\t ");
int evalDoAfterBody = _jspx_th_c_005fchoose_005f0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_005fchoose_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f0);
return true;
}
_005fjspx_005ftagPool_005fc_005fchoose.reuse(_jspx_th_c_005fchoose_005f0);
return false;
}
private boolean _jspx_meth_c_005fwhen_005f0(javax.servlet.jsp.tagext.JspTag _jspx_th_c_005fchoose_005f0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:when
org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_005fwhen_005f0 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _005fjspx_005ftagPool_005fc_005fwhen_0026_005ftest.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class);
_jspx_th_c_005fwhen_005f0.setPageContext(_jspx_page_context);
_jspx_th_c_005fwhen_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_005fchoose_005f0);
_jspx_th_c_005fwhen_005f0.setTest(((java.lang.Boolean) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.user_power==null }", java.lang.Boolean.class, (PageContext)_jspx_page_context, null, false)).booleanValue());
int _jspx_eval_c_005fwhen_005f0 = _jspx_th_c_005fwhen_005f0.doStartTag();
if (_jspx_eval_c_005fwhen_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write(" \t\t\t\t <option value=\"\">\r\n");
out.write(" \t\t\t\t 没有分配权限\r\n");
out.write(" \t\t\t\t </option>\r\n");
out.write(" \t\t\t\t <option value=\"1\">\r\n");
out.write(" \t\t\t\t 系统管理员\r\n");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -