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