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