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