FSSAMLTargetURLsAdd.jsp revision 984ea967792540448d05fba2ac6fad5dadf91fd6
609N/A<%--
609N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
609N/A
609N/A Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
609N/A
609N/A The contents of this file are subject to the terms
609N/A of the Common Development and Distribution License
609N/A (the License). You may not use this file except in
609N/A compliance with the License.
609N/A
609N/A You can obtain a copy of the License at
609N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
609N/A opensso/legal/CDDLv1.0.txt
609N/A See the License for the specific language governing
609N/A permission and limitations under the License.
609N/A
609N/A When distributing Covered Code, include this CDDL
609N/A Header Notice in each file and include the License file
609N/A at opensso/legal/CDDLv1.0.txt.
609N/A If applicable, add the following below the CDDL Header,
609N/A with the fields enclosed by brackets [] replaced by
609N/A your own identifying information:
609N/A "Portions Copyrighted [year] [name of copyright owner]"
609N/A
609N/A $Id: FSSAMLTargetURLsAdd.jsp,v 1.2 2008/06/25 05:50:21 qcheng Exp $
609N/A
--%>
<%@ page info="FSSAMLTargetURLsAdd" language="java" %>
<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
<jato:useViewBean
className="com.sun.identity.console.federation.FSSAMLTargetURLsAddViewBean"
fireChildDisplayEvents="true" >
<cc:i18nbundle baseName="amConsole"
id="amConsole"
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>