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