📄 modifyadminform_jsp.java
字号:
package org.apache.jsp.WEB_002dINF.jsp.oa.admin.tiles;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class modifyadminForm_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 _jspx_tagPool_c_out_value_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_if_test;
public Object getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_jspx_tagPool_c_out_value_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_if_test = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_jspx_tagPool_c_out_value_nobody.release();
_jspx_tagPool_c_if_test.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=GBK");
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");
out.write("\r\n");
out.write("<style>\r\n");
out.write("body,td,input,textarea {font-size:9pt}\r\n");
out.write("</style>\r\n");
out.write("<SCRIPT language=javascript src=\"Jslib.js\"></SCRIPT>\r\n");
out.write("<script language=\"JavaScript\">\r\n");
out.write("function checkItem()\r\n");
out.write("{\r\n");
out.write(" var flag=true;\r\n");
out.write(" \tif (isEmpty(document.forms[0].userid.value))\r\n");
out.write(" {\r\n");
out.write(" alert(\"用户名不能为空!\");\r\n");
out.write(" document.forms[0].userid.focus();\r\n");
out.write(" flag = false;\r\n");
out.write(" }\r\n");
out.write(" else if (isEmpty(document.forms[0].password.value))\r\n");
out.write(" {\r\n");
out.write(" alert(\"密码不能为空!\");\r\n");
out.write(" document.forms[0].password.focus();\r\n");
out.write(" flag = false;\r\n");
out.write(" }\r\n");
out.write(" else if (isEmpty(document.forms[0].username.value))\r\n");
out.write(" {\r\n");
out.write(" alert(\"姓名不能为空!\");\r\n");
out.write(" document.forms[0].username.focus();\r\n");
out.write(" flag = false;\r\n");
out.write(" }\r\n");
out.write("return flag;\r\n");
out.write("}\r\n");
out.write("</script>\r\n");
out.write("<form action=\"modifyadmin.do\" method=\"post\" onsubmit=\"return checkItem();\">\r\n");
out.write("<table>\r\n");
out.write("<tr>\r\n");
out.write("<td>用户名:</td><td>");
if (_jspx_meth_c_out_0(_jspx_page_context))
return;
out.write("<input name=\"userid\" type=\"hidden\" id=\"ggbt\" value=\"");
if (_jspx_meth_c_out_1(_jspx_page_context))
return;
out.write("\" ></td></tr>\r\n");
out.write("<tr>\r\n");
out.write("<td>密码:</td><td><input name=\"password\" type=\"text\" id=\"ggbt\" value=\"");
if (_jspx_meth_c_out_2(_jspx_page_context))
return;
out.write("\"></td></tr>\r\n");
out.write("<tr>\r\n");
out.write("<td>姓名:</td><td><input name=\"username\" type=\"text\" id=\"ggbt\" value=\"");
if (_jspx_meth_c_out_3(_jspx_page_context))
return;
out.write("\" ></td></tr>\r\n");
out.write("<tr>\r\n");
out.write("<td>电话一:</td><td><input name=\"tel_h\" type=\"text\" id=\"ggbt\" value=\"");
if (_jspx_meth_c_out_4(_jspx_page_context))
return;
out.write("\" ></td></tr>\r\n");
out.write("<tr>\r\n");
out.write("<td>电话二:</td><td><input name=\"tel_o\" type=\"text\" id=\"ggbt\" value=\"");
if (_jspx_meth_c_out_5(_jspx_page_context))
return;
out.write("\" ></td></tr>\r\n");
out.write("<tr>\r\n");
out.write("<td>电话三:</td><td><input name=\"tel_m\" type=\"text\" id=\"ggbt\" value=\"");
if (_jspx_meth_c_out_6(_jspx_page_context))
return;
out.write("\" ></td></tr>\r\n");
out.write("<tr>\r\n");
out.write("<td>电子邮件:</td><td><input name=\"email\" type=\"text\" id=\"ggbt\" value=\"");
if (_jspx_meth_c_out_7(_jspx_page_context))
return;
out.write("\" ></td></tr>\r\n");
out.write("<tr>\r\n");
out.write("<td>管理员类别:</td><td>\r\n");
out.write("<SELECT name=manager> \r\n");
out.write(" <OPTION value=毕业生信息管理员 \r\n");
out.write(" \t");
if (_jspx_meth_c_if_0(_jspx_page_context))
return;
out.write("\r\n");
out.write(">毕业生信息管理员</OPTION>\r\n");
out.write(" <OPTION value=信息发布员 \r\n");
if (_jspx_meth_c_if_1(_jspx_page_context))
return;
out.write("\r\n");
out.write(">信息发布员</OPTION>\r\n");
out.write(" <OPTION value=最高管理员 \r\n");
if (_jspx_meth_c_if_2(_jspx_page_context))
return;
out.write("\r\n");
out.write(">最高管理员</OPTION>\r\n");
out.write("</SELECT>\r\n");
out.write("</td></tr>\r\n");
out.write("<tr>\r\n");
out.write("<td><input type=\"submit\" name=\"Submit\" value=\"提交\" ></td></td><td></tr>\r\n");
out.write("</form>");
} 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_out_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_0 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_0.setPageContext(_jspx_page_context);
_jspx_th_c_out_0.setParent(null);
_jspx_th_c_out_0.setValue("${modifyadmin.userid}");
int _jspx_eval_c_out_0 = _jspx_th_c_out_0.doStartTag();
if (_jspx_th_c_out_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_jspx_tagPool_c_out_value_nobody.reuse(_jspx_th_c_out_0);
return true;
}
_jspx_tagPool_c_out_value_nobody.reuse(_jspx_th_c_out_0);
return false;
}
private boolean _jspx_meth_c_out_1(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:out
org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_1 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value_nobody.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
_jspx_th_c_out_1.setPageContext(_jspx_page_context);
_jspx_th_c_out_1.setParent(null);
_jspx_th_c_out_1.setValue("${modifyadmin.userid}");
int _jspx_eval_c_out_1 = _jspx_th_c_out_1.doStartTag();
if (_jspx_th_c_out_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_jspx_tagPool_c_out_value_nobody.reuse(_jspx_th_c_out_1);
return true;
}
_jspx_tagPool_c_out_value_nobody.reuse(_jspx_th_c_out_1);
return false;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -