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