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