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