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