📄 _online__jsp.java
字号:
out.write('\uff1a');
out.print((ipd.getPosition(ip)));
out.write(_jsp_string22, 0, _jsp_string22.length);
out.print((ip));
out.write(_jsp_string23, 0, _jsp_string23.length);
}
out.print("</td>");
n ++;
if (n>=rowCount) {
n = 0;
out.print("</tr>");
}
}
if (n<rowCount) {
out.print("</tr>");
}
out.write(_jsp_string24, 0, _jsp_string24.length);
out.print((StrUtil.format(SkinUtil.LoadString(request, "res.label.forum.index", "online_status"), new Object[] {new Integer(total), new Integer(pagesize), new Integer(totalpages), new Integer(curpage)})));
out.write(_jsp_string3, 0, _jsp_string3.length);
if (totalpages!=1) {
out.write(_jsp_string3, 0, _jsp_string3.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("jumpto");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string3, 0, _jsp_string3.length);
}
out.write(_jsp_string3, 0, _jsp_string3.length);
if (curpage!=1) {
out.write(_jsp_string25, 0, _jsp_string25.length);
out.print((boardcode));
out.write(_jsp_string26, 0, _jsp_string26.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("first");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string27, 0, _jsp_string27.length);
out.print((boardcode));
out.write(_jsp_string28, 0, _jsp_string28.length);
out.print((curpage-1));
out.write(_jsp_string29, 0, _jsp_string29.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("previous");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string30, 0, _jsp_string30.length);
}
out.write(_jsp_string3, 0, _jsp_string3.length);
if (curpage!=totalpages) {
out.write(_jsp_string25, 0, _jsp_string25.length);
out.print((boardcode));
out.write(_jsp_string28, 0, _jsp_string28.length);
out.print((curpage+1));
out.write(_jsp_string29, 0, _jsp_string29.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("next");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string27, 0, _jsp_string27.length);
out.print((boardcode));
out.write(_jsp_string28, 0, _jsp_string28.length);
out.print((totalpages));
out.write(_jsp_string29, 0, _jsp_string29.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("last");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string30, 0, _jsp_string30.length);
}
out.write(_jsp_string31, 0, _jsp_string31.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("detail");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string32, 0, _jsp_string32.length);
} catch (java.lang.Throwable _jsp_e) {
pageContext.handlePageException(_jsp_e);
} finally {
if (_jsp_LabelTag_0 != null)
_jsp_LabelTag_0.release();
com.caucho.jsp.QJspFactory.freePageContext(pageContext);
}
}
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.vfs.PersistentDependency depend)
{
super._caucho_addDepend(depend);
com.caucho.jsp.JavaPage.addDepend(_caucho_depends, depend);
}
public boolean _caucho_isModified()
{
if (_caucho_isDead)
return true;
if (com.caucho.server.util.CauchoSystem.getVersionId() != 5022137076587403036L)
return true;
for (int i = _caucho_depends.size() - 1; i >= 0; i--) {
com.caucho.vfs.Dependency depend;
depend = (com.caucho.vfs.Dependency) _caucho_depends.get(i);
if (depend.isModified())
return true;
}
return false;
}
public long _caucho_lastModified()
{
return 0;
}
public java.util.HashMap<String,java.lang.reflect.Method> _caucho_getFunctionMap()
{
return _jsp_functionMap;
}
public void init(ServletConfig config)
throws ServletException
{
super.init(config);
com.caucho.server.webapp.WebApp webApp
= (com.caucho.server.webapp.WebApp) config.getServletContext();
com.caucho.jsp.TaglibManager manager = webApp.getJspApplicationContext().getTaglibManager();
manager.addTaglibFunctions(_jsp_functionMap, "lt", "/WEB-INF/tlds/LabelTag.tld");}
public void destroy()
{
_caucho_isDead = true;
super.destroy();
}
public void init(com.caucho.vfs.Path appDir)
throws javax.servlet.ServletException
{
com.caucho.vfs.Path resinHome = com.caucho.server.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);
com.caucho.vfs.Depend depend;
depend = new com.caucho.vfs.Depend(appDir.lookup("forum/online.jsp"), -3088135293950554740L, false);
com.caucho.jsp.JavaPage.addDepend(_caucho_depends, depend);
depend = new com.caucho.vfs.Depend(appDir.lookup("WEB-INF/tlds/LabelTag.tld"), 936435632544814250L, false);
com.caucho.jsp.JavaPage.addDepend(_caucho_depends, depend);
com.caucho.jsp.JavaPage.addDepend(_caucho_depends, new com.caucho.make.ClassDependency(com.redmoon.forum.ui.LabelTag.class, -398364840801018274L));
}
static {
try {
} catch (Exception e) {
e.printStackTrace();
throw new RuntimeException(e);
}
}
private final static char []_jsp_string9;
private final static char []_jsp_string19;
private final static char []_jsp_string30;
private final static char []_jsp_string16;
private final static char []_jsp_string11;
private final static char []_jsp_string1;
private final static char []_jsp_string14;
private final static char []_jsp_string31;
private final static char []_jsp_string4;
private final static char []_jsp_string32;
private final static char []_jsp_string20;
private final static char []_jsp_string29;
private final static char []_jsp_string13;
private final static char []_jsp_string22;
private final static char []_jsp_string8;
private final static char []_jsp_string18;
private final static char []_jsp_string15;
private final static char []_jsp_string25;
private final static char []_jsp_string3;
private final static char []_jsp_string17;
private final static char []_jsp_string24;
private final static char []_jsp_string7;
private final static char []_jsp_string10;
private final static char []_jsp_string23;
private final static char []_jsp_string2;
private final static char []_jsp_string5;
private final static char []_jsp_string6;
private final static char []_jsp_string27;
private final static char []_jsp_string21;
private final static char []_jsp_string12;
private final static char []_jsp_string26;
private final static char []_jsp_string28;
private final static char []_jsp_string0;
static {
_jsp_string9 = "\r\n <span>\r\n ".toCharArray();
_jsp_string19 = "\r\n <span>\r\n ".toCharArray();
_jsp_string30 = "</a>]\r\n".toCharArray();
_jsp_string16 = "\r\n ".toCharArray();
_jsp_string11 = "<br>\r\n ".toCharArray();
_jsp_string1 = "\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\r\n<meta name=\"GENERATOR\" content=\"Microsoft FrontPage 4.0\">\r\n<meta name=\"ProgId\" content=\"FrontPage.Editor.Document\">\r\n<link href=\"".toCharArray();
_jsp_string14 = "\r\n <img src=\"".toCharArray();
_jsp_string31 = "\r\n[<a href=\"showonline.jsp\">".toCharArray();
_jsp_string4 = "\r\n<div id=\"newdiv\" name=\"newdiv\">\r\n<table width=\"100%\">\r\n <tr><td>\r\n".toCharArray();
_jsp_string32 = "</a>]\r\n</td>\r\n</tr></table>\r\n</div>\r\n</body>\r\n<SCRIPT language=javascript>\r\n<!--\r\nfunction trim(str){\r\n var i = 0;\r\n while ((i < str.length)&&((str.charAt(i) == \" \")||(str.charAt(i) == \"\u3000\"))){i++;}\r\n var j = str.length-1;\r\n while ((j >= 0)&&((str.charAt(j) == \" \")||(str.charAt(j) == \"\u3000\"))){j--;}\r\n if( i > j ) \r\n return \"\";\r\n else\r\n return str.substring(i,j+1);\r\n}\r\n\r\ntry {\r\n var str = trim(newdiv.innerHTML);\r\n if (str!=\"\")\r\n {\r\n window.parent.document.getElementById(\"followDIV000\").innerHTML = str;\r\n }\r\n window.parent.document.getElementById(\"followImg000\").loaded = \"yes\";\r\n}\r\ncatch (e) {}\r\n//-->\r\n</script>\r\n</html>\r\n".toCharArray();
_jsp_string20 = "<br>\r\n ".toCharArray();
_jsp_string29 = ")\">".toCharArray();
_jsp_string13 = "</span></a> \r\n ".toCharArray();
_jsp_string22 = "<br>\r\n IP\uff1a".toCharArray();
_jsp_string8 = ".gif\" width=16 height=16 align=\"absmiddle\" border=0> \r\n ".toCharArray();
_jsp_string18 = "/images/guest.gif\" align=\"absmiddle\" border=\"0\"> ".toCharArray();
_jsp_string15 = "/images/guest.gif\" align=\"absmiddle\"> ".toCharArray();
_jsp_string25 = "\r\n[<a href=\"javascript:loadonline('".toCharArray();
_jsp_string3 = "\r\n".toCharArray();
_jsp_string17 = "\r\n <a href=\"#\" class=\"online_info\">\r\n <img src=\"".toCharArray();
_jsp_string24 = "\r\n</td></tr></table>\r\n<table width=\"100%\"><tr><td>\r\n<HR style=\"height:1px\" color=\"#CCCCCC\">\r\n".toCharArray();
_jsp_string7 = "/images/".toCharArray();
_jsp_string10 = "<br>\r\n ".toCharArray();
_jsp_string23 = "</span></a> \r\n ".toCharArray();
_jsp_string2 = "/skin.css\" rel=\"stylesheet\" type=\"text/css\">\r\n<title>online</title>\r\n</head>\r\n<body>\r\n".toCharArray();
_jsp_string5 = "\r\n <a target=\"_blank\" href=\"../userinfo.jsp?username=".toCharArray();
_jsp_string6 = "\" class=\"online_info\">\r\n <img src=\"".toCharArray();
_jsp_string27 = "</a>]\r\n[<a href=\"javascript:loadonline('".toCharArray();
_jsp_string21 = "<br>\r\n ".toCharArray();
_jsp_string12 = "<br>\r\n IP\uff1a".toCharArray();
_jsp_string26 = "',1)\">".toCharArray();
_jsp_string28 = "',".toCharArray();
_jsp_string0 = "\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n".toCharArray();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -