EntityServices.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
2521N/A<%--
2521N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2521N/A
2521N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
2521N/A
2521N/A The contents of this file are subject to the terms
2521N/A of the Common Development and Distribution License
2521N/A (the License). You may not use this file except in
2521N/A compliance with the License.
2521N/A
2521N/A You can obtain a copy of the License at
2521N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
2521N/A opensso/legal/CDDLv1.0.txt
2521N/A See the License for the specific language governing
2521N/A permission and limitations under the License.
2521N/A
2521N/A When distributing Covered Code, include this CDDL
2521N/A Header Notice in each file and include the License file
2521N/A at opensso/legal/CDDLv1.0.txt.
2521N/A If applicable, add the following below the CDDL Header,
2521N/A with the fields enclosed by brackets [] replaced by
2521N/A your own identifying information:
3699N/A "Portions Copyrighted [year] [name of copyright owner]"
2521N/A
3998N/A $Id: EntityServices.jsp,v 1.3 2008/06/25 05:44:40 qcheng Exp $
2521N/A
3998N/A--%>
3998N/A
3998N/A
2521N/A
2521N/A<%@ page info="EntityServices" language="java" %>
3998N/A<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
3998N/A<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
3998N/A<jato:useViewBean
2521N/A className="com.sun.identity.console.idm.EntityServicesViewBean"
2521N/A fireChildDisplayEvents="true" >
2521N/A
3998N/A<cc:i18nbundle baseName="amConsole" id="amConsole"
2521N/A locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
3533N/A
2521N/A<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
3998N/A
3998N/A<script language="javascript" src="../console/js/am.js"></script>
3998N/A
3998N/A<cc:form name="EntityServices" method="post">
3998N/A<script language="javascript">
3998N/A function confirmLogout() {
3998N/A return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
3998N/A }
3998N/A</script>
4010N/A<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
4010N/A<cc:breadcrumbs name="breadCrumb" bundleID="amConsole" />
3998N/A<cc:tabs name="tabCommon" bundleID="amConsole" submitFormData="true" />
3998N/A
3998N/A<table border="0" cellpadding="10" cellspacing="0" width="100%">
3998N/A <tr>
3998N/A <td>
3998N/A <cc:alertinline name="ialertCommon" bundleID="amConsole" />
3998N/A </td>
3998N/A </tr>
3998N/A</table>
3998N/A
3998N/A<%-- PAGE CONTENT --------------------------------------------------------- --%>
3998N/A<cc:pagetitle
3998N/A name="pgtitleTwoBtns"
3998N/A bundleID="amConsole"
3998N/A pageTitleText="page.title.entities.create"
3998N/A showPageTitleSeparator="true"
3998N/A viewMenuLabel=""
3998N/A pageTitleHelpMessage=""
3998N/A showPageButtonsTop="true"
3998N/A showPageButtonsBottom="false" />
3998N/A
3998N/A<cc:spacer name="spacer" height="10" newline="true" />
3998N/A
3998N/A<cc:actiontable
3998N/A name="tblSearch"
3998N/A title="table.entities.services.title.name"
3998N/A bundleID="amConsole"
3998N/A summary="table.entities.services.summary"
3998N/A empty="table.entities.services.empty.message"
3998N/A selectionType="multiple"
3998N/A showAdvancedSortingIcon="false"
3998N/A showLowerActions="false"
3998N/A showPaginationControls="false"
3998N/A showPaginationIcon="false"
3998N/A showSelectionIcons="true"
3998N/A selectionJavascript="toggleTblButtonState('EntityServices', 'EntityServices.tblSearch', 'tblButton', 'EntityServices.tblButtonDelete', this)"
3998N/A showSelectionSortIcon="false"
3998N/A showSortingRow="false" />
3998N/A
3998N/A<jato:hidden name="szCache" />
3998N/A</cc:form>
3998N/A</cc:header>
3998N/A</jato:useViewBean>
3998N/A</body>
3998N/A</html>
3998N/A