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

📄 materialmaintaintablemenu_jsp.java

📁 JSP移动商品管理平台源代码.........
💻 JAVA
字号:
package org.apache.jsp.imis_005fmate;

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

public final class MaterialMaintainTableMenu_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;


    try {
      _jspxFactory = JspFactory.getDefaultFactory();
      response.setContentType("text/html;charset=gb2312");
      pageContext = _jspxFactory.getPageContext(this, request, response,
      			"error.jsp", true, 8192, true);
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write("\r\n");

String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";

      out.write("\r\n\r\n");
      out.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\r\n");
      out.write("<html>\r\n  ");
      out.write("<head>\r\n    ");
      out.write("<base href=\"");
      out.print(basePath);
      out.write("\">\r\n    \r\n    ");
      out.write("<title>My JSP 'commMenu.jsp' starting page");
      out.write("</title>\r\n    \r\n\t");
      out.write("<meta http-equiv=\"pragma\" content=\"no-cache\">\r\n\t");
      out.write("<meta http-equiv=\"cache-control\" content=\"no-cache\">\r\n\t");
      out.write("<meta http-equiv=\"expires\" content=\"0\">    \r\n\t");
      out.write("<meta http-equiv=\"keywords\" content=\"keyword1,keyword2,keyword3\">\r\n\t");
      out.write("<meta http-equiv=\"description\" content=\"This is my page\">\r\n\r\n\t");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"/Imis/imis_mate/css/style.css\">\r\n\r\n\r\n  ");
      out.write("</head>\r\n  \r\n  ");
      out.write("<body>\r\n  ");

  		String rPage = request.getParameter("rPage");
  		String rUrl = "/Imis/imis_mate/MaterialMaintainList.jsp?rPage=" + rPage;
   
      out.write("\r\n");
      out.write("<TABLE WIDTH=934 BORDER=0 align=\"center\" CELLPADDING=0 CELLSPACING=0 background=\"images/bg_main.png\">\r\n\t");
      out.write("<TR>\r\n\t    ");
      out.write("<td height=\"20\" valign=\"left\" align=\"left\"  background=\"images/bg_main2.png\">");
      out.write("<img border=\"0\" src=\"/Imis/imis_mate/images/test1.gif\" width=\"17\" height=\"17\"/>");
      out.write("<span class=\"tubiao\">维修单列表");
      out.write("</span>");
      out.write("</td>\r\n\t    ");
      out.write("<td width=\"751\" rowspan=\"3\" align=\"left\" valign=\"left\"  background=\"images/bg_main.png\">\r\n\t    \t\t");
      out.write("<iframe align=\"bottom\" border=\"0\" marginWidth=\"0\" frameSpacing=\"0\" marginHeight=\"0\" frameBorder=\"0\"  noResize target=\"_blank\"\r\n    \t\t\t\twidth=\"99%\" height=\"100%\" scrolling=\"auto\" name=\"iframe_elec_main\" id=\"iframe_elec_main\" src=\"");
      out.print("/Imis/imis_mate/" + rPage + ".jsp" );
      out.write("\">\r\n    \t\t\t");
      out.write("</iframe>\t\t");
      out.write("</td>\r\n\t");
      out.write("</TR>\r\n\t");
      out.write("<TR>\r\n\t    ");
      out.write("<TD width=\"183\" height=\"456\" align=\"left\" valign=\"top\" background=\"images/bg_main.png\">\r\n\t    \t");
      out.write("<iframe src=\"");
      out.print(rUrl );
      out.write("\" align=\"bottom\" border=\"0\" marginWidth=\"0\" frameSpacing=\"0\" marginHeight=\"0\" frameBorder=\"0\"  noResize target=\"_blank\"\r\n    \t\t\t\twidth=\"99%\" height=\"100%\" scrolling=\"auto\" name=\"iframe_elec_tree\" id=\"iframe_elec_tree\">\r\n\t\t\t");
      out.write("</iframe>\r\n\t\t");
      out.write("</TD>\r\n    ");
      out.write("</TR>\r\n");
      out.write("</TABLE>\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 (pageContext != null) pageContext.handlePageException(t);
      }
    } finally {
      if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
    }
  }
}

⌨️ 快捷键说明

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