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