RestSTSAdd.jsp revision a4544a5a0e622ef69e38641f87ab1b5685e05911
9N/A<%--
9N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
9N/A
9N/A Copyright 2014-2015 ForgeRock AS.
9N/A
9N/A The contents of this file are subject to the terms of the Common Development and
9N/A Distribution License (the License). You may not use this file except in compliance with the
9N/A License.
9N/A
9N/A You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
9N/A specific language governing permission and limitations under the License.
9N/A
9N/A When distributing Covered Code, include this CDDL Header Notice in each file and include
9N/A the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
9N/A Header, with the fields enclosed by brackets [] replaced by your own identifying
9N/A information: "Portions Copyrighted [year] [name of copyright owner]"
9N/A--%>
9N/A
9N/A<%@ page info="SCServiceProfile" language="java" %>
9N/A<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
9N/A<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
9N/A<jato:useViewBean
9N/A className="com.sun.identity.console.sts.RestSTSAddViewBean"
9N/A fireChildDisplayEvents="true" >
9N/A
16N/A <cc:i18nbundle baseName="amConsole" id="amConsole"
16N/A locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
16N/A
16N/A <cc:header name="hdrCommon"
16N/A pageTitle="webconsole.title"
16N/A bundleID="amConsole"
16N/A copyrightYear="2005"
16N/A fireDisplayEvents="true">
9N/A
16N/A <script language="javascript" src="../console/js/am.js"></script>
16N/A
16N/A <cc:form name="SCServiceProfile" method="post" defaultCommandChild="/button1" >
16N/A <jato:hidden name="szCache" />
16N/A <script language="javascript">
16N/A function confirmLogout() {
16N/A return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
16N/A }
</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=""
showPageTitleSeparator="true"
viewMenuLabel=""
pageTitleHelpMessage=""
showPageButtonsTop="true"
showPageButtonsBottom="true" >
<jato:content name="property">
<cc:propertysheet name="propertyAttributes" showJumpLinks="true" bundleID="amConsole" />
</jato:content>
</cc:pagetitle>
</cc:form>
</cc:header>
</jato:useViewBean>