RuleNoResourceEdit.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
557a0ad5156aefc96dce27978a920eadf85c9d55Mark Andrews DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
c40265eba0c99708887d68e67901924065ba2514Brian Wellington The contents of this file are subject to the terms
c40265eba0c99708887d68e67901924065ba2514Brian Wellington of the Common Development and Distribution License
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein (the License). You may not use this file except in
af5073d03288a53b646ec3b807ac25ced64d7879Mark Andrews compliance with the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein You can obtain a copy of the License at
af5073d03288a53b646ec3b807ac25ced64d7879Mark Andrews https://opensso.dev.java.net/public/CDDLv1.0.html or
af5073d03288a53b646ec3b807ac25ced64d7879Mark Andrews See the License for the specific language governing
af5073d03288a53b646ec3b807ac25ced64d7879Mark Andrews permission and limitations under the License.
285254345ce5ab270848f8c11f7be146793f1e00Mark Andrews 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
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews your own identifying information:
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein "Portions Copyrighted [year] [name of copyright owner]"
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews $Id: RuleNoResourceEdit.jsp,v 1.3 2008/06/25 05:44:44 qcheng Exp $
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<%@ page info="RuleNoResourceEdit" language="java" %>
3b4098640dd85040270f39b9a5ee5e22de99d3d6Mark Andrews<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
3b4098640dd85040270f39b9a5ee5e22de99d3d6Mark Andrews<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<jato:useViewBean
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein className="com.sun.identity.console.policy.RuleNoResourceEditViewBean"
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews 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">
7208386cd37a2092c70eddf80cf29519b16c4c80Mark Andrews<cc:form name="RuleNoResourceEdit" method="post" defaultCommandChild="/button1">
7208386cd37a2092c70eddf80cf29519b16c4c80Mark Andrews<script language="javascript">
7208386cd37a2092c70eddf80cf29519b16c4c80Mark Andrews function confirmLogout() {
7208386cd37a2092c70eddf80cf29519b16c4c80Mark Andrews return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
7208386cd37a2092c70eddf80cf29519b16c4c80Mark Andrews<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
7208386cd37a2092c70eddf80cf29519b16c4c80Mark Andrews<cc:breadcrumbs name="breadCrumb" bundleID="amConsole" />
7208386cd37a2092c70eddf80cf29519b16c4c80Mark Andrews<table border="0" cellpadding="10" cellspacing="0" width="100%">
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein <cc:alertinline name="ialertCommon" bundleID="amConsole" />
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<%-- PAGE CONTENT --------------------------------------------------------- --%>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<cc:pagetitle name="pgtitleThreeBtns" bundleID="amConsole" pageTitleText="page.title.policy.rule.edit" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<cc:propertysheet name="propertyAttributes" bundleID="amConsole" showJumpLinks="false"/>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein</jato:useViewBean>