ServicesSelect.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
5ae0e2c8b72fa44237edeb37d1945b1c3535ca39Automatic Updater DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
59dd3b3cd954239d98ef52cd26328856cb6f2975Automatic Updater Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater The contents of this file are subject to the terms
59dd3b3cd954239d98ef52cd26328856cb6f2975Automatic Updater of the Common Development and Distribution License
a3b428812703d22a605a9f882e71ed65f0ffdc65Mark Andrews (the License). You may not use this file except in
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater compliance with the License.
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews You can obtain a copy of the License at
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater https://opensso.dev.java.net/public/CDDLv1.0.html or
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater See the License for the specific language governing
5c0fc20d6e59216d9a142409e5fdb498153aeaa5Automatic Updater permission and limitations under the License.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews When distributing Covered Code, include this CDDL
56874aef380a64a2c183b7c282c3e7a361d67fa1Automatic Updater Header Notice in each file and include the License file
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews If applicable, add the following below the CDDL Header,
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews with the fields enclosed by brackets [] replaced by
04eba969cb9a54bbda2896db2067c07b2ac5ba16Automatic Updater your own identifying information:
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews "Portions Copyrighted [year] [name of copyright owner]"
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews $Id: ServicesSelect.jsp,v 1.3 2008/06/25 05:44:41 qcheng Exp $
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews<%@ page info="ServicesSelect" language="java" %>
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews<jato:useViewBean
fc3576328379e813ccf6b3a6e66d9bb701a79c83Automatic Updater className="com.sun.identity.console.idm.ServicesSelectViewBean"
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews fireChildDisplayEvents="true" >
bbb069be941f649228760edcc241122933c066d2Automatic Updater<cc:i18nbundle baseName="amConsole" id="amConsole"
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
3098364bcdd7a719fbafa5fc8d2cc9e90e5a5989Automatic Updater<script language="javascript" src="../console/js/am.js"></script>
3a6600c8d319275d73c36eb625f77103cd83e824Automatic Updater<cc:form name="ServicesSelect" method="post">
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews<script language="javascript">
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews function confirmLogout() {
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews<cc:breadcrumbs name="breadCrumb" bundleID="amConsole" />
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson<table border="0" cellpadding="10" cellspacing="0" width="100%">
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson <cc:alertinline name="ialertCommon" bundleID="amConsole" />
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont<%-- PAGE CONTENT --------------------------------------------------------- --%>
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont<cc:pagetitle name="pgtitleTwoBtns" bundleID="amConsole" pageTitleText="page.title.entities.addservice.select" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews<cc:propertysheet name="propertyAttributes" bundleID="amConsole" showJumpLinks="true"/>
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews</jato:useViewBean>