📄 updatemanagerresult_jsp.java
字号:
package org.apache.jsp.bManager;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.sql.*;
import java.util.List;
import com.actionForm.ManagerForm;
public final class updateManagerResult_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(1);
_jspx_dependants.add("/WEB-INF/struts-html.tld");
}
public java.util.List getDependants() {
return _jspx_dependants;
}
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=gb2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", 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\r\n");
com.tool.Chinese chinese = null;
synchronized (request) {
chinese = (com.tool.Chinese) _jspx_page_context.getAttribute("chinese", PageContext.REQUEST_SCOPE);
if (chinese == null){
chinese = new com.tool.Chinese();
_jspx_page_context.setAttribute("chinese", chinese, PageContext.REQUEST_SCOPE);
}
}
out.write("\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">");
com.tool.TimeShow time = null;
synchronized (request) {
time = (com.tool.TimeShow) _jspx_page_context.getAttribute("time", PageContext.REQUEST_SCOPE);
if (time == null){
time = new com.tool.TimeShow();
_jspx_page_context.setAttribute("time", time, PageContext.REQUEST_SCOPE);
}
}
out.write("\r\n<title>宇晨网络新闻中心后台</title>\r\n\r\n</head>\r\n\r\n");
ManagerForm form=(ManagerForm)request.getAttribute("form");
out.write("\r\n<body><div align=\"center\">\r\n");
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "../bTop.jsp", out, false);
out.write("\r\n<table width=\"800\" height=\"465\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tr>\r\n <td width=\"196\" rowspan=\"2\" valign=\"top\">");
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "../bleft.jsp", out, false);
out.write("</td>\r\n <td width=\"604\" height=\"57\" background=\"bImage/place.jpg\" >\r\n <table width=\"601\" height=\"36\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tr>\r\n <td> 当前位置提示 >> 用户管理</td>\r\n </tr>\r\n <tr>\r\n <td> </td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n <tr>\r\n <td height=\"400\" align=\"center\" valign=\"top\" background=\"bImage/big.jpg\"><table width=\"601\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"bImage/placeNext.jpg\">\r\n <tr>\r\n <td height=\"21\" > </td>\r\n <td>修改用户信息</td>\r\n </tr>\r\n </table>\r\n\t <br>\r\n\t <form name=\"form1\" method=\"post\" action=\"managerAction.do?method=updateManagerAction\" onSubmit=\"return checkEmpty(form1)\">\r\n\t<table width=\"424\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tr>\r\n <td width=\"75\" height=\"30\" align=\"center\">账号</td>\r\n <td width=\"334\"> \r\n \r\n <input type=\"text\" name=\"account\" size=\"50\" value=\"");
out.print(form.getAccount());
out.write("\">\r\n </td>\r\n\r\n </tr>\r\n <tr>\r\n <td height=\"30\" align=\"center\" valign=\"middle\">\r\n 密码</td>\r\n <td> \r\n <input type=\"password\" name=\"password\" size=\"50\">\r\n \r\n \r\n </tr>\r\n <tr>\r\n <td height=\"30\" align=\"center\">姓名</td>\r\n <td> \r\n <input type=\"text\" name=\"name\" size=\"50\" value=\"");
out.print(form.getName());
out.write("\">\r\n\t\t <input type=\"hidden\" name=\"number\" value=\"");
out.print(form.getNumber());
out.write("\">\r\n\t\t <input type=\"hidden\" name=\"manager\" value=\"");
out.print(form.getManager());
out.write("\">\r\n\t\t <input type=\"hidden\" name=\"id\" value=\"");
out.print(form.getId());
out.write("\">\r\n \r\n</td>\r\n </tr>\r\n </table>\r\n\t<br>\r\n\r\n<input type=\"submit\" name=\"add\" value=\"修改\">\r\n \r\n<input type=\"reset\" name=\"reset\" value=\"清除\">\r\n \r\n<input type=\"button\" name=\"Submit1\" value=\"返回\" onClick=\"javascript:history.go(-1);\">\r\n\r\n </form></td>\r\n </tr>\r\n</table>\r\n</div>\r\n</body>\r\n</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);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -