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