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