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