ServicesSelect.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews<%--
5ae0e2c8b72fa44237edeb37d1945b1c3535ca39Automatic Updater DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5ae0e2c8b72fa44237edeb37d1945b1c3535ca39Automatic Updater
59dd3b3cd954239d98ef52cd26328856cb6f2975Automatic Updater Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
59dd3b3cd954239d98ef52cd26328856cb6f2975Automatic Updater
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.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews You can obtain a copy of the License at
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater https://opensso.dev.java.net/public/CDDLv1.0.html or
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington opensso/legal/CDDLv1.0.txt
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater See the License for the specific language governing
5c0fc20d6e59216d9a142409e5fdb498153aeaa5Automatic Updater permission and limitations under the License.
56874aef380a64a2c183b7c282c3e7a361d67fa1Automatic Updater
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews When distributing Covered Code, include this CDDL
56874aef380a64a2c183b7c282c3e7a361d67fa1Automatic Updater Header Notice in each file and include the License file
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews at opensso/legal/CDDLv1.0.txt.
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]"
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews $Id: ServicesSelect.jsp,v 1.3 2008/06/25 05:44:41 qcheng Exp $
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews--%>
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson
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" >
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews
bbb069be941f649228760edcc241122933c066d2Automatic Updater<cc:i18nbundle baseName="amConsole" id="amConsole"
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
3098364bcdd7a719fbafa5fc8d2cc9e90e5a5989Automatic Updater
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews
3098364bcdd7a719fbafa5fc8d2cc9e90e5a5989Automatic Updater<script language="javascript" src="../console/js/am.js"></script>
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews
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"/>");
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson }
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews</script>
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" />
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson<table border="0" cellpadding="10" cellspacing="0" width="100%">
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews <tr>
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews <td>
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson <cc:alertinline name="ialertCommon" bundleID="amConsole" />
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews </td>
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington </tr>
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater</table>
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
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" />
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews<cc:propertysheet name="propertyAttributes" bundleID="amConsole" showJumpLinks="true"/>
6f046a065e5543f8cd7e2f24991c65d2372f4c8dMark Andrews
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews</cc:form>
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews</cc:header>
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews</jato:useViewBean>
a8644ebab678a1de66cbfaabb513651a739958afAutomatic Updater</body>
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews</html>
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews