273e421813f295d65aab512f508e8fb575d997d4gouldtj<%--
273e421813f295d65aab512f508e8fb575d997d4gouldtj DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
273e421813f295d65aab512f508e8fb575d997d4gouldtj
273e421813f295d65aab512f508e8fb575d997d4gouldtj Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
273e421813f295d65aab512f508e8fb575d997d4gouldtj
273e421813f295d65aab512f508e8fb575d997d4gouldtj The contents of this file are subject to the terms
273e421813f295d65aab512f508e8fb575d997d4gouldtj of the Common Development and Distribution License
273e421813f295d65aab512f508e8fb575d997d4gouldtj (the License). You may not use this file except in
273e421813f295d65aab512f508e8fb575d997d4gouldtj compliance with the License.
273e421813f295d65aab512f508e8fb575d997d4gouldtj
273e421813f295d65aab512f508e8fb575d997d4gouldtj You can obtain a copy of the License at
273e421813f295d65aab512f508e8fb575d997d4gouldtj https://opensso.dev.java.net/public/CDDLv1.0.html or
273e421813f295d65aab512f508e8fb575d997d4gouldtj opensso/legal/CDDLv1.0.txt
273e421813f295d65aab512f508e8fb575d997d4gouldtj See the License for the specific language governing
273e421813f295d65aab512f508e8fb575d997d4gouldtj permission and limitations under the License.
273e421813f295d65aab512f508e8fb575d997d4gouldtj
273e421813f295d65aab512f508e8fb575d997d4gouldtj When distributing Covered Code, include this CDDL
273e421813f295d65aab512f508e8fb575d997d4gouldtj Header Notice in each file and include the License file
273e421813f295d65aab512f508e8fb575d997d4gouldtj at opensso/legal/CDDLv1.0.txt.
273e421813f295d65aab512f508e8fb575d997d4gouldtj If applicable, add the following below the CDDL Header,
273e421813f295d65aab512f508e8fb575d997d4gouldtj with the fields enclosed by brackets [] replaced by
273e421813f295d65aab512f508e8fb575d997d4gouldtj your own identifying information:
273e421813f295d65aab512f508e8fb575d997d4gouldtj "Portions Copyrighted [year] [name of copyright owner]"
273e421813f295d65aab512f508e8fb575d997d4gouldtj
273e421813f295d65aab512f508e8fb575d997d4gouldtj $Id: AgentGroupMembers.jsp,v 1.3 2008/06/25 05:44:35 qcheng Exp $
273e421813f295d65aab512f508e8fb575d997d4gouldtj
273e421813f295d65aab512f508e8fb575d997d4gouldtj--%>
273e421813f295d65aab512f508e8fb575d997d4gouldtj
273e421813f295d65aab512f508e8fb575d997d4gouldtj<%@ page info="AgentGroupMembers" language="java" %>
273e421813f295d65aab512f508e8fb575d997d4gouldtj<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
273e421813f295d65aab512f508e8fb575d997d4gouldtj<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
<jato:useViewBean
className="com.sun.identity.console.agentconfig.AgentGroupMembersViewBean"
fireChildDisplayEvents="true" >
<cc:i18nbundle baseName="amConsole" id="amConsole"
locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2007" fireDisplayEvents="true">
<cc:form name="AgentGroupMembers" method="post" defaultCommandChild="/button1">
<script language="javascript">
function confirmLogout() {
return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
}
</script>
<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
<cc:tabs name="tabCommon" bundleID="amConsole" submitFormData="true" />
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td>
<cc:alertinline name="ialertCommon" bundleID="amConsole" />
</td>
</tr>
</table>
<%-- PAGE CONTENT --------------------------------------------------------- --%>
<cc:pagetitle name="pgtitleTwoBtns" bundleID="amConsole" pageTitleText="" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
<cc:spacer name="spacer" height="10" newline="true" />
<table border=0 cellpadding=10 cellspacing=0>
<tr><td>
<cc:text name="txtMembers" escape="false" />
</td></tr>
</table>
<cc:spacer name="spacer" height="10" newline="true" />
</cc:form>
</cc:header>
</jato:useViewBean>