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