📄 bg_005forderquery_jsp.java
字号:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class BG_005forderquery_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("<link href=\"index.images/style.css\" type=text/css rel=stylesheet>\r\n");
out.write("<title>\r\n");
out.write("会员历史订单查询\r\n");
out.write("</title>\r\n");
out.write("</head>\r\n");
out.write("<body bgcolor=\"#ffffff\">\r\n");
out.write("<table width=\"776\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"1\" bgcolor=\"#FF8E19\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"230\" bgcolor=\"#FFFFFF\">\r\n");
out.write("<div align=\"center\"><font color=\"#FF6600\" size=\"14dpx\">\r\n");
out.write(" 你可以选填或更改其中的任意一项</font>\r\n");
out.write(" <br>\r\n");
out.write("</div>\r\n");
out.write(" <table width=\"90%\" border=\"1\" align=\"center\" cellpadding=\"2\" cellspacing=\"1\" >\r\n");
out.write(" <form name=\"userinfo\" method=\"post\" action=\"order_query\" >\r\n");
out.write(" <tr>\r\n");
out.write(" <td class=pad bgcolor=\"#FDE6A4\"><font color=\"#FF6600\">请输入你查询的订单号:</font>\r\n");
out.write(" <input name=\"r_info_id\" type=\"text\" >\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write("\r\n");
out.write(" <tr>\r\n");
out.write(" <td class=pad bgcolor=\"#FDE6A4\"><font color=\"#FF6600\">请输入你查询订单号的会员名:</font>\r\n");
out.write(" <input name=\"Account\" type=\"text\">\r\n");
out.write("\r\n");
out.write(" </td>\r\n");
out.write(" <tr>\r\n");
out.write(" <td class=pad bgcolor=\"#FDE6A4\"><font color=\"#FF6600\">请输入你查询订单号的日期:</font>\r\n");
out.write(" <input name=\"Date_time\" type=\"text\">\r\n");
out.write(" <br>\r\n");
out.write(" <font color=\"blue\">请按此格式\"2005-02-01\"填写</font>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td class=pad bgcolor=\"#FDE6A4\"><font color=\"#FF6600\">请选择你要查询的订单状态:</font>\r\n");
out.write(" <select name=\"Status\" >\r\n");
out.write(" <option value=\"0\" selected=\"selected\">未处理</option>\r\n");
out.write(" <option value=\"1\">正处理</option>\r\n");
out.write(" <option value=\"2\">已处理</option>\r\n");
out.write("\r\n");
out.write(" </select>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr align=\"center\">\r\n");
out.write(" <td class=pad bgcolor=\"#FDE6A4\">\r\n");
out.write(" <input type=\"hidden\" name=\"button\" value=\"BG\">\r\n");
out.write(" <input type=\"submit\" value=\"查询\"/>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" </form>\r\n");
out.write(" </table>\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 + -