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