?? login_0002ejsp_jsp.java
字號:
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class login_0002ejsp_jsp extends HttpJspBase {
static {
}
public login_0002ejsp_jsp( ) {
}
private static boolean _jspx_inited = false;
public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
}
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;
String _value = null;
try {
if (_jspx_inited == false) {
synchronized (this) {
if (_jspx_inited == false) {
_jspx_init();
_jspx_inited = true;
}
}
}
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html;ISO-8859-1");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
// HTML // begin [file="/login.jsp";from=(0,0);to=(11,12)]
out.write("<html>\r\n<head>\r\n<title>?μí3μ???</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n</head>\r\n<body bgcolor=\"#E1EDFF\">\r\n<table width=\"772\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tr>\r\n <td><table width=\"98%\" height=\"300\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tr>\r\n <td height=\"100\" align=\"center\"> \r\n ");
// end
// begin [file="/login.jsp";from=(11,14);to=(17,0)]
Boolean logined = (Boolean)session.getAttribute("logined");
if(logined!=null){
if(logined.booleanValue() == false)
out.print("<font color=\"#FF0000\">ó??§???ò?ü??′í?ó£?????D?ê?è?!</font>");
}
// end
// HTML // begin [file="/login.jsp";from=(17,2);to=(60,0)]
out.write("\r\n </td>\r\n </tr>\r\n <tr>\r\n <td height=\"50\" align=\"center\"><font style=\"font-size:14px\">?μí3μ???</font></td>\r\n </tr>\r\n <tr>\r\n <td width=\"56%\" valign=\"top\"><form action=\"login.do\" method=\"post\">\r\n <table width=\"50%\" border=\"0\" align=\"center\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#DDE8FF\" style=\"border:#003399 double 4px\">\r\n <tr>\r\n <td width=\"37%\" align=\"center\"> </td>\r\n <td width=\"63%\" valign=\"top\"><font color=\"#0000FF\"> </font></td>\r\n </tr>\r\n <tr>\r\n <td height=\"29\" align=\"center\"><font style=\"font-size:14px\">??\r\n o?£o</font></td>\r\n <td valign=\"top\">\r\n <input name=\"username\" type=\"text\" id=\"username\" size=\"20\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\"><font style=\"font-size:14px\">?ü ??£o</font></td>\r\n <td valign=\"top\">\r\n <input name=\"password\" type=\"password\" id=\"password\" size=\"20\"> </td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\"> </td>\r\n <td valign=\"top\">\r\n <input type=\"submit\" name=\"Submit\" value=\"μ???\" style=\"font-size:12px;padding-top:2px\"> \r\n <input name=\"Submit2\" type=\"reset\" value=\"????\" style=\"font-size:12px;padding-top:2px\">\r\n </td>\r\n </tr>\r\n </table>\r\n </form></td>\r\n </tr>\r\n\r\n </table></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n</table>\r\n</body>\r\n</html>\r\n");
// end
} catch (Throwable t) {
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (pageContext != null) pageContext.handlePageException(t);
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
}
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -