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