📄 userinfo1_jsp.java
字号:
return true;
_jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_0);
return false;
}
private boolean _jspx_meth_html_form_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// html:form
org.apache.struts.taglib.html.FormTag _jspx_th_html_form_0 = (org.apache.struts.taglib.html.FormTag) _jspx_tagPool_html_form_method_action.get(org.apache.struts.taglib.html.FormTag.class);
_jspx_th_html_form_0.setPageContext(_jspx_page_context);
_jspx_th_html_form_0.setParent(null);
_jspx_th_html_form_0.setAction("memberquery.do?operate=updateUserinfo");
_jspx_th_html_form_0.setMethod("post");
int _jspx_eval_html_form_0 = _jspx_th_html_form_0.doStartTag();
if (_jspx_eval_html_form_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write(" <input type=\"hidden\" name=\"type\" value=\"\"/>\r\n");
out.write(" <div class=\"r5\">\r\n");
out.write(" <span class=\"red\">普通用户登录信息 </span>\r\n");
out.write(" \r\n");
out.write(" <table width=\"700\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" class=\"r5\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"94\">用户名</td>\r\n");
out.write(" <td width=\"603\" class=\"blue\">");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.userLoginName}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("</td>\r\n");
out.write(" </tr> \r\n");
out.write(" <tr>\r\n");
out.write(" <td>性别</td>\r\n");
out.write(" <td class=\"blue\">");
if (_jspx_meth_html_select_0(_jspx_th_html_form_0, _jspx_page_context))
return true;
out.write("</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td>电子邮箱</td>\r\n");
out.write(" <td class=\"blue\">");
if (_jspx_meth_html_text_0(_jspx_th_html_form_0, _jspx_page_context))
return true;
out.write("\r\n");
out.write(" 请填写您最常用的邮箱地址,是您收取交易明细通知、取回登录密码的重要手段。</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td>密码查询问题</td>\r\n");
out.write(" <td class=\"blue\">");
if (_jspx_meth_html_text_1(_jspx_th_html_form_0, _jspx_page_context))
return true;
out.write("\r\n");
out.write(" 您可以通过设置密码查询来重置登录密码。</td>\r\n");
out.write(" </tr> \r\n");
out.write(" <tr>\r\n");
out.write(" <td>密码查询答案</td>\r\n");
out.write(" <td class=\"blue\">");
if (_jspx_meth_html_text_2(_jspx_th_html_form_0, _jspx_page_context))
return true;
out.write("</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td> </td>\r\n");
out.write(" <td class=\"blue\">允许长度为14个字母、数字、空格或7个汉字(包括7个)以下。 是您忘记登录密码时,重置的凭证,请务必牢记!</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td>登录密码<br></td>\r\n");
out.write(" <td class=\"blue\"><input type=\"password\" name=\"userLoginPassword\" value=\"\"/>\r\n");
out.write(" 请正确输入您的登录密码,否则登录信息将不能修改。</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=\"Submitd2\" type=\"button\" class=\"button6\" value=\"登录信息确认修改\" onClick=\"checkForm('1');\"/>\r\n");
out.write(" \t\t");
if (_jspx_meth_c_if_1(_jspx_th_html_form_0, _jspx_page_context))
return true;
out.write("\r\n");
out.write(" <input name=\"Submit22\" type=\"reset\" class=\"button6\" value=\"取消修改\" />\r\n");
out.write(" </div>\r\n");
out.write(" </div>\r\n");
out.write(" ");
if (_jspx_meth_c_if_2(_jspx_th_html_form_0, _jspx_page_context))
return true;
out.write("\r\n");
out.write(" ");
int evalDoAfterBody = _jspx_th_html_form_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_html_form_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_html_form_method_action.reuse(_jspx_th_html_form_0);
return false;
}
private boolean _jspx_meth_html_select_0(javax.servlet.jsp.tagext.JspTag _jspx_th_html_form_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// html:select
org.apache.struts.taglib.html.SelectTag _jspx_th_html_select_0 = (org.apache.struts.taglib.html.SelectTag) _jspx_tagPool_html_select_property_name.get(org.apache.struts.taglib.html.SelectTag.class);
_jspx_th_html_select_0.setPageContext(_jspx_page_context);
_jspx_th_html_select_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_html_select_0.setProperty("userSex");
_jspx_th_html_select_0.setName("user");
int _jspx_eval_html_select_0 = _jspx_th_html_select_0.doStartTag();
if (_jspx_eval_html_select_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
if (_jspx_eval_html_select_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = _jspx_page_context.pushBody();
_jspx_th_html_select_0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
_jspx_th_html_select_0.doInitBody();
}
do {
out.write("\r\n");
out.write("\t\t\t");
if (_jspx_meth_html_optionsCollection_0(_jspx_th_html_select_0, _jspx_page_context))
return true;
out.write("\r\n");
out.write("\t\t");
int evalDoAfterBody = _jspx_th_html_select_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
if (_jspx_eval_html_select_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
out = _jspx_page_context.popBody();
}
if (_jspx_th_html_select_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_html_select_property_name.reuse(_jspx_th_html_select_0);
return false;
}
private boolean _jspx_meth_html_optionsCollection_0(javax.servlet.jsp.tagext.JspTag _jspx_th_html_select_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// html:optionsCollection
org.apache.struts.taglib.html.OptionsCollectionTag _jspx_th_html_optionsCollection_0 = (org.apache.struts.taglib.html.OptionsCollectionTag) _jspx_tagPool_html_optionsCollection_property_nobody.get(org.apache.struts.taglib.html.OptionsCollectionTag.class);
_jspx_th_html_optionsCollection_0.setPageContext(_jspx_page_context);
_jspx_th_html_optionsCollection_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_select_0);
_jspx_th_html_optionsCollection_0.setProperty("userSexes");
int _jspx_eval_html_optionsCollection_0 = _jspx_th_html_optionsCollection_0.doStartTag();
if (_jspx_th_html_optionsCollection_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_html_optionsCollection_property_nobody.reuse(_jspx_th_html_optionsCollection_0);
return false;
}
private boolean _jspx_meth_html_text_0(javax.servlet.jsp.tagext.JspTag _jspx_th_html_form_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// html:text
org.apache.struts.taglib.html.TextTag _jspx_th_html_text_0 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_size_property_name_maxlength_nobody.get(org.apache.struts.taglib.html.TextTag.class);
_jspx_th_html_text_0.setPageContext(_jspx_page_context);
_jspx_th_html_text_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_html_text_0.setProperty("userEmail");
_jspx_th_html_text_0.setSize("20");
_jspx_th_html_text_0.setMaxlength("40");
_jspx_th_html_text_0.setName("user");
int _jspx_eval_html_text_0 = _jspx_th_html_text_0.doStartTag();
if (_jspx_th_html_text_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_html_text_size_property_name_maxlength_nobody.reuse(_jspx_th_html_text_0);
return false;
}
private boolean _jspx_meth_html_text_1(javax.servlet.jsp.tagext.JspTag _jspx_th_html_form_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// html:text
org.apache.struts.taglib.html.TextTag _jspx_th_html_text_1 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_property_name_nobody.get(org.apache.struts.taglib.html.TextTag.class);
_jspx_th_html_text_1.setPageContext(_jspx_page_context);
_jspx_th_html_text_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_html_text_1.setProperty("userPasswordQuestion");
_jspx_th_html_text_1.setName("user");
int _jspx_eval_html_text_1 = _jspx_th_html_text_1.doStartTag();
if (_jspx_th_html_text_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_html_text_property_name_nobody.reuse(_jspx_th_html_text_1);
return false;
}
private boolean _jspx_meth_html_text_2(javax.servlet.jsp.tagext.JspTag _jspx_th_html_form_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// html:text
org.apache.struts.taglib.html.TextTag _jspx_th_html_text_2 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_size_property_name_maxlength_nobody.get(org.apache.struts.taglib.html.TextTag.class);
_jspx_th_html_text_2.setPageContext(_jspx_page_context);
_jspx_th_html_text_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_html_text_2.setProperty("userPasswordAnswer");
_jspx_th_html_text_2.setSize("20");
_jspx_th_html_text_2.setMaxlength("16");
_jspx_th_html_text_2.setName("user");
int _jspx_eval_html_text_2 = _jspx_th_html_text_2.doStartTag();
if (_jspx_th_html_text_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -