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