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