SAMLv2AttrQuery.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
70N/A<%--
70N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
286N/A
70N/A * Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
70N/A
70N/A /* The contents of this file are subject to the terms
70N/A * of the Common Development and Distribution License
70N/A * (the License). You may not use this file except in
70N/A * compliance with the License.
70N/A *
70N/A * You can obtain a copy of the License at
70N/A * https://opensso.dev.java.net/public/CDDLv1.0.html or
70N/A * opensso/legal/CDDLv1.0.txt
70N/A * See the License for the specific language governing
70N/A * permission and limitations under the License.
70N/A *
70N/A * When distributing Covered Code, include this CDDL
70N/A * Header Notice in each file and include the License file
70N/A * at opensso/legal/CDDLv1.0.txt.
70N/A * If applicable, add the following below the CDDL Header,
70N/A * with the fields enclosed by brackets [] replaced by
70N/A * your own identifying information:
70N/A * "Portions Copyrighted [year] [name of copyright owner]"
70N/A *
70N/A * $Id: SAMLv2AttrQuery.jsp,v 1.2 2008/06/25 05:50:23 qcheng Exp $
70N/A *
70N/A */
70N/A --%>
70N/A
70N/A<%@ page info="SAMLv2AttrQuery" language="java" %>
475N/A<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
70N/A<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
70N/A<jato:useViewBean
70N/A className="com.sun.identity.console.federation.SAMLv2AttrQueryViewBean"
359N/A fireChildDisplayEvents="true" >
359N/A
359N/A<cc:i18nbundle baseName="amConsole" id="amConsole"
98N/A locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
321N/A
321N/A<cc:header
213N/A name="hdrCommon"
304N/A pageTitle="webconsole.title"
425N/A bundleID="amConsole"
425N/A copyrightYear="2008"
325N/A fireDisplayEvents="true">
456N/A
320N/A<script language="javascript" src="../console/js/am.js"></script>
332N/A
231N/A<cc:form name="SAMLv2Query" method="post" defaultCommandChild="/button1">
98N/A<jato:hidden name="szCache" />
347N/A
463N/A<%-- HEADER --%>
346N/A<script language="javascript">
425N/A function confirmLogout() {
472N/A return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
324N/A }
347N/A</script>
310N/A<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();"
316N/A locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
474N/A
290N/A<cc:tabs name="tabCommon" bundleID="amConsole" />
332N/A
464N/A<table border="0" cellpadding="10" cellspacing="0" width="100%">
332N/A <tr>
332N/A <td>
210N/A <cc:alertinline name="ialertCommon" bundleID="amConsole" />
128N/A </td>
414N/A </tr>
326N/A</table>
335N/A
425N/A<%-- PAGE CONTENT --%>
370N/A<cc:pagetitle name="pgtitle"
70N/A bundleID="amConsole"
400N/A pageTitleText=""
294N/A showPageTitleSeparator="true"
435N/A viewMenuLabel=""
98N/A pageTitleHelpMessage=""
434N/A showPageButtonsTop="true"
277N/A showPageButtonsBottom="true" >
433N/A
356N/A <cc:propertysheet name="propertyAttributes" bundleID="amConsole" showJumpLinks="true"/>
289N/A</cc:pagetitle>
326N/A
439N/A</cc:form>
469N/A</cc:header>
290N/A</jato:useViewBean>
424N/A