📄 left1_jsp.java
字号:
package org.apache.jsp.include;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class left1_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=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("<!DOCTYPE HTML PUBLIC \"-//w3c//dtd html 4.0 transitional//en\">\n");
out.write("\n");
out.write("<html>\n");
out.write("<head>\n");
out.write("<title>Gantry HTML</title>\n");
out.write("</head>\n");
out.write("<body bgcolor=\"#FFFFFF\">\n");
out.write("\n");
out.write("\n");
out.write("\t<!--左边的导航条-->\n");
out.write("<TD rowSpan=2 vAlign=top width=182 > \n");
out.write("<TABLE border=0 cellPadding=0 cellSpacing=0 width=\"100%\" height=\"354\">\n");
out.write(" <TBODY>\n");
out.write(" <TR>\n");
out.write(" <TD background=images/left_head.jpg height=28>\n");
out.write(" </TD>\n");
out.write(" </TR>\n");
out.write(" \n");
out.write(" <TR>\n");
out.write(" \t<TD background=images/left_content.jpg> \n");
out.write(" <TABLE border=0 cellPadding=1 cellSpacing=1 width=141>\n");
out.write(" <TBODY>\n");
out.write(" <TR>\n");
out.write(" <TD align=right height=23 ><a href=\"office_index.do\" class=\"hei\">商务秘书</a> <IMG height=7 src=\"images/scope_icon01.gif\" width=7></TD>\n");
out.write(" </TR>\n");
out.write(" <TR>\n");
out.write(" <TD align=right height=23><a href=\"office_gqxxgl.do\" class=\"hei\">供求信息管理</a> <IMG height=7 src=\"images/scope_icon01.gif\" width=7></TD>\n");
out.write(" </TR>\n");
out.write(" <TR>\n");
out.write(" <TD align=right height=23><a href=\"office_gqxxfb.jsp\" class=\"hei\">供求信息发布</a> <IMG height=7 src=\"images/scope_icon01.gif\" width=7></TD>\n");
out.write(" </TR>\n");
out.write("\n");
out.write(" <TR>\n");
out.write(" <TD align=right height=23><a href=\"office_mail.jsp\" class=\"hei\">我的商函</a> <IMG height=7 src=\"images/scope_icon01.gif\" width=7></TD>\n");
out.write(" </TR>\n");
out.write(" <TR>\n");
out.write(" <TD align=right height=23><a href=\"office_mylist.do\" class=\"hei\">我的通讯录</a> <IMG height=7 src=\"images/scope_icon01.gif\" width=7></TD>\n");
out.write(" </TR>\n");
out.write(" <TR>\n");
out.write(" <TD align=right height=23><a href=\"office_searchmember.jsp\" class=\"hei\">寻找商业伙伴</a> <IMG height=7 src=\"images/scope_icon01.gif\" width=7></TD>\n");
out.write(" </TR>\n");
out.write("\n");
out.write(" <TR>\n");
out.write(" <TD align=right height=23><a href=\"office_myfavorite.do\" class=\"hei\">我的收藏夹</a> <IMG height=7 src=\"images/scope_icon01.gif\" width=7></TD>\n");
out.write(" </TR>\n");
out.write(" <TR>\n");
out.write(" <TD align=right height=23> <a href=\"office_membermodify.jsp\" class=\"hei\">个人信息修改</a> <IMG height=7 src=\"images/scope_icon01.gif\" width=7></TD>\n");
out.write(" </TR>\n");
out.write(" <TR>\n");
out.write(" <TD align=right height=23> <a href=\"office_chpwd.jsp\" class=\"hei\">密码修改</a> <IMG height=7 src=\"images/scope_icon01.gif\" width=7></TD>\n");
out.write(" </TR>\n");
out.write("\n");
out.write(" <TR>\n");
out.write(" <TD align=right height=23><a href=\"office_membersuggest.jsp\" class=\"hei\">我的建议</a> <IMG height=7 src=\"images/scope_icon01.gif\" width=7></TD>\n");
out.write(" </TR>\n");
out.write(" </TBODY>\n");
out.write(" </TABLE>\n");
out.write(" </TD>\n");
out.write(" </TR>\n");
out.write(" \n");
out.write(" <TR>\n");
out.write(" \t<TD background=\"images/left_foot.jpg\" height=36 align=\"right\"><a href=\"./exit.jsp\"><font size=3 color=#ff0099><b>退出</b></font></a> \n");
out.write(" \t</TD>\n");
out.write(" </TR>\n");
out.write(" \n");
out.write(" <TR>\n");
out.write(" \t<TD bgcolor=black height=2 width=100%>\n");
out.write(" \t</TD>\n");
out.write(" </TR>\n");
out.write(" \n");
out.write(" \n");
out.write(" </TBODY>\n");
out.write("</TABLE>\n");
out.write("\n");
out.write(" \n");
out.write("\n");
out.write("</body>\n");
out.write("</html>");
} 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 + -