📄 index_0002ejsp_jsp.java
字号:
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class index_0002ejsp_jsp extends HttpJspBase {
private static java.util.Vector _jspx_includes;
public java.util.List getIncludes() {
return _jspx_includes;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
javax.servlet.jsp.PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html;charset=ISO-8859-1");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\r\n");
out.write("<html>\r\n");
out.write("<head>\r\n");
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n");
out.write("<title>J2EE¼¼ÊõÍø");
out.write("</title>\r\n");
out.write("<link href=\"css/index1.css\" rel=\"stylesheet\" type=\"text/css\">\r\n");
out.write("</head>\r\n\r\n");
out.write("<body text=\"#666666\" link=\"#666666\" vlink=\"#666666\" topmargin=\"0\">\r\n");
out.write("<table width=\"72%\" height=\"132\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" class=\"index\">\r\n ");
out.write("<tr>\r\n ");
out.write("<td height=\"29\" colspan=\"3\">");
out.write("<table width=\"101%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"17%\" height=\"28\">");
out.write("<img src=\"image/member_enter.gif\" width=\"120\" height=\"26\">");
out.write("</td>\r\n ");
out.write("<td width=\"65%\" bgcolor=\"#E6E6E6\">\r\n ");
out.write("<form action=\"logincservlet\" method=\"post\" name=\"form1\">\r\n Óû§Ãû\r\n ");
out.write("<input name=\"name\" type=\"text\" size=\"16\" maxlength=\"20\">\r\n ÃÜÂë\r\n ");
out.write("<input name=\"password\" type=\"password\" value=\"\" size=\"16\">\r\n ");
out.write("<select name=\"usertype\">\r\n ");
out.write("<option value=\"0\" selected>¸öÈËÓû§");
out.write("</option>\r\n ");
out.write("<option value=\"1\">ÆóÒµÓû§");
out.write("</option>\r\n ");
out.write("</select>\r\n ");
out.write("<input type=\"submit\" name=\"Submit\" value=\"怫\">\r\n ");
out.write("</form>");
out.write("</td>\r\n ");
out.write("<td width=\"8%\" bordercolor=\"#FFFFFF\" bgcolor=\"#E6E6E6\">");
out.write("<p>×¢²áÕʺÅ");
out.write("</p>");
out.write("</td>\r\n ");
out.write("<td width=\"9%\" bordercolor=\"#FFFFFF\" bgcolor=\"#E6E6E6\">Íü¼ÇÃÜÂë");
out.write("</td>\r\n ");
out.write("<td width=\"1%\" bordercolor=\"#FFFFFF\" bgcolor=\"#E6E6E6\"> ");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("</table>\r\n\r\n ");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"25%\" height=\"60\" class=\"index\">");
out.write("<img src=\"image/log.jpg\" width=\"200\" height=\"60\">");
out.write("</td>\r\n ");
out.write("<td width=\"47%\" height=\"60\" class=\"index\">");
out.write("<img src=\"image/top.jpg\" width=\"450\" height=\"60\">");
out.write("</td>\r\n ");
out.write("<td width=\"28%\">");
out.write("<p>");
out.write("<a onclick=\"this.style.behavior='url(#default#homepage)';this.sethomepage('http://indowns.com');return false;\" href=\"\" title=\"½«±¾Õ¾ÉèΪÄãµÄÊ×Ò³\">ÉèΪÊ×Ò³");
out.write("</a>");
out.write("<br >\r\n ");
out.write("<a href=\"javascript:window.external.AddFavorite(location.href,document.title)\" title=\"½«±¾Õ¾¼ÓÈëµ½ÄãµÄÊղؼÐ\">¼ÓÈëÊÕ²Ø");
out.write("</a>");
out.write("<br>\r\n ");
out.write("<a href=\"list.list@eyou.com\">ÁªÏµÎÒÃÇ");
out.write("</a>");
out.write("</p>");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td height=\"36\"> ");
out.write("</td>\r\n ");
out.write("<td> ");
out.write("</td>\r\n ");
out.write("<td> ");
out.write("</td>\r\n ");
out.write("</tr>\r\n");
out.write("</table>\r\n");
out.write("<p class=\"style11\"> ");
out.write("</p>\r\n");
out.write("</body>\r\n");
out.write("</html>\r\n");
} catch (Throwable t) {
out = _jspx_out;
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 + -