📄 supplyinfo_005fmaintain_jsp.java
字号:
package org.apache.jsp.imis_005fmate;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.util.Date;
public final class SupplyInfo_005fMaintain_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");
out.write("\r\n");
out.write("\r\n");
out.write("<HTML>\r\n");
out.write("<HEAD>\r\n");
out.write("<TITLE>供应商管理");
out.write("</TITLE>\r\n");
out.write("<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html\"; charset=\"gb2312\">\r\n");
out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/style.css\">\r\n");
out.write("</HEAD>\r\n");
out.write("<BODY BGCOLOR=#FFFFFF border=\"0\" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 background=\"images/bg_main.png\">\r\n");
out.write("<table width=\"734\" height=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" background=\"images/bg_main.png\">\r\n ");
out.write("<tr width=\"250\" height=\"20\">\r\n ");
out.write("<td 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 ");
out.write("<td width=\"559\" rowspan=\"2\" background=\"images/bg_main2.png\"> \t\r\n ");
out.write("<iframe src=\"blank1.htm\" align=\"center\" border=\"0\" marginWidth=\"0\" frameSpacing=\"0\" marginHeight=\"0\" frameBorder=\"0\" noResize target=\"_blank\"\r\n \t\t\t\twidth=\"100%\" height=\"100%\" scrolling=\"auto\" name=\"iframe_SupplyInfo_Info\" id=\"iframe_SupplyInfo_Info\">\r\n\t\t");
out.write("</iframe> \r\n ");
out.write("</td>\r\n \r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"175\" height=\"456\" align=\"left\" valign=\"top\" background=\"images/bg_main2.png\">\r\n \t");
out.write("<iframe src=\"SupplyInfoList.jsp\" align=\"center\" border=\"0\" marginWidth=\"0\" frameSpacing=\"0\" marginHeight=\"0\" frameBorder=\"0\" noResize target=\"_blank\"\r\n \t\t\t\twidth=\"98.8%\" height=\"100%\" scrolling=\"auto\" name=\"iframe_SupplyInfo_Tree\" id=\"iframe_SupplyInfo_Tree\">\r\n\t");
out.write("</iframe> \r\n ");
out.write("</td>\r\n ");
out.write("</tr>\r\n");
out.write("</table>\r\n");
out.write("</BODY>\r\n");
out.write("</HTML>");
} 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 + -