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