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