ServicesSelect.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
5cd4555ad444fd391002ae32450572054369fd42Rob Austein DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews The contents of this file are subject to the terms
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson of the Common Development and Distribution License
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater (the License). You may not use this file except in
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson compliance with the License.
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson 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,
030aac3dbc57f99bad1d251b0783890ff0369952Automatic Updater with the fields enclosed by brackets [] replaced by
072440df4f65033eb058c06f2cc72be450606720Jeremy Reed your own identifying information:
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein "Portions Copyrighted [year] [name of copyright owner]"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein $Id: ServicesSelect.jsp,v 1.3 2008/06/25 05:44:49 qcheng Exp $
072440df4f65033eb058c06f2cc72be450606720Jeremy Reed<%@ page info="ServicesSelect" language="java" %>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<jato:useViewBean
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein className="com.sun.identity.console.realm.ServicesSelectViewBean"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein fireChildDisplayEvents="true" >
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<cc:i18nbundle baseName="amConsole" id="amConsole"
26e2a07a0b6a3b1eccef82ba31270d0c54ad4f06Mark Andrews locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
030aac3dbc57f99bad1d251b0783890ff0369952Automatic Updater<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<cc:form name="ServicesSelect" method="post" defaultCommandChild="/button1">
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<script language="javascript">
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein function confirmLogout() {
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews<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" />
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<table border="0" cellpadding="10" cellspacing="0" width="100%">
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <cc:alertinline name="ialertCommon" bundleID="amConsole" />
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<%-- PAGE CONTENT --------------------------------------------------------- --%>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<cc:pagetitle name="pgtitleTwoBtns" bundleID="amConsole" pageTitleText="page.title.services.select" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein<cc:propertysheet name="propertyAttributes" bundleID="amConsole" showJumpLinks="true"/>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein</jato:useViewBean>