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