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

📄 _removeuser__jsp.java

📁 JSP聊天系统
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
	
      pageContext.write(_jsp_string20, 0, _jsp_string20.length);
      	if( formAction.equals("edit") ) { 
      pageContext.write(_jsp_string21, 0, _jsp_string21.length);
      	} else if( formAction.equals("remove") ) { 
      pageContext.write(_jsp_string22, 0, _jsp_string22.length);
      	} 
      pageContext.write(_jsp_string23, 0, _jsp_string23.length);
      	} 
      pageContext.write(_jsp_string24, 0, _jsp_string24.length);
      		out.flush();
		return;
	}

      pageContext.write(_jsp_string10, 0, _jsp_string10.length);
      	/////////////////////
	// at this point, we know there is a user to work with:
	User user = null;
	try {
		user = manager.getUser(username);
		isSystemAdmin = (isSystemAdmin && (user.getID()==authToken.getUserID()));
	} catch( UserNotFoundException unfe ) {
	}

      pageContext.write(_jsp_string25, 0, _jsp_string25.length);
      out.print(( user.getUsername() ));
      pageContext.write(_jsp_string18, 0, _jsp_string18.length);
      out.print(( user.getName() ));
      pageContext.write(_jsp_string26, 0, _jsp_string26.length);
      	if( isSystemAdmin ) { 
      pageContext.write(_jsp_string27, 0, _jsp_string27.length);
      	} 
      pageContext.write(_jsp_string28, 0, _jsp_string28.length);
      out.print(( username ));
      pageContext.write(_jsp_string29, 0, _jsp_string29.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("_removeuser__jsp.java", "e:\\jnjt\\admin\\forum\\removeUser.jsp");
    _caucho_line_map.add("/admin/forum/removeUser.jsp", 91, 1);
    _caucho_line_map.add("/admin/forum/userChooser.jsp", 9, 1);
    _caucho_line_map.add("/admin/forum/removeUser.jsp", 2, 32);
    _caucho_line_map.add(15, 41);
    _caucho_line_map.add(18, 50);
    _caucho_line_map.add(91, 124);
    _caucho_line_map.add(100, 125);
    _caucho_line_map.add(104, 130);
    _caucho_line_map.add(106, 133);
    _caucho_line_map.add("/admin/forum/include/pageTitle.jsp", 9, 136);
    _caucho_line_map.add(14, 138);
    _caucho_line_map.add(15, 140);
    _caucho_line_map.add(16, 142);
    _caucho_line_map.add(19, 146);
    _caucho_line_map.add(24, 148);
    _caucho_line_map.add("e:\\jnjt\\admin\\forum\\removeUser.jsp", 109, 151);
    _caucho_line_map.add(114, 157);
    _caucho_line_map.add("/admin/forum/userChooser.jsp", 2, 158);
    _caucho_line_map.add(9, 166);
    _caucho_line_map.add(19, 174);
    _caucho_line_map.add(31, 184);
    _caucho_line_map.add(34, 188);
    _caucho_line_map.add(35, 190);
    _caucho_line_map.add(35, 192);
    _caucho_line_map.add(36, 194);
    _caucho_line_map.add(41, 198);
    _caucho_line_map.add(49, 204);
    _caucho_line_map.add("e:\\jnjt\\admin\\forum\\removeUser.jsp", 115, 206);
    _caucho_line_map.add(119, 211);
    _caucho_line_map.add(128, 221);
    _caucho_line_map.add(128, 223);
    _caucho_line_map.add(141, 229);
    com.caucho.vfs.Depend depend;
    depend = new com.caucho.vfs.Depend(mergePath.lookup("file:/e:/jnjt/admin/forum/include/pageTitle.jsp"), 989631934000L, 553L);
    _caucho_depends.add(depend);
    depend = new com.caucho.vfs.Depend(mergePath.lookup("file:/e:/jnjt/admin/forum/userChooser.jsp"), 1029827581000L, 1142L);
    _caucho_depends.add(depend);
    depend = new com.caucho.vfs.Depend(mergePath.lookup("file:/e:/jnjt/admin/forum/removeUser.jsp"), 1030011563282L, 4322L);
    _caucho_depends.add(depend);
  }

  private static byte []_jsp_string2;
  private static byte []_jsp_string22;
  private static byte []_jsp_string19;
  private static byte []_jsp_string28;
  private static byte []_jsp_string18;
  private static byte []_jsp_string26;
  private static byte []_jsp_string13;
  private static byte []_jsp_string6;
  private static byte []_jsp_string4;
  private static byte []_jsp_string7;
  private static byte []_jsp_string16;
  private static byte []_jsp_string12;
  private static byte []_jsp_string14;
  private static byte []_jsp_string27;
  private static byte []_jsp_string24;
  private static byte []_jsp_string25;
  private static byte []_jsp_string8;
  private static byte []_jsp_string0;
  private static byte []_jsp_string10;
  private static byte []_jsp_string9;
  private static byte []_jsp_string20;
  private static byte []_jsp_string11;
  private static byte []_jsp_string17;
  private static byte []_jsp_string15;
  private static byte []_jsp_string23;
  private static byte []_jsp_string3;
  private static byte []_jsp_string21;
  private static byte []_jsp_string29;
  private static byte []_jsp_string1;
  private static byte []_jsp_string5;
  static {
    try {
      _jsp_string2 = "\r\n \r\n".getBytes("GB2312");
      _jsp_string22 = "\r\n		<input type=\"submit\" value=\"删除用户...\">\r\n	".getBytes("GB2312");
      _jsp_string19 = ")\r\n	".getBytes("GB2312");
      _jsp_string28 = "\r\n<p>\r\n\r\n<ul>\r\n  警告: 此操作将永久删除此用户,您真的要这样做吗? (此用户发表的贴子将不被删除,并且,此用户删除后,他(她)所发表的贴子将被标记为 \"anonymous\"<b>)</b> \r\n</ul>\r\n\r\n<form action=\"removeUser.jsp\" name=\"deleteForm\">\r\n<input type=\"hidden\" name=\"doDelete\" value=\"true\">\r\n<input type=\"hidden\" name=\"user\" value=\"".getBytes("GB2312");
      _jsp_string18 = " (".getBytes("GB2312");
      _jsp_string26 = ")</b>? \r\n<p> \r\n  ".getBytes("GB2312");
      _jsp_string13 = "\r\n		<form action=\"editUser.jsp\">\r\n	".getBytes("GB2312");
      _jsp_string6 = "\r\n			&nbsp;:&nbsp;\r\n		".getBytes("GB2312");
      _jsp_string4 = "\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_string7 = "\r\n	".getBytes("GB2312");
      _jsp_string16 = "\r\n				<option value=\"".getBytes("GB2312");
      _jsp_string12 = "\r\n\r\n	".getBytes("GB2312");
      _jsp_string14 = "\r\n		<form action=\"removeUser.jsp\">\r\n	".getBytes("GB2312");
      _jsp_string27 = "\r\n  <span class=\"errorText\"> 警告! 这是一个系统用户 -- 不建议删除此用户</span> \r\n  ".getBytes("GB2312");
      _jsp_string24 = "\r\n\r\n\r\n  ".getBytes("GB2312");
      _jsp_string25 = "\r\n  删除<b>".getBytes("GB2312");
      _jsp_string8 = "\r\n	</span>\r\n	</td>\r\n	</table></td>\r\n	</table>\r\n".getBytes("GB2312");
      _jsp_string0 = "\r\n".getBytes("GB2312");
      _jsp_string10 = "\r\n  ".getBytes("GB2312");
      _jsp_string9 = "\r\n\r\n\r\n\r\n\r\n\r\n<p> \r\n  ".getBytes("GB2312");
      _jsp_string20 = "\r\n	</select>\r\n	\r\n	".getBytes("GB2312");
      _jsp_string11 = "\r\n<body background=\"../images/background.gif\">\r\nNo users! <br>\r\n		Try <a href=\"createUser.jsp\">creating one</a>.\r\n".getBytes("GB2312");
      _jsp_string17 = "\"> &gt;\r\n				".getBytes("GB2312");
      _jsp_string15 = "\r\n	\r\n	<select name=\"user\">\r\n	<option value=\"\">请选择一个用户:\r\n	".getBytes("GB2312");
      _jsp_string23 = "\r\n\r\n	</form>\r\n	\r\n".getBytes("GB2312");
      _jsp_string3 = "\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_string21 = "\r\n		<input type=\"submit\" value=\"修改用户信息...\">\r\n	".getBytes("GB2312");
      _jsp_string29 = "\">\r\n	\r\n  <input type=\"submit\" value=\"删除用户\">\r\n	&nbsp;\r\n	\r\n  <input type=\"submit\" name=\"cancel\" value=\"取  消\" \r\n	 onclick=\"location.href='users.jsp';return false;\">\r\n</form>\r\n\r\n<script language=\"JavaScript\" type=\"text/javascript\">\r\n<!--\r\ndocument.deleteForm.cancel.focus();\r\n//-->\r\n</script>\r\n\r\n\r\n</body>\r\n</html>\r\n".getBytes("GB2312");
      _jsp_string1 = "\r\n\r\n".getBytes("GB2312");
      _jsp_string5 = "\r\n		".getBytes("GB2312");
    } catch (java.io.UnsupportedEncodingException e) {
      e.printStackTrace();
    }
  }
}

⌨️ 快捷键说明

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