📄 _managermain.java
字号:
/*@lineinfo:filename=/ManagerMain.jsp*/
/*@lineinfo:generated-code*/
import oracle.jsp.runtime.*;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public class _ManagerMain extends com.orionserver.http.OrionHttpJspPage {
public final String _globalsClassName = null;
// ** Begin Declarations
// ** End Declarations
public void _jspService(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException {
response.setContentType( "text/html;charset=gb2312");
/* set up the intrinsic variables using the pageContext goober:
** session = HttpSession
** application = ServletContext
** out = JspWriter
** page = this
** config = ServletConfig
** all session/app beans declared in globals.jsa
*/
PageContext pageContext = JspFactory.getDefaultFactory().getPageContext( this, request, response, null, true, JspWriter.DEFAULT_BUFFER, true);
// Note: this is not emitted if the session directive == false
HttpSession session = pageContext.getSession();
if (pageContext.getAttribute(OracleJspRuntime.JSP_REQUEST_REDIRECTED, PageContext.REQUEST_SCOPE) != null) {
pageContext.setAttribute(OracleJspRuntime.JSP_PAGE_DONTNOTIFY, "true", PageContext.PAGE_SCOPE);
JspFactory.getDefaultFactory().releasePageContext(pageContext);
return;
}
int __jsp_tag_starteval;
ServletContext application = pageContext.getServletContext();
JspWriter out = pageContext.getOut();
_ManagerMain page = this;
ServletConfig config = pageContext.getServletConfig();
try {
// global beans
// end global beans
out.write(__oracle_jsp_text[0]);
out.write(__oracle_jsp_text[1]);
}
catch( Throwable e) {
try {
if (out != null) out.clear();
}
catch( Exception clearException) {
}
pageContext.handlePageException( e);
}
finally {
OracleJspRuntime.extraHandlePCFinally(pageContext,false);
JspFactory.getDefaultFactory().releasePageContext(pageContext);
}
}
private static final char __oracle_jsp_text[][]=new char[2][];
static {
try {
__oracle_jsp_text[0] =
"\n".toCharArray();
__oracle_jsp_text[1] =
"\n<html>\n\n<!-- Mirrored from web.hichina.com/sitemanager/templet/038/left1/ by HTTrack Website Copier/3.x [XR&CO'2003], Thu, 28 Aug 2003 00:01:52 GMT -->\n<head>\n<title>\n<!--Your Company Name-->\nTemplate\n</TITLE>\n<!--CharSet-->\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\n<style type=\"text/css\">\n<!--\ntd { font-size: 12px}\n.style1 {\n\tfont-family: \"华文行楷\";\n\tfont-size: 24px;\n}\n.style2 {color: #FF6600}\n.style4 {color: #FF3300}\n.style5 {\n\tfont-size: 24px;\n\tfont-weight: bold;\n\tfont-family: \"华文行楷\";\n}\n-->\n</style>\n<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>\n<!--\n\nfunction window_onload() {\n<!--Page.OnLoad-->\n}\n//-->\n</SCRIPT>\n</head>\n\n<body bgcolor=\"#FFFFFF\" text=\"#000000\" leftmargin=\"0\" topmargin=\"0\" link=\"#990000\" vlink=\"#990000\">\n<!--Counter-->\n<!--Something Here-->\n</body>\n\n<!-- Mirrored from web.hichina.com/sitemanager/templet/038/left1/ by HTTrack Website Copier/3.x [XR&CO'2003], Thu, 28 Aug 2003 00:01:52 GMT -->\n</html>\n\n\n\n".toCharArray();
}
catch (Throwable th) {
System.err.println(th);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -