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