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