SessionPropertyConditionEdit.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
94802a6161b8574406d2193d93ab92aac2582e54fielding DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
94802a6161b8574406d2193d93ab92aac2582e54fielding Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
22ad84685642948ad15cc1e881ecbc4ac8cbf98cmanoj The contents of this file are subject to the terms
17a338a4533b34b88c4f6e8f41fa41fcd8e3f130jorton of the Common Development and Distribution License
94802a6161b8574406d2193d93ab92aac2582e54fielding (the License). You may not use this file except in
19a0b56289fd2580d7919d577c017e78bd843f09rbb compliance with the License.
1e5333ef1a0edb888d75c0cdd90b33fa7e89fc31wsanchez You can obtain a copy of the License at
893328ef6ff86d0ca27774778d84410353789fb0fielding https://opensso.dev.java.net/public/CDDLv1.0.html or
2c5635b0c7528fed8d89a15c53b44f9ef02a6384minfrin See the License for the specific language governing
2c5635b0c7528fed8d89a15c53b44f9ef02a6384minfrin permission and limitations under the License.
2c5635b0c7528fed8d89a15c53b44f9ef02a6384minfrin When distributing Covered Code, include this CDDL
2c5635b0c7528fed8d89a15c53b44f9ef02a6384minfrin Header Notice in each file and include the License file
2c5635b0c7528fed8d89a15c53b44f9ef02a6384minfrin If applicable, add the following below the CDDL Header,
893328ef6ff86d0ca27774778d84410353789fb0fielding with the fields enclosed by brackets [] replaced by
893328ef6ff86d0ca27774778d84410353789fb0fielding your own identifying information:
893328ef6ff86d0ca27774778d84410353789fb0fielding "Portions Copyrighted [year] [name of copyright owner]"
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz $Id: SessionPropertyConditionEdit.jsp,v 1.3 2008/06/25 05:44:44 qcheng Exp $
a0b7290c943904820ac9e7f604998c961121af63rpluem<%@ page info="SessionPropertyConditionEdit" language="java" %>
a0b7290c943904820ac9e7f604998c961121af63rpluem<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
a0b7290c943904820ac9e7f604998c961121af63rpluem<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
a0b7290c943904820ac9e7f604998c961121af63rpluem<jato:useViewBean
a0b7290c943904820ac9e7f604998c961121af63rpluem className="com.sun.identity.console.policy.SessionPropertyConditionEditViewBean"
a0b7290c943904820ac9e7f604998c961121af63rpluem fireChildDisplayEvents="true" >
212f76c9d798af2919790b5368ccb24af192e4b8aaron<cc:i18nbundle baseName="amConsole" id="amConsole"
212f76c9d798af2919790b5368ccb24af192e4b8aaron locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
212f76c9d798af2919790b5368ccb24af192e4b8aaron<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
29300cff04be8e942e6d3ba62637ba8cea5b697caaron<script language="javascript" src="../console/js/am.js"></script>
4a616f023dc6e6cc637e00926a619434f74f34f5aaron<script language="javascript">
4a616f023dc6e6cc637e00926a619434f74f34f5aaron function toggleTblButtonStateEx(obj) {
e0230a89cf151249dfa7917a8bfc434777faa180jerenkrantz toggleTblButtonState('SessionPropertyConditionEdit',
9d432e23f6025b78322cbee43e8e89262a108e5eaaron 'propertyCount',
9d432e23f6025b78322cbee43e8e89262a108e5eaaron 'SessionPropertyConditionEdit.tblPolicySessionButtonDelete',
105475009f541187ba7a14a367547d9404c578befielding<cc:form name="SessionPropertyConditionEdit" method="post" defaultCommandChild="/btnFilter">
105475009f541187ba7a14a367547d9404c578befielding<script language="javascript">
105475009f541187ba7a14a367547d9404c578befielding function confirmLogout() {
105475009f541187ba7a14a367547d9404c578befielding return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
105475009f541187ba7a14a367547d9404c578befielding<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
105475009f541187ba7a14a367547d9404c578befielding<cc:breadcrumbs name="breadCrumb" bundleID="amConsole" />
105475009f541187ba7a14a367547d9404c578befielding<table border="0" cellpadding="10" cellspacing="0" width="100%">
68f803c489cf61918fb4e61745fcd1e0cc980541jerenkrantz <cc:alertinline name="ialertCommon" bundleID="amConsole" />
0a2212da6843659e65c378c5201e6612be625731sf<%-- PAGE CONTENT --------------------------------------------------------- --%>
0a2212da6843659e65c378c5201e6612be625731sf<cc:pagetitle name="pgtitleTwoBtns" bundleID="amConsole" pageTitleText="page.title.policy.condition.edit" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
105475009f541187ba7a14a367547d9404c578befielding<cc:propertysheet name="propertyAttributes" bundleID="amConsole" showJumpLinks="false"/>
a73ba46a065981bb811babaf5bbeaed9da2619e6trawick</cc:header>
a73ba46a065981bb811babaf5bbeaed9da2619e6trawick</jato:useViewBean>