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