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