⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _threadcontent__jsp.java

📁 JSP聊天系统
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
      	///////////////////
	// pageTitle include

      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.write(_jsp_string1, 0, _jsp_string1.length);
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      	if( pageTitleInfo != null ) { 
      pageContext.write(_jsp_string5, 0, _jsp_string5.length);
      	for( int i=0; i<pageTitleInfo.length; i++ ){ 
      pageContext.write(_jsp_string6, 0, _jsp_string6.length);
      out.print(( pageTitleInfo[i] ));
      pageContext.write(_jsp_string6, 0, _jsp_string6.length);
      	if( (i+1)<pageTitleInfo.length ) { 
      pageContext.write(_jsp_string7, 0, _jsp_string7.length);
      	} 
      pageContext.write(_jsp_string8, 0, _jsp_string8.length);
      	} 
      pageContext.write(_jsp_string9, 0, _jsp_string9.length);
      	} 
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.write(_jsp_string10, 0, _jsp_string10.length);
      	//////////////////////
	// show the name of the forum we're working with (if one was selected)
	Forum currentForum = null;
	if( !noForumSpecified ) {
		try {
			currentForum = forumFactory.getForum(forumID);
	
      pageContext.write(_jsp_string11, 0, _jsp_string11.length);
      out.print(( currentForum.getName() ));
      pageContext.write(_jsp_string12, 0, _jsp_string12.length);
      out.print(( currentForum.getThread(threadID).getName() ));
      pageContext.write(_jsp_string13, 0, _jsp_string13.length);
      	}
		catch( ForumNotFoundException fnfe ) {
	
      pageContext.write(_jsp_string14, 0, _jsp_string14.length);
      	}
		catch( UnauthorizedException ue ) {
	
      pageContext.write(_jsp_string15, 0, _jsp_string15.length);
      	}
	}

      pageContext.write(_jsp_string16, 0, _jsp_string16.length);
      out.print(( forumID ));
      pageContext.write(_jsp_string17, 0, _jsp_string17.length);
      pageContext.write(_jsp_string1, 0, _jsp_string1.length);
      
	ForumThread thread = currentForum.getThread(threadID);
	TreeWalker walker = thread.treeWalker();
	ForumMessage rootMessage = walker.getRoot();

      pageContext.write(_jsp_string18, 0, _jsp_string18.length);
      out.print(( forumID ));
      pageContext.write(_jsp_string19, 0, _jsp_string19.length);
      out.print(( threadID ));
      pageContext.write(_jsp_string20, 0, _jsp_string20.length);
      out.print(( rootMessage.getSubject() ));
      pageContext.write(_jsp_string21, 0, _jsp_string21.length);
      	String rootMsgUsername = "<i>Anonymous</i>";
	User rootMsgUser = rootMessage.getUser();
	if( !rootMessage.getUser().isAnonymous() ) {
		rootMsgUsername = rootMsgUser.getUsername();
	}

      pageContext.write(_jsp_string22, 0, _jsp_string22.length);
      out.print(( rootMsgUsername ));
      pageContext.write(_jsp_string23, 0, _jsp_string23.length);
      out.print(( rootMessage.getCreationDate() ));
      pageContext.write(_jsp_string24, 0, _jsp_string24.length);
      out.print(( rootMessage.getBody() ));
      pageContext.write(_jsp_string25, 0, _jsp_string25.length);
      out.print(( printChildren( walker, currentForum, thread, rootMessage, 0 ) ));
      pageContext.write(_jsp_string26, 0, _jsp_string26.length);
    } catch (java.lang.Throwable _jsp_e) {
      pageContext.handlePageException(_jsp_e);
    } finally {
      JspFactory.getDefaultFactory().releasePageContext(pageContext);
    }
  }

  private com.caucho.java.LineMap _caucho_line_map;
  private java.util.ArrayList _caucho_depends = new java.util.ArrayList();

  public boolean _caucho_isModified()
  {
    if (_caucho_isDead)
      return true;
    if (com.caucho.util.CauchoSystem.getVersionId() != 2057024144)
      return true;
    for (int i = _caucho_depends.size() - 1; i >= 0; i--) {
      com.caucho.vfs.Depend depend;
      depend = (com.caucho.vfs.Depend) _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);
    mergePath.addClassPath(getClass().getClassLoader());
    _caucho_line_map = new com.caucho.java.LineMap("_threadcontent__jsp.java", "e:\\jnjt\\forum\\admin\\threadContent.jsp");
    _caucho_line_map.add("/forum/admin/threadContent.jsp", 15, 1);
    _caucho_line_map.add(21, 17);
    _caucho_line_map.add(108, 102);
    _caucho_line_map.add(2, 127);
    _caucho_line_map.add(9, 135);
    _caucho_line_map.add(15, 136);
    _caucho_line_map.add(18, 137);
    _caucho_line_map.add(21, 146);
    _caucho_line_map.add(108, 147);
    _caucho_line_map.add(118, 148);
    _caucho_line_map.add(202, 224);
    _caucho_line_map.add(206, 229);
    _caucho_line_map.add(208, 232);
    _caucho_line_map.add("/forum/admin/include/pageTitle.jsp", 9, 235);
    _caucho_line_map.add(14, 237);
    _caucho_line_map.add(15, 239);
    _caucho_line_map.add(16, 241);
    _caucho_line_map.add(19, 245);
    _caucho_line_map.add(24, 247);
    _caucho_line_map.add("e:\\jnjt\\forum\\admin\\threadContent.jsp", 212, 250);
    _caucho_line_map.add(219, 258);
    _caucho_line_map.add(220, 260);
    _caucho_line_map.add(221, 262);
    _caucho_line_map.add(236, 274);
    _caucho_line_map.add(244, 277);
    _caucho_line_map.add(262, 283);
    _caucho_line_map.add(262, 285);
    _caucho_line_map.add(269, 287);
    _caucho_line_map.add(273, 289);
    _caucho_line_map.add(279, 296);
    _caucho_line_map.add(279, 298);
    _caucho_line_map.add(282, 300);
    _caucho_line_map.add(290, 302);
    com.caucho.vfs.Depend depend;
    depend = new com.caucho.vfs.Depend(mergePath.lookup("file:/e:/jnjt/forum/admin/include/pageTitle.jsp"), 989631934000L, 553L);
    _caucho_depends.add(depend);
    depend = new com.caucho.vfs.Depend(mergePath.lookup("file:/e:/jnjt/forum/admin/threadContent.jsp"), 1021865276000L, 9283L);
    _caucho_depends.add(depend);
  }

  private static byte []_jsp_string3;
  private static byte []_jsp_string16;
  private static byte []_jsp_string18;
  private static byte []_jsp_string7;
  private static byte []_jsp_string5;
  private static byte []_jsp_string8;
  private static byte []_jsp_string19;
  private static byte []_jsp_string4;
  private static byte []_jsp_string20;
  private static byte []_jsp_string10;
  private static byte []_jsp_string13;
  private static byte []_jsp_string24;
  private static byte []_jsp_string9;
  private static byte []_jsp_string0;
  private static byte []_jsp_string21;
  private static byte []_jsp_string22;
  private static byte []_jsp_string15;
  private static byte []_jsp_string26;
  private static byte []_jsp_string12;
  private static byte []_jsp_string25;
  private static byte []_jsp_string14;
  private static byte []_jsp_string11;
  private static byte []_jsp_string17;
  private static byte []_jsp_string1;
  private static byte []_jsp_string2;
  private static byte []_jsp_string6;
  private static byte []_jsp_string23;
  static {
    try {
      _jsp_string3 = "\r\n \r\n".getBytes("GB2312");
      _jsp_string16 = "\r\n	\r\n<p>\r\n\r\n<form action=\"forumContent.jsp\">\r\n<input type=\"hidden\" name=\"forum\" value=\"".getBytes("GB2312");
      _jsp_string18 = "\r\n\r\n<table bgcolor=\"#cccccc\" cellpadding=0 cellspacing=0 border=0 width=\"100%\">\r\n<td>\r\n<table bgcolor=\"#cccccc\" cellpadding=3 cellspacing=1 border=0 width=\"100%\">\r\n<tr bgcolor=\"#dddddd\">\r\n	<td class=\"forumListHeader\" width=\"1%\" nowrap bgcolor=\"#cccccc\"><b>删除 ?</b></td>\r\n	<td class=\"forumListHeader\" width=\"99%\">&nbsp;</td>\r\n</tr>\r\n\r\n	<tr>\r\n		<form>\r\n		<td width=\"1%\" class=\"forumListCell\" align=\"center\">\r\n			<input type=\"radio\"\r\n			 onclick=\"if(confirm('Are you sure you want to delete this THREAD and all its messages?')){location.href='threadContent.jsp?forum=".getBytes("GB2312");
      _jsp_string7 = "\r\n			&nbsp;:&nbsp;\r\n		".getBytes("GB2312");
      _jsp_string5 = "\r\n	<table class=\"pageHeaderBg\" cellpadding=\"1\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n	<td><table class=\"pageHeaderFg\" cellpadding=\"3\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n	<td>\r\n	<span class=\"pageTitle\">\r\n	".getBytes("GB2312");
      _jsp_string8 = "\r\n	".getBytes("GB2312");
      _jsp_string19 = "&thread=".getBytes("GB2312");
      _jsp_string4 = "\r\n\r\n<html>\r\n<head>\r\n	<title></title>\r\n	<link rel=\"stylesheet\" href=\"style/global.css\">\r\n</head>\r\n\r\n<body background=\"images/shadowBack.gif\" bgcolor=\"#ffffff\" text=\"#000000\" link=\"#0000ff\" vlink=\"#800080\" alink=\"#ff0000\">\r\n\r\n".getBytes("GB2312");
      _jsp_string20 = "&doDeleteThread=true';}\">\r\n			<font size=\"-2\">(删除线索 )</font>\r\n		</td>\r\n		<td class=\"forumListCell\" width=\"99%\">\r\n		\r\n		<table cellpadding=2 cellspacing=0 border=0 width=\"100%\">\r\n		<tr bgcolor=\"#dddddd\">\r\n			<td><b>".getBytes("GB2312");
      _jsp_string10 = "\r\n\r\n\r\n\r\n\r\n\r\n<p>\r\n\r\n".getBytes("GB2312");
      _jsp_string13 = "</strong>\r\n	".getBytes("GB2312");
      _jsp_string24 = "</b></font></td>\r\n		</tr>\r\n		<tr>\r\n			<td>".getBytes("GB2312");
      _jsp_string9 = "\r\n	</span>\r\n	</td>\r\n	</table></td>\r\n	</table>\r\n".getBytes("GB2312");
      _jsp_string0 = "\r\n".getBytes("GB2312");
      _jsp_string21 = "</b></td>\r\n		</tr>\r\n		<tr bgcolor=\"#eeeeee\">\r\n\r\n".getBytes("GB2312");
      _jsp_string22 = "\r\n			<td><font size=\"-2\"><b>发送自  ".getBytes("GB2312");
      _jsp_string15 = "\r\n			<span class=\"errorText\">您没有被授权管理这个论坛 .</span>\r\n	".getBytes("GB2312");
      _jsp_string26 = "\r\n	\r\n</table></td></table>\r\n\r\n\r\n</body>\r\n</html>\r\n\r\n".getBytes("GB2312");
      _jsp_string12 = "</b>, \r\n			线索 : <strong>".getBytes("GB2312");
      _jsp_string25 = "</td>\r\n		</tr>\r\n		</table>\r\n		\r\n		</td>\r\n		</form>\r\n	</tr>\r\n	\r\n".getBytes("GB2312");
      _jsp_string14 = "\r\n			<span class=\"errorText\">没有找到论坛 .</span>\r\n	".getBytes("GB2312");
      _jsp_string11 = "\r\n			您现在正在管理论坛 : <b>".getBytes("GB2312");
      _jsp_string17 = "\">\r\n<input type=\"submit\" value=\"取消 / 后退 \">\r\n</form>\r\n\r\n<p>\r\n\r\n".getBytes("GB2312");
      _jsp_string1 = "\r\n\r\n".getBytes("GB2312");
      _jsp_string2 = "\r\n \r\n \r\n".getBytes("GB2312");
      _jsp_string6 = "\r\n		".getBytes("GB2312");
      _jsp_string23 = ", 发送日期  ".getBytes("GB2312");
    } catch (java.io.UnsupportedEncodingException e) {
      e.printStackTrace();
    }
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -