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