📄 menubar_0002ejsp_jsp.java
字号:
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class menubar_0002ejsp_jsp extends HttpJspBase {
static {
}
public menubar_0002ejsp_jsp( ) {
}
private static boolean _jspx_inited = false;
public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
}
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;
String _value = null;
try {
if (_jspx_inited == false) {
synchronized (this) {
if (_jspx_inited == false) {
_jspx_init();
_jspx_inited = true;
}
}
}
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=GBK");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
// HTML // begin [file="/menubar.jsp";from=(0,48);to=(53,7)]
out.write("\r\n<html>\r\n\r\n<head>\r\n<meta name=\"GENERATOR\" content=\"Microsoft FrontPage 5.0\">\r\n<meta name=\"ProgId\" content=\"FrontPage.Editor.Document\">\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=GBK\">\r\n<title>后台管理</title><style>\r\n<!--\r\ntr { font-family: \"宋体\", \"serif\"; font-size: 9pt}\r\n-->\r\n</style>\r\n\r\n<base target=\"main\">\r\n</head>\r\n\r\n<body bgcolor=\"#EFEFEF\" link=\"#000000\" alink=\"#FF9933\" vlink=\"#800080\">\r\n\r\n<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" bordercolor=\"#FFFFFF\" width=\"102%\" id=\"AutoNumber1\" bgcolor=\"#DDE6F0\" height=\"338\">\r\n\r\n <tr>\r\n <td width=\"100%\" height=\"19\">\r\n \t 【<a href=\"SetRoomJsp.jsp\" target=\"mainBody\">房间管理</a>】\r\n \t</td>\r\n </tr>\r\n <tr>\r\n <td width=\"100%\" height=\"19\">\r\n \t 【<a href=\"SetAttributeJsp.jsp\" target=\"mainBody\">参数配置</a>】\r\n \t</td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"100%\" height=\"19\">\r\n 【<a href=\"UserInfoAdmJsp.jsp\" target=\"mainBody\">用户管理</a>】\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"100%\" height=\"19\">\r\n \t 【<a href=\"ChangePwdJsp.jsp\" target=\"mainBody\">修改密码</a>】\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <td width=\"100%\" height=\"19\">\r\n 【<a target=\"_self && mainBody\" href=\"ExitChatAdmJsp.jsp\" >退出管理</a>】\r\n </td>\r\n </tr>\r\n\r\n </table>\r\n\r\n</body>\r\n\r\n</html>");
// end
} catch (Throwable t) {
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 + -