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