?? login_jsp.java
字號:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class login_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=UTF-8");
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>ShoppingOnline后臺管理</TITLE>\r\n");
out.write("<link href=images/css.css rel=STYLESHEET type=text/css>\r\n");
out.write("<META http-equiv=Content-Type content=\"text/html; charset=gb2312\"></HEAD>\r\n");
out.write("<BODY style=\"BACKGROUND-COLOR: #dbc2b0\" link=#ffffff bgColor=#f0f0e8>\r\n");
out.write("<P style=\"MARGIN-TOP: 50px; LINE-HEIGHT: 200%\" align=center><FONT \r\n");
out.write("face=\"華文新魏\" color=#996600 size=4>管理員登陸</FONT><FONT \r\n");
out.write("face=\"華文新魏\" color=#ffffff size=4><BR></FONT></P>\r\n");
out.write("<TABLE height=6 cellSpacing=1 width=254 align=center border=0>\r\n");
out.write(" <TBODY>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD width=\"100%\" height=1></TD></TR>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD width=\"100%\" height=57>\r\n");
out.write(" <FORM action=\"login.do\" method=post>\r\n");
out.write(" <TABLE cellSpacing=1 width=\"100%\" border=0>\r\n");
out.write(" <TBODY>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD width=\"26%\">\r\n");
out.write(" <DIV align=right><font color=\"#996600\">用戶名:</font></DIV></TD>\r\n");
out.write(" <TD width=\"74%\"><INPUT class=input name=username></TD></TR>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD width=\"26%\">\r\n");
out.write(" <DIV align=right><font color=\"#996600\">密碼:</font></DIV></TD>\r\n");
out.write(" <TD width=\"74%\"><INPUT class=input type=password \r\n");
out.write(" name=password></TD></TR></TBODY></TABLE>\r\n");
out.write(" <DIV align=center><input type=\"image\" border=\"0\" src=\"images/login.gif\" width=\"56\" height=\"25\"> </DIV></FORM></TD></TR> \r\n");
out.write(" <TR>\r\n");
out.write(" <TD width=\"100%\" height=1></TD></TR></TBODY></TABLE></BODY></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 + -