SMProfile.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
6bdda696b3ea703c47e87fea61017ec655f91d92nd<%--
6bdda696b3ea703c47e87fea61017ec655f91d92nd DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd The contents of this file are subject to the terms
6bdda696b3ea703c47e87fea61017ec655f91d92nd of the Common Development and Distribution License
6bdda696b3ea703c47e87fea61017ec655f91d92nd (the License). You may not use this file except in
6bdda696b3ea703c47e87fea61017ec655f91d92nd compliance with the License.
6bdda696b3ea703c47e87fea61017ec655f91d92nd
0662ed52e814f8f08ef0e09956413a792584eddffuankg You can obtain a copy of the License at
6bdda696b3ea703c47e87fea61017ec655f91d92nd https://opensso.dev.java.net/public/CDDLv1.0.html or
6bdda696b3ea703c47e87fea61017ec655f91d92nd opensso/legal/CDDLv1.0.txt
6bdda696b3ea703c47e87fea61017ec655f91d92nd See the License for the specific language governing
6bdda696b3ea703c47e87fea61017ec655f91d92nd permission and limitations under the License.
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd When distributing Covered Code, include this CDDL
6bdda696b3ea703c47e87fea61017ec655f91d92nd Header Notice in each file and include the License file
6bdda696b3ea703c47e87fea61017ec655f91d92nd at opensso/legal/CDDLv1.0.txt.
6bdda696b3ea703c47e87fea61017ec655f91d92nd If applicable, add the following below the CDDL Header,
16b55a35cff91315d261d1baa776138af465c4e4fuankg with the fields enclosed by brackets [] replaced by
16b55a35cff91315d261d1baa776138af465c4e4fuankg your own identifying information:
16b55a35cff91315d261d1baa776138af465c4e4fuankg "Portions Copyrighted [year] [name of copyright owner]"
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd $Id: SMProfile.jsp,v 1.4 2008/07/22 21:43:09 babysunil Exp $
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd--%>
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd<%@ page info="SMProfile" language="java" %>
6bdda696b3ea703c47e87fea61017ec655f91d92nd<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
6bdda696b3ea703c47e87fea61017ec655f91d92nd<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
6bdda696b3ea703c47e87fea61017ec655f91d92nd<jato:useViewBean
6bdda696b3ea703c47e87fea61017ec655f91d92nd className="com.sun.identity.console.session.SMProfileViewBean"
6bdda696b3ea703c47e87fea61017ec655f91d92nd fireChildDisplayEvents="true" >
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd<cc:i18nbundle baseName="amConsole" id="amConsole"
6bdda696b3ea703c47e87fea61017ec655f91d92nd locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true" onLoad="initView()">
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd<script language="javascript" src="../console/js/am.js">
6bdda696b3ea703c47e87fea61017ec655f91d92nd</script>
6bdda696b3ea703c47e87fea61017ec655f91d92nd<script language="javascript">
6bdda696b3ea703c47e87fea61017ec655f91d92nd function initView() {
6bdda696b3ea703c47e87fea61017ec655f91d92nd ccSetButtonDisabled('SMProfile.tblButtonInvalidate', 'SMProfile', true);
6bdda696b3ea703c47e87fea61017ec655f91d92nd }
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd <jato:content name="toLogout">
6bdda696b3ea703c47e87fea61017ec655f91d92nd location.replace('<cc:text name="logoutUrl"/>');
6bdda696b3ea703c47e87fea61017ec655f91d92nd </jato:content>
6bdda696b3ea703c47e87fea61017ec655f91d92nd</script>
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd<cc:form name="SMProfile" method="post" defaultCommandChild="/btnSearch">
6bdda696b3ea703c47e87fea61017ec655f91d92nd<jato:hidden name="szCache" />
6bdda696b3ea703c47e87fea61017ec655f91d92nd
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg<%-- HEADER --------------------------------------------------------------- --%>
6bdda696b3ea703c47e87fea61017ec655f91d92nd<script language="javascript">
6bdda696b3ea703c47e87fea61017ec655f91d92nd function confirmLogout() {
6bdda696b3ea703c47e87fea61017ec655f91d92nd return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
6bdda696b3ea703c47e87fea61017ec655f91d92nd }
6bdda696b3ea703c47e87fea61017ec655f91d92nd</script>
6bdda696b3ea703c47e87fea61017ec655f91d92nd<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
6bdda696b3ea703c47e87fea61017ec655f91d92nd<cc:tabs name="tabCommon" bundleID="amConsole" />
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd<table border="0" cellpadding="10" cellspacing="0" width="100%">
6bdda696b3ea703c47e87fea61017ec655f91d92nd <tr>
6bdda696b3ea703c47e87fea61017ec655f91d92nd <td>
6bdda696b3ea703c47e87fea61017ec655f91d92nd <cc:alertinline name="ialertCommon" bundleID="amConsole" />
6bdda696b3ea703c47e87fea61017ec655f91d92nd </td>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg </tr>
6bdda696b3ea703c47e87fea61017ec655f91d92nd</table>
6bdda696b3ea703c47e87fea61017ec655f91d92nd<table border="0" cellpadding="0" cellspacing="0">
6bdda696b3ea703c47e87fea61017ec655f91d92nd<tr>
6bdda696b3ea703c47e87fea61017ec655f91d92nd <td width="97%" align="right">
6bdda696b3ea703c47e87fea61017ec655f91d92nd <cc:label name="lblServer" bundleID="amConsole" defaultValue="label.serverName" elementName="serverNameMenu"/>:
6bdda696b3ea703c47e87fea61017ec655f91d92nd &nbsp;
6bdda696b3ea703c47e87fea61017ec655f91d92nd </td>
6bdda696b3ea703c47e87fea61017ec655f91d92nd <td width="1%" >
6bdda696b3ea703c47e87fea61017ec655f91d92nd <cc:dropdownmenu name="serverNameMenu"
6bdda696b3ea703c47e87fea61017ec655f91d92nd bundleID="amConsole" commandChild="serverNameHref" type="jump" />
6bdda696b3ea703c47e87fea61017ec655f91d92nd </td>
6bdda696b3ea703c47e87fea61017ec655f91d92nd <td width="2%">&nbsp</td>
6bdda696b3ea703c47e87fea61017ec655f91d92nd</tr>
6bdda696b3ea703c47e87fea61017ec655f91d92nd</table>
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd<%-- PAGE CONTENT --------------------------------------------------------- --%>
6bdda696b3ea703c47e87fea61017ec655f91d92nd<cc:pagetitle name="pgtitle" bundleID="amConsole" pageTitleText="page.title.currentSessions" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd<table border="0" cellpadding="0" cellspacing="0">
6bdda696b3ea703c47e87fea61017ec655f91d92nd <tr>
6bdda696b3ea703c47e87fea61017ec655f91d92nd <td><cc:spacer name="spacer" height="1" width="10" newline="false" /></td>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg <td><cc:label name ="lblFilter" elementName="tfFilter" /><cc:textfield name="tfFilter" defaultValue="*" /></td>
6bdda696b3ea703c47e87fea61017ec655f91d92nd <td><cc:spacer name="spacer" height="1" width="3" newline="false" /></td>
6bdda696b3ea703c47e87fea61017ec655f91d92nd <td><cc:button name="btnSearch" bundleID="amConsole" defaultValue="button.search" type="primary" onClick="document.forms['SMProfile'].submit();" /></td>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg </tr>
6bdda696b3ea703c47e87fea61017ec655f91d92nd</table>
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd<cc:spacer name="spacer" height="10" newline="true" />
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd<cc:actiontable
6bdda696b3ea703c47e87fea61017ec655f91d92nd name="tblSessions"
6bdda696b3ea703c47e87fea61017ec655f91d92nd title="table.sessions.title.name"
6bdda696b3ea703c47e87fea61017ec655f91d92nd bundleID="amConsole"
6bdda696b3ea703c47e87fea61017ec655f91d92nd summary="table.sessions.summary"
6bdda696b3ea703c47e87fea61017ec655f91d92nd empty="table.sessions.empty.message"
6bdda696b3ea703c47e87fea61017ec655f91d92nd selectionType="multiple"
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg showAdvancedSortingIcon="false"
0662ed52e814f8f08ef0e09956413a792584eddffuankg showLowerActions="false"
6bdda696b3ea703c47e87fea61017ec655f91d92nd showPaginationControls="true"
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg showPaginationIcon="true"
6bdda696b3ea703c47e87fea61017ec655f91d92nd showSelectionIcons="true"
6bdda696b3ea703c47e87fea61017ec655f91d92nd selectionJavascript="toggleTblButtonState('SMProfile', 'SMProfile.tblSessions', 'tblSessions', 'SMProfile.tblButtonInvalidate', this)"
6bdda696b3ea703c47e87fea61017ec655f91d92nd showSelectionSortIcon="false"
6bdda696b3ea703c47e87fea61017ec655f91d92nd showSortingRow="false" />
6bdda696b3ea703c47e87fea61017ec655f91d92nd</cc:form>
6bdda696b3ea703c47e87fea61017ec655f91d92nd
6bdda696b3ea703c47e87fea61017ec655f91d92nd</cc:header>
6bdda696b3ea703c47e87fea61017ec655f91d92nd</jato:useViewBean>
6bdda696b3ea703c47e87fea61017ec655f91d92nd