⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reckoning2_jsp.java

📁 JBuilder 2006 +SQL Server2000 +JavaBean+JSP开发的宠物医院管理系统
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
package org.apache.jsp;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;

public final class reckoning2_jsp extends org.apache.jasper.runtime.HttpJspBase
    implements org.apache.jasper.runtime.JspSourceDependent {

  private static java.util.Vector _jspx_dependants;

  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_forEach_var_items;

  public java.util.List getDependants() {
    return _jspx_dependants;
  }

  public void _jspInit() {
    _jspx_tagPool_c_forEach_var_items = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
  }

  public void _jspDestroy() {
    _jspx_tagPool_c_forEach_var_items.release();
  }

  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=GB2312");
      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("\r\n");
      out.write("<link href=\"yxb.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n");
      out.write("<html>\r\n");
      out.write("<head>\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("<h1 align=\"center\">\r\n");
      out.write("订单信息\r\n");
      out.write("</h1>\r\n");
      out.write("<h3 align=\"center\">您的订单号为");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${ordersBean.obuymark}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
      out.write(",请记住此号,以方便收货!</h3>\r\n");
      out.write("<h4 align=\"center\">收货人信息</h4>\r\n");
      out.write("<table align=\"center\" border=1 borderColor=#ffffff cellSpacing=0 cellPadding=0 >\r\n");
      out.write("<tr>\r\n");
      out.write("<td>收货人:</td>\r\n");
      out.write("<td>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${ordersBean.otruename}", 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>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${ordersBean.oaddress}", 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>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${ordersBean.omail}", 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>");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${ordersBean.ophone}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("</table>\r\n");
      out.write("<hr />\r\n");
      out.write("<h4 align=\"center\">商品清单</h4>\r\n");
      out.write("<table align=\"center\">\r\n");
      out.write("<tr>\r\n");
      out.write("<th>商品名称</th>\r\n");
      out.write("<th>商品单价</th>\r\n");
      out.write("<th>商品简介</th>\r\n");
      out.write("<th>商品数量</th>\r\n");
      out.write("<th>总计</th>\r\n");
      out.write("</tr>\r\n");
      if (_jspx_meth_c_forEach_0(_jspx_page_context))
        return;
      out.write("\r\n");
      out.write("<tr>\r\n");
      out.write("<td colspan=\"4\" align=\"right\">总计:</td>\r\n");
      out.write("<td colspan=\"2\">");
      out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${money}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("</table>\r\n");
      out.write("<hr />\r\n");
      out.write("<h4 align=\"center\">付款方式</h4>\r\n");
      out.write("<TABLE borderColor=#ffffff height=\"100%\" cellSpacing=0 cellPadding=0\r\n");
      out.write("            width=\"99%\" border=1>\r\n");
      out.write("              <TBODY>\r\n");
      out.write("              <TR borderColor=#000000>\r\n");
      out.write("                <TD vAlign=center align=middle colSpan=3 height=20><SPAN\r\n");
      out.write("                  class=style8><SPAN class=style8>汇款方式</SPAN> </SPAN></TD></TR>\r\n");
      out.write("              <TR borderColor=#333333>\r\n");
      out.write("                <TD vAlign=center align=middle width=\"30%\"><SPAN\r\n");
      out.write("                  class=style2>开户行</SPAN></TD>\r\n");
      out.write("                <TD vAlign=center align=middle width=\"20%\" height=20><SPAN\r\n");
      out.write("                  class=style2>姓名</SPAN></TD>\r\n");
      out.write("                <TD vAlign=center align=middle width=\"50%\"><SPAN\r\n");
      out.write("                  class=style2>卡号</SPAN></TD></TR>\r\n");
      out.write("              <TR borderColor=#333333>\r\n");

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -