?? playall_jsp.java
字號:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.util.*;
import com.sunnitech.bean.*;
public final class playall_jsp extends org.apache.jasper.runtime.HttpJspBase implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(2);
_jspx_dependants.add("/title.jsp");
_jspx_dependants.add("/menu.jsp");
}
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('\n');
out.write('\n');
out.write('\n');
com.sunnitech.bean.usrInfo usrinfo = null;
synchronized(session) {
usrinfo = (com.sunnitech.bean.usrInfo)_jspx_page_context.getAttribute("usrinfo", PageContext.SESSION_SCOPE);
if(usrinfo == null) {
usrinfo = new com.sunnitech.bean.usrInfo();
_jspx_page_context.setAttribute("usrinfo", usrinfo, PageContext.SESSION_SCOPE);
}
}
out.write("\n");
out.write("<!DOCTYPE HTML PUBLIC \"-//w3c//dtd html 4.0 transitional//en\">\n");
out.write("<html>\n");
out.write("<head>\n");
out.write("<title>PlayAll Page</title>\n");
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\n");
out.write("</head>\n");
out.write("<SCRIPT>\n");
out.write("<!--\n");
out.write("var limit=\"5\"\n");
out.write("function refresh(){\n");
out.write("if (limit==0)\n");
out.write("window.location.reload()\n");
out.write("else{\n");
out.write("curtime=limit+\"縐掑悗鏄劇ず涓嬩竴寮犵収鐗囷紒\"\n");
out.write("window.status=curtime\n");
out.write("setTimeout(\"refresh()\",1000)\n");
out.write("}\n");
out.write("limit-=1\n");
out.write("}\n");
out.write("window.onload=refresh\n");
out.write("-->\n");
out.write("</SCRIPT>\n");
out.write("<body>\n");
out.write("<table align=\"center\" border=\"0\">\n");
out.write(" <tr><td colspan=\"2\">");
out.write("\n");
out.write("\n");
out.write("<table width=\"830\" height=\"25\" bgcolor=\"#BBCCDD\" align=center cellpadding=0 cellspacing=0 class=table1>\n");
out.write(" <tr>\n");
out.write(" <td width=\"830\" class=table2> \n");
out.write(" \n");
out.write(" <a href=\"login.jsp\" target=\"_top\">鐢ㄦ埛鐧誨綍</a> \n");
out.write(" <a href=\"addusr.jsp\" target=\"_top\">鐢ㄦ埛娉ㄥ唽</a> \n");
out.write("\t<a href=\"getpwd.jsp\" target=\"_top\">蹇樿
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -