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