Services.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
5cd4555ad444fd391002ae32450572054369fd42Rob Austein DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews The contents of this file are subject to the terms
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington of the Common Development and Distribution License
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater (the License). You may not use this file except in
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington compliance with the License.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington You can obtain a copy of the License at
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews https://opensso.dev.java.net/public/CDDLv1.0.html or
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews See the License for the specific language governing
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews permission and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews When distributing Covered Code, include this CDDL
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews Header Notice in each file and include the License file
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews If applicable, add the following below the CDDL Header,
a93a66f61872a92ef4a272ca998aaff954ab4fedEvan Hunt with the fields enclosed by brackets [] replaced by
b5ad6dfea4cc3e7d1d322ac99f1e5a31096837c4Mark Andrews your own identifying information:
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington "Portions Copyrighted [year] [name of copyright owner]"
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington $Id: Services.jsp,v 1.3 2008/06/25 05:44:48 qcheng Exp $
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington<%@ page info="Services" language="java" %>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington<jato:useViewBean
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington className="com.sun.identity.console.realm.ServicesViewBean"
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington fireChildDisplayEvents="true" >
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<cc:i18nbundle baseName="amConsole" id="amConsole"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
4b3f3cc67135e676a9b3b688685fb59e3494b0e6Mark Andrews<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
3398334b3acda24b086957286288ca9852662b12Automatic Updater<script language="javascript" src="../console/js/am.js"></script>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<cc:form name="Services" method="post" defaultCommandChild="/tblButtonAdd">
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<jato:hidden name="szCache" />
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<script language="javascript">
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein function confirmLogout() {
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<cc:breadcrumbs name="breadCrumb" bundleID="amConsole" />
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington<cc:tabs name="tabCommon" bundleID="amConsole" />
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington<table border="0" cellpadding="10" cellspacing="0" width="100%">
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <cc:alertinline name="ialertCommon" bundleID="amConsole" />
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt<table border="0" cellpadding="0" cellspacing="0">
50105afc551903541608b11851d73278b23579a3Mark Andrews <td align="left">
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <cc:breadcrumbs name="parentagepath" bundleID="amConsole" />
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews <div class="BcmWhtDiv">
6e8a8077faf96d8da0b6cf738913f5f1f86e4008Mark Andrews <cc:text name="txtRoot" bundleID="amConsole" />
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington<%-- PAGE CONTENT --------------------------------------------------------- --%>
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt<cc:pagetitle
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews name="pgtitle"
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt bundleID="amConsole"
fb596cc9af28ab5bf71c6796ebd1809654307a08Evan Hunt showPageTitleSeparator="true"
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington viewMenuLabel=""
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews pageTitleHelpMessage=""
6098d364b690cb9dabf96e9664c4689c8559bd2eMark Andrews showPageButtonsTop="true"
6098d364b690cb9dabf96e9664c4689c8559bd2eMark Andrews showPageButtonsBottom="false" />
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington<cc:spacer name="spacer" height="10" newline="true" />
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington<cc:actiontable
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington name="tblSearch"
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington bundleID="amConsole"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein selectionType="multiple"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein showAdvancedSortingIcon="false"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein showLowerActions="false"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein showPaginationControls="false"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein showPaginationIcon="false"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein showSelectionIcons="true"
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington selectionJavascript="toggleTblButtonState('Services', 'Services.tblSearch', 'tblButton', 'Services.tblButtonDelete', this)"
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington showSelectionSortIcon="false"
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington showSortingRow="false" />
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington</jato:useViewBean>