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