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