9512fe850e98fdd448c638ca63fdd92a8a510255ahl<%--
9512fe850e98fdd448c638ca63fdd92a8a510255ahl DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl The contents of this file are subject to the terms
9512fe850e98fdd448c638ca63fdd92a8a510255ahl of the Common Development and Distribution License
9512fe850e98fdd448c638ca63fdd92a8a510255ahl (the License). You may not use this file except in
9512fe850e98fdd448c638ca63fdd92a8a510255ahl compliance with the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl You can obtain a copy of the License at
9512fe850e98fdd448c638ca63fdd92a8a510255ahl https://opensso.dev.java.net/public/CDDLv1.0.html or
9512fe850e98fdd448c638ca63fdd92a8a510255ahl opensso/legal/CDDLv1.0.txt
9512fe850e98fdd448c638ca63fdd92a8a510255ahl See the License for the specific language governing
9512fe850e98fdd448c638ca63fdd92a8a510255ahl permission and limitations under the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl When distributing Covered Code, include this CDDL
9512fe850e98fdd448c638ca63fdd92a8a510255ahl Header Notice in each file and include the License file
9512fe850e98fdd448c638ca63fdd92a8a510255ahl at opensso/legal/CDDLv1.0.txt.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl If applicable, add the following below the CDDL Header,
9512fe850e98fdd448c638ca63fdd92a8a510255ahl with the fields enclosed by brackets [] replaced by
9512fe850e98fdd448c638ca63fdd92a8a510255ahl your own identifying information:
9512fe850e98fdd448c638ca63fdd92a8a510255ahl "Portions Copyrighted [year] [name of copyright owner]"
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl $Id: FSSAMLTargetURLsAdd.jsp,v 1.2 2008/06/25 05:50:21 qcheng Exp $
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl--%>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl<%@ page info="FSSAMLTargetURLsAdd" language="java" %>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl<jato:useViewBean
9512fe850e98fdd448c638ca63fdd92a8a510255ahl className="com.sun.identity.console.federation.FSSAMLTargetURLsAddViewBean"
9512fe850e98fdd448c638ca63fdd92a8a510255ahl fireChildDisplayEvents="true" >
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl<cc:i18nbundle baseName="amConsole"
9512fe850e98fdd448c638ca63fdd92a8a510255ahl id="amConsole"
9512fe850e98fdd448c638ca63fdd92a8a510255ahl locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
<cc:header name="hdrCommon"
pageTitle="webconsole.title"
bundleID="amConsole"
copyrightYear="2007"
fireDisplayEvents="true">
<cc:form name="FSSAMLTargetURLsAdd"
method="post"
defaultCommandChild="/button1" >
<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()%>"/>
<cc:breadcrumbs name="breadCrumb" bundleID="amConsole" />
<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="pgtitle"
bundleID="amConsole"
pageTitleText="page.title.SAML.addSiteID"
showPageTitleSeparator="true"
viewMenuLabel=""
pageTitleHelpMessage=""
showPageButtonsTop="true"
showPageButtonsBottom="false" />
<cc:propertysheet name="propertyAttributes"
bundleID="amConsole"
showJumpLinks="true" />
</cc:form>
</cc:header>
</jato:useViewBean>