?? upwd_005fmod_jsp.java
字號:
package org.apache.jsp.member.user;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class upwd_005fmod_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
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=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("<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n");
out.write("\r\n");
out.write("<head>\r\n");
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gbk\" />\r\n");
out.write("<title>新疆福利彩票網會員中心</title>\r\n");
out.write("<link href=\"");
out.print(request.getContextPath());
out.write("/css/index.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n");
out.write("<link href=\"");
out.print(request.getContextPath());
out.write("/css/mb.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n");
out.write("<script type=\"text/javascript\">\r\n");
out.write("<!--\r\n");
out.write("function checkForm(){\r\n");
out.write("var form =document.passwd;\r\n");
out.write("if(form.userLoginPassword.value==''){\r\n");
out.write("alert('請輸入當前密碼!');\r\n");
out.write("return false;\r\n");
out.write("}\r\n");
out.write("if(form.userLoginPassword1.value==''){\r\n");
out.write("alert('請輸入新密碼!');\r\n");
out.write("return false;\r\n");
out.write("}\r\n");
out.write("if(form.userLoginPassword2.value==''){\r\n");
out.write("alert('請輸入確認密碼!');\r\n");
out.write("return false;\r\n");
out.write("}\r\n");
out.write("if(form.userLoginPassword2.value!=form.userLoginPassword1.value){\r\n");
out.write("alert('兩次輸入密碼不一致,請重新輸入!');\r\n");
out.write("return false;\r\n");
out.write("}\r\n");
out.write("var pswd= form.userLoginPassword1.value;\r\n");
out.write("if(pswd.length<4||pswd.length>12){\r\n");
out.write("alert('密碼長度在4-12個字符之間!');\r\n");
out.write("return false;\r\n");
out.write("}\r\n");
out.write("return true;\r\n");
out.write("}\r\n");
out.write("//-->\r\n");
out.write("</script>\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("</head>\r\n");
out.write("<body>\r\n");
out.write("\r\n");
out.write("<!-- top-->\r\n");
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "member_top.jsp", out, true);
out.write("\r\n");
out.write("<!--left-->\r\n");
out.write("<div class=\"main\">\r\n");
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "member_left.jsp", out, true);
out.write("\r\n");
out.write("<!--會員中心 right-->\r\n");
out.write("<div class=\"right\">\r\n");
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "member_right.jsp", out, true);
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write(" <div class=\"greybar1\">登錄密碼修改</div>\r\n");
out.write(" <center>");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${errorCode}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("</center>\r\n");
out.write(" <div class=\"r5\">\r\n");
out.write(" <form name=\"passwd\" action=\"memberquery.do?operate=updatePaswd\" method=\"post\" onsubmit=\" return checkForm();\">\r\n");
out.write(" <table width=\"700\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"1\" class=\"r5\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"80\" class=\"s1\">當前密碼:</td>\r\n");
out.write(" <td><input name=\"userLoginPassword\" type=\"password\" value=\"\" /></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td class=\"s1\">新密碼:</td>\r\n");
out.write(" <td><input type=\"password\" name=\"userLoginPassword1\" /></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td class=\"s1\"> </td>\r\n");
out.write(" <td><span class=\"blue\">允許長度為4-12位,可使用英文(a-z,區分大小寫),數字(0-9)。為了提高您賬戶的安全性,<SPAN id=\"red\">強烈建議</SPAN>使用<SPAN id=\"red\">英文+數字</SPAN>的密碼復選。</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td class=\"s1\"> 確認密碼:</td>\r\n");
out.write(" <td><input type=\"password\" name=\"userLoginPassword2\" /></td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table>\r\n");
out.write(" <div class=\"r5_1\">\r\n");
out.write(" <input name=\"Submit\" type=\"submit\" class=\"button6\" value=\"確認修改\" />\r\n");
out.write(" \r\n");
out.write(" <input name=\"Submit2\" type=\"reset\" class=\"button6\" value=\"取消修改\" />\r\n");
out.write(" </div>\r\n");
out.write(" </form>\r\n");
out.write(" </div>\r\n");
out.write(" </div>\r\n");
out.write("</div>\r\n");
out.write("<div>\r\n");
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "../../inc/footer.jsp", out, true);
out.write("\r\n");
out.write("</div>\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);
}
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -