📄 _allface__jsp.java
字号:
/*
* JSP generated by Resin-3.0.7 (built Wed, 24 Mar 2004 04:28:45 PST)
*/
package _jsp;
import javax.servlet.*;
import javax.servlet.jsp.*;
import javax.servlet.http.*;
import java.sql.*;
import java.lang.Integer;
public class _allface__jsp extends com.caucho.jsp.JavaPage{
private boolean _caucho_isDead;
public void
_jspService(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException, javax.servlet.ServletException
{
javax.servlet.http.HttpSession session = request.getSession(true);
com.caucho.server.webapp.Application _jsp_application = _caucho_getApplication();
javax.servlet.ServletContext application = _jsp_application;
com.caucho.jsp.PageContextImpl pageContext = com.caucho.jsp.QJspFactory.allocatePageContext(this, _jsp_application, request, response, "", session, 8192, true);
javax.servlet.jsp.JspWriter out = pageContext.getOut();
javax.servlet.ServletConfig config = getServletConfig();
javax.servlet.Servlet page = this;
response.setContentType("text/html; charset=gb2312");
request.setCharacterEncoding("GB2312");
try {
out.write(_jsp_string0, 0, _jsp_string0.length);
String show=request.getParameter("show");
out.write(_jsp_string1, 0, _jsp_string1.length);
int a=Integer.parseInt(show);
int b=25*(a-1)+1;
for(int i=b;i<=25*a;i=i+5){
out.write(_jsp_string2, 0, _jsp_string2.length);
out.print((i));
out.write(_jsp_string3, 0, _jsp_string3.length);
out.print((i));
out.write(_jsp_string4, 0, _jsp_string4.length);
out.print((i));
out.write(_jsp_string5, 0, _jsp_string5.length);
out.print((i));
out.write(_jsp_string6, 0, _jsp_string6.length);
out.print((i+1));
out.write(_jsp_string3, 0, _jsp_string3.length);
out.print((i+1));
out.write(_jsp_string4, 0, _jsp_string4.length);
out.print((i+1));
out.write(_jsp_string7, 0, _jsp_string7.length);
out.print((i+1));
out.write(_jsp_string8, 0, _jsp_string8.length);
out.print((i+2));
out.write(_jsp_string3, 0, _jsp_string3.length);
out.print((i+2));
out.write(_jsp_string4, 0, _jsp_string4.length);
out.print((i+2));
out.write(_jsp_string7, 0, _jsp_string7.length);
out.print((i+2));
out.write(_jsp_string9, 0, _jsp_string9.length);
out.print((i+3));
out.write(_jsp_string3, 0, _jsp_string3.length);
out.print((i+3));
out.write(_jsp_string4, 0, _jsp_string4.length);
out.print((i+3));
out.write(_jsp_string7, 0, _jsp_string7.length);
out.print((i+3));
out.write(_jsp_string9, 0, _jsp_string9.length);
out.print((i+4));
out.write(_jsp_string3, 0, _jsp_string3.length);
out.print((i+4));
out.write(_jsp_string4, 0, _jsp_string4.length);
out.print((i+4));
out.write(_jsp_string10, 0, _jsp_string10.length);
out.print((i+4));
out.write(_jsp_string11, 0, _jsp_string11.length);
}
out.write(_jsp_string12, 0, _jsp_string12.length);
} catch (java.lang.Throwable _jsp_e) {
pageContext.handlePageException(_jsp_e);
} finally {
com.caucho.jsp.QJspFactory.freePageContext(pageContext);
}
}
private com.caucho.java.LineMap _caucho_line_map;
private java.util.ArrayList _caucho_depends = new java.util.ArrayList();
public java.util.ArrayList _caucho_getDependList()
{
return _caucho_depends;
}
public void _caucho_addDepend(com.caucho.make.PersistentDependency depend)
{
super._caucho_addDepend(depend);
_caucho_depends.add(depend);
}
public boolean _caucho_isModified()
{
if (_caucho_isDead)
return true;
if (com.caucho.util.CauchoSystem.getVersionId() != 1174304629)
return true;
for (int i = _caucho_depends.size() - 1; i >= 0; i--) {
com.caucho.make.Dependency depend;
depend = (com.caucho.make.Dependency) _caucho_depends.get(i);
if (depend.isModified())
return true;
}
return false;
}
public long _caucho_lastModified()
{
return 0;
}
public com.caucho.java.LineMap _caucho_getLineMap()
{
return _caucho_line_map;
}
public void destroy()
{
_caucho_isDead = true;
super.destroy();
}
public void init(com.caucho.java.LineMap lineMap,
com.caucho.vfs.Path appDir)
throws javax.servlet.ServletException
{
com.caucho.vfs.Path resinHome = com.caucho.util.CauchoSystem.getResinHome();
com.caucho.vfs.MergePath mergePath = new com.caucho.vfs.MergePath();
mergePath.addMergePath(appDir);
mergePath.addMergePath(resinHome);
com.caucho.loader.DynamicClassLoader loader;
loader = (com.caucho.loader.DynamicClassLoader) getClass().getClassLoader();
String resourcePath = loader.getResourcePathSpecificFirst();
mergePath.addClassPath(resourcePath);
_caucho_line_map = new com.caucho.java.LineMap("_allface__jsp.java", "foo");
_caucho_line_map.add("/allface.jsp", 3, 31);
_caucho_line_map.add(41, 33);
_caucho_line_map.add(48, 37);
_caucho_line_map.add(48, 39);
_caucho_line_map.add(48, 41);
_caucho_line_map.add(49, 43);
_caucho_line_map.add(50, 45);
_caucho_line_map.add(50, 47);
_caucho_line_map.add(50, 49);
_caucho_line_map.add(51, 51);
_caucho_line_map.add(52, 53);
_caucho_line_map.add(52, 55);
_caucho_line_map.add(52, 57);
_caucho_line_map.add(53, 59);
_caucho_line_map.add(54, 61);
_caucho_line_map.add(54, 63);
_caucho_line_map.add(54, 65);
_caucho_line_map.add(55, 67);
_caucho_line_map.add(56, 69);
_caucho_line_map.add(56, 71);
_caucho_line_map.add(56, 73);
_caucho_line_map.add(57, 75);
_caucho_line_map.add(59, 77);
com.caucho.vfs.Depend depend;
depend = new com.caucho.vfs.Depend(appDir.lookup("allface.jsp"), "I71i4+KXtgPVNfJdUeDL0g==", false);
_caucho_depends.add(depend);
}
private final static char []_jsp_string12;
private final static char []_jsp_string5;
private final static char []_jsp_string2;
private final static char []_jsp_string3;
private final static char []_jsp_string0;
private final static char []_jsp_string6;
private final static char []_jsp_string8;
private final static char []_jsp_string7;
private final static char []_jsp_string9;
private final static char []_jsp_string1;
private final static char []_jsp_string10;
private final static char []_jsp_string4;
private final static char []_jsp_string11;
static {
_jsp_string12 = "</td>\r\n </tr>\r\n <tr>\r\n <td height=\"27\" align=\"center\" valign=\"bottom\"><input type=\"button\" name=\"Submit\" value=\"\u5173\u95ed\" onclick=\"window.close();\"> </td>\r\n </tr>\r\n</table>\r\n</body>\r\n</html>\r\n".toCharArray();
_jsp_string5 = ")\" style=\"CURSOR: hand\" ><br>\r\n image".toCharArray();
_jsp_string2 = "\r\n </div> <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\" bgcolor=\"#FF6600\">\r\n <!--DWLayoutTable-->\r\n <tr bgcolor=\"#E7F7D6\">\r\n \r\n <td width=\"92\" height=\"84\" align=\"left\" valign=\"middle\" ><div align=\"center\"><img src=\"face/image".toCharArray();
_jsp_string3 = ".gif\" width=\"47\" height=\"43\" onclick=\"insertface('face/image".toCharArray();
_jsp_string0 = "\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\r\n".toCharArray();
_jsp_string6 = ".gif </div></td>\r\n <td width=\"92\" valign=\"middle\" ><div align=\"center\"><img src=\"face/image".toCharArray();
_jsp_string8 = ".gif</div></td>\r\n <td width=\"92\" valign=\"middle\" ><div align=\"center\"><img src=\"face/image".toCharArray();
_jsp_string7 = ")\" style=\"CURSOR: hand\"><br>\r\n image".toCharArray();
_jsp_string9 = ".gif</div></td>\r\n <td width=\"91\" valign=\"middle\" ><div align=\"center\"><img src=\"face/image".toCharArray();
_jsp_string1 = "\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n<LINK href=\"css/cs.css\" type=text/css rel=stylesheet>\r\n<title>allface</title>\r\n<style type=\"text/css\">\r\n<!--\r\nbody {\r\n background-image: url(images/back.gif);\r\n}\r\n.style1 {\r\n font-size: 16px;\r\n font-weight: bold;\r\n color: #000099;\r\n}\r\n-->\r\n</style>\r\n</head>\r\n<script language=\"javascript\">\r\nfunction insertface(userface,num){\r\n self.opener.theform.facenum.value=num;\r\n self.opener.document.images['face'].src=userface;\r\n}\r\n</script>\r\n<body>\r\n\r\n<table width=\"458\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n <!--DWLayoutTable-->\r\n <tr>\r\n <td width=\"458\" height=\"35\" valign=\"middle\"><div align=\"center\" class=\"style1\">\u5934\u50cf\u5217\u8868</div></td>\r\n </tr>\r\n <tr>\r\n <td height=\"16\" align=\"center\" valign=\"middle\">[ <a href=\"allface.jsp?show=1\"> \u5934\u50cf\u5217\u88681 </a>][ <a href=\"allface.jsp?show=2\"> \u5934\u50cf\u5217\u88682 </a>] [ <a href=\"allface.jsp?show=3\"> \u5934\u50cf\u5217\u88683</a>] [ <a href=\"allface.jsp?show=4\"> \u5934\u50cf\u5217\u88684</a>] </td>\r\n </tr>\r\n <tr>\r\n <td height=\"120\" valign=\"top\">\r\n <div align=\"center\">\r\n ".toCharArray();
_jsp_string10 = ")\" style=\"CURSOR: hand\"><br>\r\n image".toCharArray();
_jsp_string4 = ".gif',".toCharArray();
_jsp_string11 = ".gif</div></td>\r\n </tr>\r\n </table> ".toCharArray();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -