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

📄 _groupperms__jsp.java

📁 JSP聊天系统
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
	// pageTitleInfo variable (used by include/pageTitle.jsp)
	String[] pageTitleInfo = { "Groups : Group Permissions" };

      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      	///////////////////
	// pageTitle include

      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      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);
      out.print(( groupName ));
      pageContext.write(_jsp_string11, 0, _jsp_string11.length);
      out.print(( groupID ));
      pageContext.write(_jsp_string12, 0, _jsp_string12.length);
      pageContext.write(_jsp_string13, 0, _jsp_string13.length);
      out.print(( isSystemAdmin?"99":"100" ));
      pageContext.write(_jsp_string14, 0, _jsp_string14.length);
      	if( isSystemAdmin ) { 
      pageContext.write(_jsp_string15, 0, _jsp_string15.length);
      	} 
      pageContext.write(_jsp_string16, 0, _jsp_string16.length);
      pageContext.write(_jsp_string17, 0, _jsp_string17.length);
      	HashMap groupUserMap = new HashMap(); 
      pageContext.write(_jsp_string18, 0, _jsp_string18.length);
      	while( userIterator.hasNext() ) { 
      pageContext.write(_jsp_string18, 0, _jsp_string18.length);
      		User user = (User)userIterator.next(); 
      pageContext.write(_jsp_string18, 0, _jsp_string18.length);
      		int userID = user.getID(); 
      pageContext.write(_jsp_string18, 0, _jsp_string18.length);
      		groupUserMap.put( ""+userID, ""+userID ); 
      pageContext.write(_jsp_string19, 0, _jsp_string19.length);
      out.print((user.getID()));
      pageContext.write(_jsp_string20, 0, _jsp_string20.length);
      out.print(( user.getUsername() ));
      pageContext.write(_jsp_string18, 0, _jsp_string18.length);
      	} 
      pageContext.write(_jsp_string21, 0, _jsp_string21.length);
      pageContext.write(_jsp_string22, 0, _jsp_string22.length);
      pageContext.write(_jsp_string23, 0, _jsp_string23.length);
      pageContext.write(_jsp_string13, 0, _jsp_string13.length);
      out.print(( isSystemAdmin?"99":"100" ));
      pageContext.write(_jsp_string24, 0, _jsp_string24.length);
      	if( isSystemAdmin ) { 
      pageContext.write(_jsp_string25, 0, _jsp_string25.length);
      	} 
      pageContext.write(_jsp_string16, 0, _jsp_string16.length);
      pageContext.write(_jsp_string26, 0, _jsp_string26.length);
      	HashMap groupAdminMap = new HashMap(); 
      pageContext.write(_jsp_string18, 0, _jsp_string18.length);
      	while( adminIterator.hasNext() ) { 
      pageContext.write(_jsp_string18, 0, _jsp_string18.length);
      		User admin = (User)adminIterator.next(); 
      pageContext.write(_jsp_string18, 0, _jsp_string18.length);
      		int adminID = admin.getID(); 
      pageContext.write(_jsp_string18, 0, _jsp_string18.length);
      		groupAdminMap.put( ""+adminID, ""+adminID ); 
      pageContext.write(_jsp_string19, 0, _jsp_string19.length);
      out.print((admin.getID()));
      pageContext.write(_jsp_string20, 0, _jsp_string20.length);
      out.print(( admin.getUsername() ));
      pageContext.write(_jsp_string18, 0, _jsp_string18.length);
      	} 
      pageContext.write(_jsp_string27, 0, _jsp_string27.length);
      pageContext.write(_jsp_string22, 0, _jsp_string22.length);
      pageContext.write(_jsp_string28, 0, _jsp_string28.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("_groupperms__jsp.java", "e:\\jnjt\\admin\\forum\\groupPerms.jsp");
    _caucho_line_map.add("/admin/forum/groupPerms.jsp", 10, 1);
    _caucho_line_map.add(19, 17);
    _caucho_line_map.add(26, 23);
    _caucho_line_map.add(2, 66);
    _caucho_line_map.add(16, 75);
    _caucho_line_map.add(19, 84);
    _caucho_line_map.add(26, 85);
    _caucho_line_map.add(55, 86);
    _caucho_line_map.add(151, 181);
    _caucho_line_map.add(233, 245);
    _caucho_line_map.add(237, 250);
    _caucho_line_map.add(240, 254);
    _caucho_line_map.add("/admin/forum/include/pageTitle.jsp", 9, 257);
    _caucho_line_map.add(14, 259);
    _caucho_line_map.add(15, 261);
    _caucho_line_map.add(16, 263);
    _caucho_line_map.add(19, 267);
    _caucho_line_map.add(24, 269);
    _caucho_line_map.add("e:\\jnjt\\admin\\forum\\groupPerms.jsp", 241, 272);
    _caucho_line_map.add(246, 274);
    _caucho_line_map.add(253, 277);
    _caucho_line_map.add(254, 279);
    _caucho_line_map.add(257, 281);
    _caucho_line_map.add(267, 284);
    _caucho_line_map.add(268, 286);
    _caucho_line_map.add(269, 288);
    _caucho_line_map.add(270, 290);
    _caucho_line_map.add(271, 292);
    _caucho_line_map.add(272, 294);
    _caucho_line_map.add(272, 296);
    _caucho_line_map.add(273, 298);
    _caucho_line_map.add(305, 303);
    _caucho_line_map.add(306, 305);
    _caucho_line_map.add(309, 307);
    _caucho_line_map.add(319, 310);
    _caucho_line_map.add(320, 312);
    _caucho_line_map.add(321, 314);
    _caucho_line_map.add(322, 316);
    _caucho_line_map.add(323, 318);
    _caucho_line_map.add(324, 320);
    _caucho_line_map.add(324, 322);
    _caucho_line_map.add(325, 324);
    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/groupPerms.jsp"), 1029896954967L, 10736L);
    _caucho_depends.add(depend);
  }

  private static byte []_jsp_string2;
  private static byte []_jsp_string4;
  private static byte []_jsp_string26;
  private static byte []_jsp_string10;
  private static byte []_jsp_string19;
  private static byte []_jsp_string7;
  private static byte []_jsp_string5;
  private static byte []_jsp_string8;
  private static byte []_jsp_string23;
  private static byte []_jsp_string11;
  private static byte []_jsp_string17;
  private static byte []_jsp_string12;
  private static byte []_jsp_string3;
  private static byte []_jsp_string9;
  private static byte []_jsp_string0;
  private static byte []_jsp_string20;
  private static byte []_jsp_string24;
  private static byte []_jsp_string21;
  private static byte []_jsp_string14;
  private static byte []_jsp_string22;
  private static byte []_jsp_string15;
  private static byte []_jsp_string28;
  private static byte []_jsp_string18;
  private static byte []_jsp_string27;
  private static byte []_jsp_string13;
  private static byte []_jsp_string16;
  private static byte []_jsp_string1;
  private static byte []_jsp_string6;
  private static byte []_jsp_string25;
  static {
    _jsp_string2 = "\r\n \r\n".getBytes();
    _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	<script language=\"JavaScript\" type=\"text/javascript\">\r\n	<!--\r\n		function selAllListBox( el, chkbx ) {\r\n			if( chkbx.checked ) {\r\n				for( var i=0; i<el.options.length; i++ ) {\r\n					el.options[i].selected = true;\r\n				}\r\n			}\r\n		}\r\n	//-->\r\n	</script>\r\n</head>\r\n\r\n<body background=\"../images/background.gif\" bgcolor=\"#ffffff\" text=\"#000000\" link=\"#0000ff\" vlink=\"#800080\" alink=\"#ff0000\">\r\n".getBytes();
    _jsp_string26 = "\r\n	<table cellpadding=\"3\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n	<tr>\r\n		          <td width=\"50%\" align=\"center\"> 本组管理员:<br>\r\n			<select size=\"5\" name=\"groupAdmins\" multiple>\r\n			".getBytes();
    _jsp_string10 = "\r\n\r\n\r\n\r\n\r\n<p> <b>组权限:</b> ".getBytes();
    _jsp_string19 = "\r\n				<option value=\"".getBytes();
    _jsp_string7 = "\r\n			&nbsp;:&nbsp;\r\n		".getBytes();
    _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();
    _jsp_string8 = "\r\n	".getBytes();
    _jsp_string23 = "\r\n\r\n<p>\r\n\r\n".getBytes();
    _jsp_string11 = " \r\n<p>\r\n\r\n<form action=\"groupPerms.jsp\" method=\"post\"> \r\n<input type=\"hidden\" name=\"doAction\" value=\"true\">\r\n<input type=\"hidden\" name=\"group\" value=\"".getBytes();
    _jsp_string17 = "\r\n	<table cellpadding=\"3\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n	<tr>\r\n		          <td width=\"50%\" align=\"center\"> 本组中的成员:<br>\r\n			<select size=\"5\" name=\"groupUsers\" multiple>\r\n			".getBytes();
    _jsp_string12 = "\">\r\n\r\n".getBytes();
    _jsp_string3 = "\r\n\r\n\r\n".getBytes();
    _jsp_string9 = "\r\n	</span>\r\n	</td>\r\n	</table></td>\r\n	</table>\r\n".getBytes();
    _jsp_string0 = "\r\n".getBytes();
    _jsp_string20 = "\">".getBytes();
    _jsp_string24 = "%\"> 本组管理员</td>\r\n	".getBytes();
    _jsp_string21 = "\r\n			</select>\r\n			<br>\r\n			(<input type=\"checkbox\" name=\"\" value=\"\" id=\"cbusr01\"\r\n			  onclick=\"selAllListBox(this.form.groupUsers,this);\">\r\n                    <label for=\"cbusr01\">全选</label>) \r\n                    <p>\r\n			          <input type=\"submit\" name=\"groupUserMode\" value=\"删除\">\r\n		</td>\r\n		          <td width=\"50%\" align=\"center\"> 输入一个用户名把此用户加入到本组中<br>\r\n			<input type=\"text\" name=\"allUsersUsername\" value=\"\">\r\n			<br>\r\n			        <input type=\"submit\" name=\"groupUserMode\" value=\"加入\">\r\n		</td>\r\n	</tr>\r\n	</table>\r\n	".getBytes();
    _jsp_string14 = "%\"> 本组成员</td>\r\n	".getBytes();
    _jsp_string22 = "\r\n	\r\n	</td>\r\n</tr>\r\n</table>\r\n</td>\r\n</table>\r\n".getBytes();
    _jsp_string15 = "\r\n		    <td width=\"1%\" nowrap> <a href=\"createUser.jsp?type=user\">创建新用户</a> \r\n            </td>\r\n	".getBytes();
    _jsp_string28 = "\r\n\r\n<p>\r\n\r\n</form>\r\n\r\n<center>\r\n	<form action=\"groups.jsp\">\r\n	<input type=\"submit\" value=\"完成\">\r\n	</form>\r\n</center>\r\n\r\n</body>\r\n</html>\r\n\r\n\r\n\r\n".getBytes();
    _jsp_string18 = "\r\n			".getBytes();
    _jsp_string27 = "\r\n			</select>\r\n			<br>\r\n			(<input type=\"checkbox\" name=\"\" value=\"\" id=\"cbadm01\"\r\n			  onclick=\"selAllListBox(this.form.groupAdmins,this);\">\r\n                    全选<label for=\"cbadm01\"></label>) \r\n                    <p>\r\n			          <input type=\"submit\" name=\"groupAdminMode\" value=\"删除\">\r\n		</td>\r\n		          <td width=\"50%\" align=\"center\"> 所有管理员不在本组中:<br>\r\n			<input type=\"text\" name=\"allAdminsUsername\" value=\"\">\r\n			<br>\r\n			        <input type=\"submit\" name=\"groupAdminMode\" value=\"加入\">\r\n			<br>\r\n			<br>\r\n                    <font size=\"-2\"> <i> <font size=\"-1\">不能把一个组中的成员作为本组的管理员,如果要创建则必须<br>\r\n                    先从本组中删除此用户,再重新加入他们作为管理员</font></i> </font> </td>\r\n	</tr>\r\n	</table>\r\n	".getBytes();
    _jsp_string13 = "\r\n<table bgcolor=\"#666666\" cellpadding=\"0\" cellspacing=\"0\" width=\"80%\" align=\"center\" border=\"0\">\r\n<td>\r\n<table bgcolor=\"#666666\" cellpadding=\"3\" cellspacing=\"1\" width=\"100%\" align=\"center\" border=\"0\">\r\n<tr bgcolor=\"#eeeeee\">\r\n	        <td width=\"".getBytes();
    _jsp_string16 = "\r\n</tr>\r\n<tr bgcolor=\"#ffffff\">\r\n	<td colspan=\"2\">\r\n	\r\n	".getBytes();
    _jsp_string1 = "\r\n\r\n".getBytes();
    _jsp_string6 = "\r\n		".getBytes();
    _jsp_string25 = "\r\n		    <td width=\"1%\" nowrap> <a href=\"createUser.jsp?type=admin\">创建新管理员</a> \r\n            </td>\r\n	".getBytes();
  }
}

⌨️ 快捷键说明

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