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