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