📄 middle_jsp.java
字号:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class middle_jsp extends HttpJspBase {
private static java.util.Vector _jspx_includes;
public java.util.List getIncludes() {
return _jspx_includes;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
javax.servlet.jsp.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,
null, true, 8192, true);
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("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\" />\r\n");
out.write("</head>\r\n");
String headerValue = request.getHeader("user-agent");
boolean isM=false;
if(headerValue.indexOf("U")!=-1) isM=true;
out.write("\r\n");
out.write("<body topmargin=\"0\" leftmargin=\"0\" rightmargin=\"0\" marginheight=\"0\">\r\n");
out.write("<table width=\"100%\" align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\">\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"12%\" id=\"leftTD\">\r\n ");
out.write("<table width=\"100%\" height=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n ");
out.write("<tr> \r\n ");
out.write("<td> \r\n ");
out.write("<iframe src=\"left.jsp\" width=\"100%\" height=\"100%\" name=\"left\" frameborder=\"0\" scrolling=\"no\" align=\"top\">");
out.write("</iframe> \r\n ");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("</table>\r\n\t ");
out.write("</td>\r\n");
out.write("<td width=\"3\" bgcolor=\"EFEFEF\" >");
out.write("</td>\t \r\n\t \t");
if (!isM) {
out.write(" \r\n ");
out.write("<!-- ");
out.write("<td width=\"0\"bgcolor=\"F1F7F9\"> \r\n ");
out.write("<table border=0 cellpadding=0 cellspacing=0 >\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"0\" height=100% id=menuSwitch onClick=\"changeWin()\">");
out.write("<img id=\"hide\" src=\"/krm/jsp/zimages/hide.gif\">\r\n ");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("</table>\t\r\n ");
out.write("</td>-->\r\n ");
}
out.write(" \r\n ");
out.write("<td> \r\n ");
out.write("<iframe src=\"/krm/jsp/metmanage/meetingview.jsp\" width=\"100%\" height=\"100%\" name=\"right\" frameborder=\"0\" scrolling=\"yes\" align=\"top\">");
out.write("</iframe>\r\n ");
out.write("</td>\r\n \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) {
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 + -