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