📄 _officelogin.java
字号:
/*@lineinfo:filename=/OfficeLogin.jsp*/
/*@lineinfo:generated-code*/
import oracle.jsp.runtime.*;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public class _OfficeLogin 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=GBK");
/* 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();
_OfficeLogin page = this;
ServletConfig config = pageContext.getServletConfig();
try {
// global beans
// end global beans
out.write(__oracle_jsp_text[0]);
out.write(__oracle_jsp_text[1]);
out.write(__oracle_jsp_text[2]);
/*@lineinfo:translated-code*//*@lineinfo:52^5*/ {
org.apache.struts.taglib.html.LinkTag __jsp_taghandler_1=(org.apache.struts.taglib.html.LinkTag)OracleJspRuntime.getTagHandler(pageContext,org.apache.struts.taglib.html.LinkTag.class,"org.apache.struts.taglib.html.LinkTag page");
__jsp_taghandler_1.setParent(null);
__jsp_taghandler_1.setPage("/LoginAction.do");
__jsp_tag_starteval=__jsp_taghandler_1.doStartTag();
if (OracleJspRuntime.checkStartBodyTagEval(__jsp_tag_starteval))
{
out=OracleJspRuntime.pushBodyIfNeeded(pageContext,__jsp_taghandler_1,__jsp_tag_starteval,out);
do {
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[3]);
/*@lineinfo:translated-code*//*@lineinfo:53^7*/ {
org.apache.struts.taglib.bean.MessageTag __jsp_taghandler_2=(org.apache.struts.taglib.bean.MessageTag)OracleJspRuntime.getTagHandler(pageContext,org.apache.struts.taglib.bean.MessageTag.class,"org.apache.struts.taglib.bean.MessageTag key");
__jsp_taghandler_2.setParent(__jsp_taghandler_1);
__jsp_taghandler_2.setKey("link.LoginAction");
__jsp_tag_starteval=__jsp_taghandler_2.doStartTag();
if (__jsp_taghandler_2.doEndTag()==javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return;
OracleJspRuntime.releaseTagHandler(pageContext,__jsp_taghandler_2);
}
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[4]);
/*@lineinfo:translated-code*//*@lineinfo:53^45*/ } while (__jsp_taghandler_1.doAfterBody()==javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
out=OracleJspRuntime.popBodyIfNeeded(pageContext,out);
}
if (__jsp_taghandler_1.doEndTag()==javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return;
OracleJspRuntime.releaseTagHandler(pageContext,__jsp_taghandler_1);
}
/*@lineinfo:generated-code*/
out.write(__oracle_jsp_text[5]);
}
catch( Throwable e) {
try {
if (out != null) out.clear();
}
catch( Exception clearException) {
}
pageContext.handlePageException( e);
}
finally {
OracleJspRuntime.extraHandlePCFinally(pageContext,true);
JspFactory.getDefaultFactory().releasePageContext(pageContext);
}
}
private static final char __oracle_jsp_text[][]=new char[6][];
static {
try {
__oracle_jsp_text[0] =
"\n".toCharArray();
__oracle_jsp_text[1] =
"\n".toCharArray();
__oracle_jsp_text[2] =
"\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=GBK\">\n <title>欢迎使用教师办公管理系统</title>\n <style type=\"text/css\">\n table{font-size:13px}\n </style>\n </head>\n <body>\n <form action=\"LoginAction.do\" method=\"post\">\n <table cellspacing=\"2\" cellpadding=\"3\" border=\"0\" width=\"944\" align=\"center\">\n <tr>\n <td colspan=\"5\"><img src=\"image/loginx.PNG\" width=\"944\" height=\"487\"/></td>\n </tr>\n <tr>\n <td colspan=\"5\" align=\"center\" height=\"1\">\n <hr/>\n <font color=\"Blue\" ></font></td>\n </tr>\n <tr>\n <td align=\"right\" width=\"15\"></td>\n <td align=\"right\" width=\"389\">\n 工作证号:<input type=\"text\" size=\"20\" name=\"UserName\"/>\n </td>\n <td align=\"left\" width=\"286\">\n 密码:<input type=\"password\" size=\"21\" name=\"UserPwd\"/></td>\n <td width=\"245\" align=\"left\">\n <input type=\"submit\" value=\"进入\"/>\n <input type=\"reset\" value=\"重置\"/>\n </td>\n <td width=\"15\"> </td>\n </tr>\n <tr>\n <td align=\"right\" width=\"15\"> </td>\n <td width=\"389\"> </td>\n <td width=\"286\"> </td>\n <td width=\"245\"></td>\n <td width=\"15\"></td>\n </tr>\n <tr>\n <td width=\"15\"> </td>\n <td width=\"389\"> </td>\n <td width=\"286\"> </td>\n <td width=\"245\"></td>\n <td width=\"15\"></td>\n </tr>\n </table>\n </form>\n ".toCharArray();
__oracle_jsp_text[3] =
"\n ".toCharArray();
__oracle_jsp_text[4] =
"\n ".toCharArray();
__oracle_jsp_text[5] =
"\n </body>\n</html>\n".toCharArray();
}
catch (Throwable th) {
System.err.println(th);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -