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