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