📄 employeelogin_jsp.java
字号:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class employeeLogin_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\n");
out.write("<HTML><HEAD><TITLE>内部网使用者登录</TITLE>\r\n");
out.write("<LINK href=\"images/style.css\" rel=stylesheet>\r\n");
out.write("</HEAD>\r\n");
out.write("<script type=\"text/javascript\"> \r\n");
out.write(" function register(){ \r\n");
out.write(" alert(\"asdf\");\r\n");
out.write(" window.location=\"");
out.print(request.getContextPath());
out.write("/Pregister.do\";\r\n");
out.write(" }\r\n");
out.write("\t</script>\r\n");
out.write("<BODY bgColor=#99cccc topMargin=2>\r\n");
out.write("<P align=center> </P>\r\n");
out.write("<P align=center><b><FONT size=5 color=\"#096699\">企业内部网信息管理系统</FONT></b></P>\r\n");
out.write("<CENTER>\r\n");
out.write("<TABLE cellSpacing=0 cellPadding=0 width=688 \r\n");
out.write("background=images/blue_r02_c1.gif border=0>\r\n");
out.write(" <TBODY>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD background=images/blue_r01_c1.gif colSpan=3 \r\n");
out.write(" height=29> </TD></TR>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD width=132>\r\n");
out.write(" <DIV align=center></DIV></TD>\r\n");
out.write(" <TD vAlign=top>\r\n");
out.write(" <FORM name=login action=\"login.do\" method=post>\r\n");
out.write(" <TABLE height=196 cellSpacing=0 cellPadding=0 width=401 border=0>\r\n");
out.write(" <TBODY>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD width=146 height=30>\r\n");
out.write(" <DIV align=right>\r\n");
out.write("\t\t\t <INPUT class=smallInput name=username size=\"19\"> </DIV></TD>\r\n");
out.write(" <TD width=166 height=30>\r\n");
out.write(" <P><B> 用户名</B></P></TD>\r\n");
out.write(" <TD vAlign=bottom width=150 height=62 rowSpan=2> </TD></TR>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD width=146 height=30>\r\n");
out.write(" <DIV align=right>\r\n");
out.write(" <INPUT class=smallInput type=password name=password size=\"20\"> </DIV></TD>\r\n");
out.write(" <TD width=166 height=30><B> 密码 </B></TD>\r\n");
out.write(" </TR>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD align=left width=245 colSpan=2 height=36> <INPUT type=submit value=\"确 定\"> <INPUT type=button value=\"注 册\" onClick=\"register()\">\r\n");
out.write("\t\t <TD align=middle width=245 colSpan=2 height=36>\r\n");
out.write("\t\t </TD></TD>\r\n");
out.write(" <TD width=150 height=36> </TD>\r\n");
out.write("\t\t </TR></FORM>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD vAlign=bottom width=245 colSpan=2 height=1></TD>\r\n");
out.write(" <TD vAlign=bottom width=150 height=92 rowSpan=5><IMG height=156 \r\n");
out.write(" src=\"images/@.gif\" width=150></TD></TR>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD vAlign=bottom width=245 colSpan=2 height=32> </TD></TR>\r\n");
out.write(" <CENTER></CENTER>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD vAlign=bottom width=146 height=1>\r\n");
out.write(" <P align=right> </P></TD>\r\n");
out.write(" <CENTER>\r\n");
out.write(" <TD vAlign=bottom width=97 height=1><B> </B></TD></TR>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD vAlign=bottom width=245 colSpan=2 height=30>\r\n");
out.write(" <P \r\n");
out.write(" align=center></P></TD></TR>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD vAlign=bottom width=245 colSpan=2 \r\n");
out.write(" height=36></TD></TR></TBODY></TABLE></CENTER></TD>\r\n");
out.write(" <TD width=155>\r\n");
out.write("</TD></TR>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD background=images/blue_r09_c1.gif colSpan=3 \r\n");
out.write(" height=27> </TD></TR></TBODY>\r\n");
out.write("</CENTER>\r\n");
out.write("</BODY></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 + -