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