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