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