AgentConfigInherit.jsp revision 984ea967792540448d05fba2ac6fad5dadf91fd6
3680N/A<%--
3680N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3680N/A
3680N/A Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
3680N/A
3680N/A The contents of this file are subject to the terms
3680N/A of the Common Development and Distribution License
3680N/A (the License). You may not use this file except in
3680N/A compliance with the License.
3680N/A
3680N/A You can obtain a copy of the License at
3680N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
3680N/A opensso/legal/CDDLv1.0.txt
3680N/A See the License for the specific language governing
3680N/A permission and limitations under the License.
3680N/A
3680N/A When distributing Covered Code, include this CDDL
3680N/A Header Notice in each file and include the License file
3680N/A at opensso/legal/CDDLv1.0.txt.
3680N/A If applicable, add the following below the CDDL Header,
5680N/A with the fields enclosed by brackets [] replaced by
3680N/A your own identifying information:
5680N/A "Portions Copyrighted [year] [name of copyright owner]"
5680N/A
5680N/A $Id: AgentConfigInherit.jsp,v 1.6 2008/08/06 14:16:43 veiming Exp $
3680N/A
3680N/A--%>
3680N/A
3886N/A<%@ page info="AgentConfigInherit" language="java" %>
3680N/A<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
3886N/A<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
3680N/A<jato:useViewBean
3680N/A className="com.sun.identity.console.agentconfig.AgentConfigInheritViewBean"
3886N/A fireChildDisplayEvents="true" >
3680N/A
3680N/A<cc:i18nbundle baseName="amConsole" id="amConsole"
3886N/A locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
3680N/A
5680N/A<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2007" fireDisplayEvents="true">
5680N/A
3680N/A<cc:form name="AgentConfigInherit" method="post" defaultCommandChild="/button1">
3680N/A<script language="javascript">
3680N/A function confirmLogout() {
3680N/A return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
5680N/A }
7174N/A</script>
7174N/A<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
3680N/A<jato:hidden name="szCache" />
3680N/A
3680N/A<table border="0" cellpadding="10" cellspacing="0" width="100%">
3680N/A <tr>
3680N/A <td>
3680N/A <cc:alertinline name="ialertCommon" bundleID="amConsole" />
3680N/A </td>
3680N/A </tr>
3686N/A</table>
3686N/A
3686N/A<%-- PAGE CONTENT --------------------------------------------------------- --%>
3686N/A<cc:pagetitle name="pgtitleThreeBtns" bundleID="amConsole" pageTitleText="page.title.agent.inheritance" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
3686N/A
3686N/A<cc:spacer name="spacer" height="10" newline="true" />
3686N/A
3686N/A<table border="0" cellpadding="10" cellspacing="0" width="100%">
3686N/A <tr>
3686N/A <td>
4204N/A <cc:helpinline type="page">
5680N/A <cc:text name="StaticText"
4204N/A bundleID="amConsole"
4204N/A defaultValue="table.agent.inherit.inline.help" />
4204N/A </cc:helpinline>
4204N/A </td>
4204N/A </tr>
4204N/A</table>
4204N/A
3886N/A<cc:spacer name="spacer" height="10" newline="true" />
3817N/A
3817N/A<cc:actiontable
3817N/A name="tblPropertyNames"
title="table.agent.inherit.title.name"
bundleID="amConsole"
summary="table.agent.inherit.summary"
empty="table.agent.inherit.empty.message"
selectionType="multiple"
showAdvancedSortingIcon="false"
showLowerActions="false"
showPaginationControls="false"
showPaginationIcon="false"
showSelectionIcons="true"
selectionJavascript=""
showSelectionSortIcon="false"
showSortingRow="false" />
</cc:form>
</cc:header>
</jato:useViewBean>