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