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