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