📄 userinfo_jsp.java
字号:
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 class=\"tablebody1\"><b>固定电话</b>:</td>\r\n");
out.write("\t\t\t<td class=\"tablebody1\">\r\n");
out.write("\t\t\t");
// html:text
org.apache.struts.taglib.html.TextTag _jspx_th_html_text_4 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_value_style_size_property_maxlength_nobody.get(org.apache.struts.taglib.html.TextTag.class);
_jspx_th_html_text_4.setPageContext(_jspx_page_context);
_jspx_th_html_text_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_html_text_4.setSize("32");
_jspx_th_html_text_4.setMaxlength("16");
_jspx_th_html_text_4.setProperty("address.homephone");
_jspx_th_html_text_4.setValue(((User)request.getSession().getAttribute("user")).getAddress().getHomephone());
_jspx_th_html_text_4.setStyle("font-family: Tahoma,Verdana,宋体; font-size: 12px; line-height: 15px; color: #000000");
int _jspx_eval_html_text_4 = _jspx_th_html_text_4.doStartTag();
if (_jspx_th_html_text_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_jspx_tagPool_html_text_value_style_size_property_maxlength_nobody.reuse(_jspx_th_html_text_4);
return;
}
_jspx_tagPool_html_text_value_style_size_property_maxlength_nobody.reuse(_jspx_th_html_text_4);
out.write("\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 class=\"tablebody1\"><b>手机</b>:</td>\r\n");
out.write("\t\t\t<td class=\"tablebody1\">\r\n");
out.write("\t\t\t");
// html:text
org.apache.struts.taglib.html.TextTag _jspx_th_html_text_5 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_value_style_size_property_maxlength_nobody.get(org.apache.struts.taglib.html.TextTag.class);
_jspx_th_html_text_5.setPageContext(_jspx_page_context);
_jspx_th_html_text_5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_html_text_5.setSize("32");
_jspx_th_html_text_5.setMaxlength("16");
_jspx_th_html_text_5.setProperty("address.cellphone");
_jspx_th_html_text_5.setValue(((User)request.getSession().getAttribute("user")).getAddress().getCellphone());
_jspx_th_html_text_5.setStyle("font-family: Tahoma,Verdana,宋体; font-size: 12px; line-height: 15px; color: #000000");
int _jspx_eval_html_text_5 = _jspx_th_html_text_5.doStartTag();
if (_jspx_th_html_text_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_jspx_tagPool_html_text_value_style_size_property_maxlength_nobody.reuse(_jspx_th_html_text_5);
return;
}
_jspx_tagPool_html_text_value_style_size_property_maxlength_nobody.reuse(_jspx_th_html_text_5);
out.write("\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 class=\"tablebody1\"><b>Email地址</b>:</td>\r\n");
out.write("\t\t\t<td class=\"tablebody1\">\r\n");
out.write("\t\t\t");
// html:text
org.apache.struts.taglib.html.TextTag _jspx_th_html_text_6 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_value_style_size_property_maxlength_maxlength_nobody.get(org.apache.struts.taglib.html.TextTag.class);
_jspx_th_html_text_6.setPageContext(_jspx_page_context);
_jspx_th_html_text_6.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_html_text_6.setSize("32");
_jspx_th_html_text_6.setMaxlength("50");
_jspx_th_html_text_6.setMaxlength("32");
_jspx_th_html_text_6.setProperty("address.email");
_jspx_th_html_text_6.setValue(((User)request.getSession().getAttribute("user")).getAddress().getEmail());
_jspx_th_html_text_6.setStyle("font-family: Tahoma,Verdana,宋体; font-size: 12px; line-height: 15px; color: #000000");
int _jspx_eval_html_text_6 = _jspx_th_html_text_6.doStartTag();
if (_jspx_th_html_text_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_jspx_tagPool_html_text_value_style_size_property_maxlength_maxlength_nobody.reuse(_jspx_th_html_text_6);
return;
}
_jspx_tagPool_html_text_value_style_size_property_maxlength_maxlength_nobody.reuse(_jspx_th_html_text_6);
out.write("\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 class=\"tablebody2\" valign=\"middle\" colspan=\"2\" align=\"center\">\r\n");
out.write("\t\t\t<input type=\"submit\" value=\"修改\"> <input type=\"reset\" name=\"reset\" value=\"清 除\"></td>\r\n");
out.write("\t\t</tr>\r\n");
out.write("\t</table>\r\n");
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) {
_jspx_tagPool_html_form_action.reuse(_jspx_th_html_form_0);
return;
}
_jspx_tagPool_html_form_action.reuse(_jspx_th_html_form_0);
out.write("\r\n");
out.write("\t <h5 align=\"center\">");
// html:messages
org.apache.struts.taglib.html.MessagesTag _jspx_th_html_messages_0 = (org.apache.struts.taglib.html.MessagesTag) _jspx_tagPool_html_messages_id.get(org.apache.struts.taglib.html.MessagesTag.class);
_jspx_th_html_messages_0.setPageContext(_jspx_page_context);
_jspx_th_html_messages_0.setParent(null);
_jspx_th_html_messages_0.setId("msg");
int _jspx_eval_html_messages_0 = _jspx_th_html_messages_0.doStartTag();
if (_jspx_eval_html_messages_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
java.lang.String msg = null;
if (_jspx_eval_html_messages_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = _jspx_page_context.pushBody();
_jspx_th_html_messages_0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
_jspx_th_html_messages_0.doInitBody();
}
msg = (java.lang.String) _jspx_page_context.findAttribute("msg");
do {
out.write("\r\n");
out.write(" <font color=\"#FF0000\">");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${msg}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("</font>\r\n");
out.write(" ");
int evalDoAfterBody = _jspx_th_html_messages_0.doAfterBody();
msg = (java.lang.String) _jspx_page_context.findAttribute("msg");
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
if (_jspx_eval_html_messages_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = _jspx_page_context.popBody();
}
}
if (_jspx_th_html_messages_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_jspx_tagPool_html_messages_id.reuse(_jspx_th_html_messages_0);
return;
}
_jspx_tagPool_html_messages_id.reuse(_jspx_th_html_messages_0);
out.write("</h5>\r\n");
out.write("\r\n");
out.write("<!--文件尾开始-->\r\n");
out.write("\t\t<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" height=\"28\">\r\n");
out.write("\t\t <tr>\r\n");
out.write("\t\t <td height=\"17\" background=\"/estore/e_jsp/images/bot_bg.gif\">\r\n");
out.write("\t\t </td>\r\n");
out.write("\t\t </tr>\r\n");
out.write("\t\t</table>\r\n");
out.write("\t\t<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n");
out.write("\t\t <tr>\r\n");
out.write("\t\t <td bgcolor=\"#f1f1f6\" height=\"53\" valign=\"center\">\r\n");
out.write("\t\t\t<p align=\"center\">Copyright ©2004 - 2005 <a href=\"http://www.tarena.com.cn\"><b><font face=\"Verdana,\">Tarena</font></b><font color=#CC0000>.com.cn</font></a><br>\r\n");
out.write("\t\t\t</td>\r\n");
out.write("\t\t </tr>\r\n");
out.write("\t\t</table>\r\n");
out.write("\t</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_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_value_style_size_property_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.setSize("32");
_jspx_th_html_text_0.setMaxlength("8");
_jspx_th_html_text_0.setProperty("user.userName");
_jspx_th_html_text_0.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.userName}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
_jspx_th_html_text_0.setStyle("font-family: Tahoma,Verdana,宋体; font-size: 12px; line-height: 15px; color: #000000");
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) {
_jspx_tagPool_html_text_value_style_size_property_maxlength_nobody.reuse(_jspx_th_html_text_0);
return true;
}
_jspx_tagPool_html_text_value_style_size_property_maxlength_nobody.reuse(_jspx_th_html_text_0);
return false;
}
private boolean _jspx_meth_html_password_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:password
org.apache.struts.taglib.html.PasswordTag _jspx_th_html_password_0 = (org.apache.struts.taglib.html.PasswordTag) _jspx_tagPool_html_password_value_style_size_property_maxlength_nobody.get(org.apache.struts.taglib.html.PasswordTag.class);
_jspx_th_html_password_0.setPageContext(_jspx_page_context);
_jspx_th_html_password_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_html_password_0.setSize("32");
_jspx_th_html_password_0.setMaxlength("8");
_jspx_th_html_password_0.setProperty("user.password");
_jspx_th_html_password_0.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.password}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
_jspx_th_html_password_0.setStyle("font-family: Tahoma,Verdana,宋体; font-size: 12px; line-height: 15px; color: #000000");
int _jspx_eval_html_password_0 = _jspx_th_html_password_0.doStartTag();
if (_jspx_th_html_password_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_jspx_tagPool_html_password_value_style_size_property_maxlength_nobody.reuse(_jspx_th_html_password_0);
return true;
}
_jspx_tagPool_html_password_value_style_size_property_maxlength_nobody.reuse(_jspx_th_html_password_0);
return false;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -