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