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