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