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

📄 _editgroup__jsp.java

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

      pageContext.write(_jsp_string6, 0, _jsp_string6.length);
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      
/**
 *	$RCSfile: groupChooser.jsp,v $
 *	$Revision: 1.2 $
 *	$Date: 2000/12/18 02:06:21 $
 */

      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      	/////////////////////
	// get an iterator of groups and display a list
	
	Iterator groupIterator = manager.groups();
	if( !groupIterator.hasNext() ) {

      pageContext.write(_jsp_string11, 0, _jsp_string11.length);
      
	}

      pageContext.write(_jsp_string12, 0, _jsp_string12.length);
      out.print(( formAction ));
      pageContext.write(_jsp_string13, 0, _jsp_string13.length);
      	while( groupIterator.hasNext() ) {
		Group group = (Group)groupIterator.next();

      pageContext.write(_jsp_string14, 0, _jsp_string14.length);
      out.print(( group.getID() ));
      pageContext.write(_jsp_string15, 0, _jsp_string15.length);
      out.print(( group.getName() ));
      pageContext.write(_jsp_string0, 0, _jsp_string0.length);
      	}

      pageContext.write(_jsp_string16, 0, _jsp_string16.length);
      	if( formAction.equals("edit") ) { 
      pageContext.write(_jsp_string17, 0, _jsp_string17.length);
      	} else if( formAction.equals("remove") ) { 
      pageContext.write(_jsp_string18, 0, _jsp_string18.length);
      	} 
      pageContext.write(_jsp_string19, 0, _jsp_string19.length);
      		out.flush();
		return;
	}

      pageContext.write(_jsp_string1, 0, _jsp_string1.length);
      pageContext.write(_jsp_string20, 0, _jsp_string20.length);
      out.print(( groupID ));
      pageContext.write(_jsp_string21, 0, _jsp_string21.length);
      pageContext.write(_jsp_string22, 0, _jsp_string22.length);
      out.print(( (name!=null)?name:"" ));
      pageContext.write(_jsp_string23, 0, _jsp_string23.length);
      pageContext.write(_jsp_string24, 0, _jsp_string24.length);
      out.print(( (description!=null)?description:"" ));
      pageContext.write(_jsp_string25, 0, _jsp_string25.length);
      pageContext.write(_jsp_string26, 0, _jsp_string26.length);
      	} catch( Exception e ) {
		System.err.println(e);
		e.printStackTrace();
	}

      pageContext.write(_jsp_string1, 0, _jsp_string1.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("_editgroup__jsp.java", "e:\\jnjt\\admin\\forum\\editGroup.jsp");
    _caucho_line_map.add("/admin/forum/editGroup.jsp", 10, 1);
    _caucho_line_map.add("/admin/forum/groupChooser.jsp", 9, 1);
    _caucho_line_map.add("/admin/forum/editGroup.jsp", 2, 32);
    _caucho_line_map.add(9, 40);
    _caucho_line_map.add(15, 42);
    _caucho_line_map.add(18, 51);
    _caucho_line_map.add(79, 111);
    _caucho_line_map.add(158, 183);
    _caucho_line_map.add(162, 188);
    _caucho_line_map.add(165, 192);
    _caucho_line_map.add("/admin/forum/include/pageTitle.jsp", 9, 195);
    _caucho_line_map.add(14, 197);
    _caucho_line_map.add(15, 199);
    _caucho_line_map.add(16, 201);
    _caucho_line_map.add(19, 205);
    _caucho_line_map.add(24, 207);
    _caucho_line_map.add("e:\\jnjt\\admin\\forum\\editGroup.jsp", 168, 210);
    _caucho_line_map.add(173, 216);
    _caucho_line_map.add("/admin/forum/groupChooser.jsp", 2, 217);
    _caucho_line_map.add(9, 225);
    _caucho_line_map.add(26, 243);
    _caucho_line_map.add(26, 245);
    _caucho_line_map.add(27, 247);
    _caucho_line_map.add("e:\\jnjt\\admin\\forum\\editGroup.jsp", 174, 256);
    _caucho_line_map.add(181, 262);
    _caucho_line_map.add(195, 265);
    _caucho_line_map.add(205, 268);
    _caucho_line_map.add(227, 271);
    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/groupChooser.jsp"), 1021630008000L, 790L);
    _caucho_depends.add(depend);
    depend = new com.caucho.vfs.Depend(mergePath.lookup("file:/e:/jnjt/admin/forum/editGroup.jsp"), 1029826670681L, 6076L);
    _caucho_depends.add(depend);
  }

  private static byte []_jsp_string2;
  private static byte []_jsp_string19;
  private static byte []_jsp_string21;
  private static byte []_jsp_string22;
  private static byte []_jsp_string11;
  private static byte []_jsp_string7;
  private static byte []_jsp_string5;
  private static byte []_jsp_string8;
  private static byte []_jsp_string23;
  private static byte []_jsp_string16;
  private static byte []_jsp_string20;
  private static byte []_jsp_string10;
  private static byte []_jsp_string12;
  private static byte []_jsp_string3;
  private static byte []_jsp_string25;
  private static byte []_jsp_string24;
  private static byte []_jsp_string9;
  private static byte []_jsp_string0;
  private static byte []_jsp_string15;
  private static byte []_jsp_string18;
  private static byte []_jsp_string17;
  private static byte []_jsp_string14;
  private static byte []_jsp_string26;
  private static byte []_jsp_string13;
  private static byte []_jsp_string1;
  private static byte []_jsp_string4;
  private static byte []_jsp_string6;
  static {
    try {
      _jsp_string2 = "\r\n \r\n".getBytes("GB2312");
      _jsp_string19 = "\r\n</form>\r\n\r\n\r\n".getBytes("GB2312");
      _jsp_string21 = "\">\r\n<input type=\"hidden\" name=\"doEdit\" value=\"true\">\r\n\r\n<b>修改组信息:</b>\r\n<p>\r\n\r\n<table bgcolor=\"#999999\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"95%\" align=\"right\">\r\n<td>\r\n<table bgcolor=\"#999999\" cellspacing=\"1\" cellpadding=\"3\" border=\"0\" width=\"100%\">\r\n\r\n".getBytes("GB2312");
      _jsp_string22 = "\r\n<tr bgcolor=\"#ffffff\">\r\n	        <td><font size=\"-1\"> 组 名:</font></td>\r\n	<td><input type=\"text\" name=\"groupName\" size=\"30\" maxlength=\"100\"\r\n		 value=\"".getBytes("GB2312");
      _jsp_string11 = "\r\n		没有组被修改!\r\n".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_string23 = "\">\r\n	</td>	\r\n</tr>\r\n\r\n".getBytes("GB2312");
      _jsp_string16 = "\r\n</select>\r\n".getBytes("GB2312");
      _jsp_string20 = "\r\n<form action=\"editGroup.jsp\" method=\"post\">\r\n<input type=\"hidden\" name=\"group\" value=\"".getBytes("GB2312");
      _jsp_string10 = "\r\n\r\n\r\n\r\n\r\n<p>\r\n\r\n".getBytes("GB2312");
      _jsp_string12 = "\r\n\r\n<form action=\"".getBytes("GB2312");
      _jsp_string3 = "\r\n\r\n\r\n".getBytes("GB2312");
      _jsp_string25 = "</textarea>\r\n	</td>	\r\n</tr>\r\n\r\n</table>\r\n</td>\r\n</table>\r\n<br clear=\"all\"><br>\r\n\r\n<p>\r\n<center>\r\n	<input type=\"submit\" value=\"更新\">\r\n	&nbsp;\r\n	<input type=\"submit\" value=\"取消\" onclick=\"location.href='groups.jsp';return false;\">\r\n</center>\r\n\r\n</form>\r\n".getBytes("GB2312");
      _jsp_string24 = "\r\n<tr bgcolor=\"#ffffff\">\r\n	<td><font size=\"-1\"> 说 明:<br>\r\n               (可选)</font></td>\r\n	<td>\r\n		<textarea name=\"groupDescription\" wrap=\"virtual\" cols=\"40\" rows=\"5\"\r\n 		>".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_string15 = "\">".getBytes("GB2312");
      _jsp_string18 = "\r\n	<input type=\"submit\" value=\"删除组...\">\r\n".getBytes("GB2312");
      _jsp_string17 = "\r\n	<input type=\"submit\" value=\"修改组...\">\r\n".getBytes("GB2312");
      _jsp_string14 = "\r\n		<option value=\"".getBytes("GB2312");
      _jsp_string26 = "\r\n\r\n</body>\r\n</html>\r\n\r\n".getBytes("GB2312");
      _jsp_string13 = "Group.jsp\">\r\n<select name=\"group\">\r\n".getBytes("GB2312");
      _jsp_string1 = "\r\n\r\n".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/background.gif\" bgcolor=\"#ffffff\" text=\"#000000\" link=\"#0000ff\" vlink=\"#800080\" alink=\"#ff0000\">\r\n".getBytes("GB2312");
      _jsp_string6 = "\r\n		".getBytes("GB2312");
    } catch (java.io.UnsupportedEncodingException e) {
      e.printStackTrace();
    }
  }
}

⌨️ 快捷键说明

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