IdentityMembershipConditionEdit.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
5ae0e2c8b72fa44237edeb37d1945b1c3535ca39Automatic Updater DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
59dd3b3cd954239d98ef52cd26328856cb6f2975Automatic Updater Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater The contents of this file are subject to the terms
59dd3b3cd954239d98ef52cd26328856cb6f2975Automatic Updater of the Common Development and Distribution License
a3b428812703d22a605a9f882e71ed65f0ffdc65Mark Andrews (the License). You may not use this file except in
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater compliance with the License.
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews You can obtain a copy of the License at
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater https://opensso.dev.java.net/public/CDDLv1.0.html or
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater See the License for the specific language governing
5c0fc20d6e59216d9a142409e5fdb498153aeaa5Automatic Updater permission and limitations under the License.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews When distributing Covered Code, include this CDDL
56874aef380a64a2c183b7c282c3e7a361d67fa1Automatic Updater Header Notice in each file and include the License file
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews If applicable, add the following below the CDDL Header,
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews with the fields enclosed by brackets [] replaced by
04eba969cb9a54bbda2896db2067c07b2ac5ba16Automatic Updater your own identifying information:
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews "Portions Copyrighted [year] [name of copyright owner]"
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews $Id: IdentityMembershipConditionEdit.jsp,v 1.3 2008/06/25 05:44:42 qcheng Exp $
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson<%@ page info="IdentityMembershipConditionEdit" language="java" %>
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater<jato:useViewBean
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews className="com.sun.identity.console.policy.IdentityMembershipConditionEditViewBean"
fc3576328379e813ccf6b3a6e66d9bb701a79c83Automatic Updater fireChildDisplayEvents="true" >
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews<cc:i18nbundle baseName="amConsole" id="amConsole"
bbb069be941f649228760edcc241122933c066d2Automatic Updater locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
3098364bcdd7a719fbafa5fc8d2cc9e90e5a5989Automatic Updater<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews<cc:form name="IdentityMembershipConditionEdit" method="post" defaultCommandChild="/btnFilter">
3098364bcdd7a719fbafa5fc8d2cc9e90e5a5989Automatic Updater<script language="javascript">
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews function confirmLogout() {
3a6600c8d319275d73c36eb625f77103cd83e824Automatic Updater return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson<cc:breadcrumbs name="breadCrumb" bundleID="amConsole" />
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews<table border="0" cellpadding="10" cellspacing="0" width="100%">
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson <cc:alertinline name="ialertCommon" bundleID="amConsole" />
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington<%-- PAGE CONTENT --------------------------------------------------------- --%>
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater<cc:pagetitle name="pgtitleTwoBtns" bundleID="amConsole" pageTitleText="page.title.policy.condition.create" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont<cc:propertysheet name="propertyAttributes" bundleID="amConsole" showJumpLinks="false"/>
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews</jato:useViewBean>