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