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