?? index_jsp.java
字號:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class index_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('\r');
out.write('\n');
if(session.getAttribute("admin")==null){
response.sendRedirect("login.jsp");
}
out.write("\r\n");
out.write("<html>\r\n");
out.write("<head>\r\n");
out.write("<title>∷ 管理中心 ∷</title>\r\n");
out.write("\r\n");
out.write("<style type=\"text/css\">.navPoint {COLOR: white; CURSOR: hand; FONT-FAMILY: Webdings; FONT-SIZE: 9pt}</style>\r\n");
out.write("<script>\r\n");
out.write("function switchSysBar(){\r\n");
out.write("if (switchPoint.innerText==3){\r\n");
out.write("switchPoint.innerText=4\r\n");
out.write("document.all(\"frmTitle\").style.display=\"none\"\r\n");
out.write("}else{\r\n");
out.write("switchPoint.innerText=3\r\n");
out.write("document.all(\"frmTitle\").style.display=\"\"\r\n");
out.write("}}\r\n");
out.write("</script>\r\n");
out.write("<link href=\"images/adminstyle.css\" rel=\"stylesheet\">\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("<body scroll=no topmargin=0 rightmargin=0 leftmargin=0>\r\n");
out.write("\r\n");
out.write("<table border=\"0\" cellPadding=\"0\" cellSpacing=\"0\" height=\"100%\" width=\"100%\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td align=\"middle\" id=\"frmTitle\" noWrap vAlign=\"center\" name=\"frmTitle\">\r\n");
out.write("\r\n");
out.write("\r\n");
out.write(" <iframe frameBorder=\"0\" id=\"carnoc\" name=\"carnoc\" scrolling=no src=\"left.jsp\" style=\"HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 170px; Z-INDEX: 2\">\r\n");
out.write(" </iframe>\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write(" </td>\r\n");
out.write(" <td class=a2 style=\"WIDTH: 9pt\">\r\n");
out.write(" <table border=\"0\" cellPadding=\"0\" cellSpacing=\"0\" height=\"100%\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td style=\"HEIGHT: 100%\" onclick=\"switchSysBar()\">\r\n");
out.write(" <font style=\"FONT-SIZE: 9pt; CURSOR: default; COLOR: #ffffff\">\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" <span class=\"navPoint\" id=\"switchPoint\" title=\"關(guān)閉/打開左欄\">3</span><br>\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" 屏幕切換 </font></td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table>\r\n");
out.write(" </td>\r\n");
out.write(" <td style=\"WIDTH: 100%\">\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write("</table>\r\n");
out.write("\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 (_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 + -