📄 back_005fconsumerselecthostform_jsp.java
字号:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class back_005fconsumerSelectHostForm_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>\r\n");
out.write("<head>\r\n");
out.write("<title>\r\n");
out.write("back_consumerSelectHostForm\r\n");
out.write("</title>\r\n");
out.write("</head>\r\n");
out.write("<body bgcolor=\"#ffffff\">\r\n");
out.write("<table width=\"573\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" background=\"myimage/back1.gif\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"573\" valign=\"top\"><table width=\"227\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td><img src=\"myimage/back_noword_03.jpg\" width=\"573\" height=\"25\" alt=\"\"></td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table>\r\n");
out.write("\r\n");
out.write("\t\t ");
out.println("<p align=left> <img src=myimage/icon.gif width=10 height=10> 用户详细查询</p>");
out.write("\r\n");
out.write("\r\n");
out.write("\t\t");
ActionForm.ConsumerActionForm consumerForm=(ActionForm.ConsumerActionForm)request.getAttribute("form2");
out.write("\r\n");
out.write(" <table width=\"325\" border=\"1\" align=\"center\" cellpadding=\"1\" cellspacing=\"1\" bordercolor=\"#FFFFFF\" bgcolor=\"#9A9EC5\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"150\" height=\"20\"><div align=\"left\">用户名:</div></td>\r\n");
out.write(" <td width=\"219\" bgcolor=\"#FFFFFF\"><div align=\"left\"><input name=\"account\" type=\"text\" class=\"inputinput\" size=\"20\" value=\"aa\" readonly=\"readonly\" onClick=\"alert('此文本框已设为只读,用户不能修改')\"></div></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"20\"><div align=\"left\">密码:</div></td>\r\n");
out.write(" <td bgcolor=\"#FFFFFF\"><div align=\"left\"><input name=\"password\" type=\"password\" class=\"inputinput\" size=\"20\" value=\"");
out.print(consumerForm.getPassword());
out.write("\"></div></td>\r\n");
out.write(" </tr>\r\n");
out.write("\t\t\t <tr>\r\n");
out.write(" <td height=\"20\"><div align=\"left\">重复密码:</div></td>\r\n");
out.write(" <td bgcolor=\"#FFFFFF\"><div align=\"left\"><input name=\"repeatPassword\" type=\"password\" class=\"inputinput\" size=\"20\" value=\"");
out.print(consumerForm.getPassword());
out.write("\"></div></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"20\"><div align=\"left\">姓名:</div></td>\r\n");
out.write(" <td bgcolor=\"#FFFFFF\"><div align=\"left\"><input name=\"name\" type=\"text\" class=\"inputinput\" size=\"20\" value=\"");
out.print(consumerForm.getName());
out.write("\"></div></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"20\"><div align=\"left\">性别:</div></td>\r\n");
out.write(" <td bgcolor=\"#FFFFFF\"><div align=\"left\">\r\n");
out.write("\t\t\t\t<input name=\"sex\" type=\"radio\" class=\"inputinputinput\" value=\"男\" ");
if(consumerForm.getSex().trim().equals("男")){
out.write("checked");
}
out.write(" >\r\n");
out.write(" 男\r\n");
out.write(" \r\n");
out.write(" <input name=\"sex\" type=\"radio\" class=\"inputinputinput\" value=\"女\" ");
if(consumerForm.getSex().trim().equals("女")){
out.write("checked");
}
out.write(" >\r\n");
out.write(" 女\r\n");
out.write("\t\t</div></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"20\"><div align=\"left\">QQ号码:</div></td>\r\n");
out.write(" <td bgcolor=\"#FFFFFF\"><div align=\"left\"><input name=\"QQnumber\" type=\"text\" class=\"inputinput\" size=\"20\" value=\"");
out.print(consumerForm.getQQnumber());
out.write("\"></div></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"20\"><div align=\"left\">主页:</div></td>\r\n");
out.write(" <td bgcolor=\"#FFFFFF\"><div align=\"left\"><input name=\"mainPage\" type=\"text\" class=\"inputinput\" size=\"20\" value=\"");
out.print(consumerForm.getMainPage());
out.write("\"></div></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"20\"><div align=\"left\">兴趣爱好:</div></td>\r\n");
out.write(" <td bgcolor=\"#FFFFFF\"><div align=\"left\"><input name=\"interest\" type=\"text\" class=\"inputinput\" size=\"20\" value=\"");
out.print(consumerForm.getInterest());
out.write("\"></div></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"20\"><div align=\"left\">电子邮箱:</div></td>\r\n");
out.write(" <td bgcolor=\"#FFFFFF\"><div align=\"left\"><input name=\"eMail\" type=\"text\" class=\"inputinput\" size=\"20\" value=\"");
out.print(consumerForm.getE());
out.write("\"></div></td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table><br>\r\n");
out.write(" <p align=\"center\"> <a href=\"#\" onclick=\"javascript:history.go(-1);\"><img src=\"myimage/back.gif\" alt=\"\" /></a></p>\r\n");
out.write("\r\n");
out.write(" <table width=\"227\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td><img src=\"myimage/back_noword_18.jpg\" width=\"573\" height=\"21\" alt=\"\"></td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table></td>\r\n");
out.write(" </tr>\r\n");
out.write("</table>\r\n");
out.write("\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 + -