MAPClientManager.jsp revision 984ea967792540448d05fba2ac6fad5dadf91fd6
dbb33756bd786e9432e18ec7be93f8c416e1b492Jon A. Cruz DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
e9b6af083e34e2397a8ddbe9781920733d09d151Ted Gould Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
5ef6cb9428f2e6f5457e890a1c3b37f53730c07aFelipe C. da S. Sanches The contents of this file are subject to the terms
9dc68827cbd515262ecb8d5ae8547d9e82c72e00Jon A. Cruz of the Common Development and Distribution License
9dc68827cbd515262ecb8d5ae8547d9e82c72e00Jon A. Cruz (the License). You may not use this file except in
815dc8cd4a3e73c0140640c566be6ec2732d9b14JucaBlues compliance with the License.
815dc8cd4a3e73c0140640c566be6ec2732d9b14JucaBlues You can obtain a copy of the License at
815dc8cd4a3e73c0140640c566be6ec2732d9b14JucaBlues https://opensso.dev.java.net/public/CDDLv1.0.html or
815dc8cd4a3e73c0140640c566be6ec2732d9b14JucaBlues See the License for the specific language governing
815dc8cd4a3e73c0140640c566be6ec2732d9b14JucaBlues permission and limitations under the License.
815dc8cd4a3e73c0140640c566be6ec2732d9b14JucaBlues When distributing Covered Code, include this CDDL
1b3a8414f17dc95fc921d999ea715c99d10dd4aaAlex Valavanis Header Notice in each file and include the License file
47badd0035ae8c9135c51444f3770b17ae504ddaAlex Valavanis If applicable, add the following below the CDDL Header,
94ba79f0006969bce39d02ff2ba1215947263bcaJucaBlues with the fields enclosed by brackets [] replaced by
b79d6db1e3c33ae7338e755a9d108fe673c1347fAlex Valavanis your own identifying information:
cff0a1487c551f4d21d1d6da1c81335435814675Alex Valavanis "Portions Copyrighted [year] [name of copyright owner]"
98e268215bf9efe03f82cb5bde882635a8172d8fJucaBlues $Id: MAPClientManager.jsp,v 1.3 2008/07/22 21:42:48 babysunil Exp $
769a6887551cf7ff7bce4b48d3ac303cbea69507Liam P. White<%@ page info="SCCore" language="java" %>
9ba77856a8823f85b53c0a861d220cd0347f2754Liam P. White<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
1b3a8414f17dc95fc921d999ea715c99d10dd4aaAlex Valavanis<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
5a0c9c0d523287747d281c61c78cb529b1118778Alex Valavanis<jato:useViewBean
5a0c9c0d523287747d281c61c78cb529b1118778Alex Valavanis className="com.sun.identity.console.service.MAPClientManagerViewBean"
5a0c9c0d523287747d281c61c78cb529b1118778Alex Valavanis fireChildDisplayEvents="true" >
815dc8cd4a3e73c0140640c566be6ec2732d9b14JucaBlues<cc:i18nbundle baseName="amConsole" id="amConsole"
92eb663500564c06258bc74260952f9fe89258d1Alex Valavanis locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
92eb663500564c06258bc74260952f9fe89258d1Alex Valavanis<cc:header name="hdrCommon"
f8965a46fbb5b79bc124778df26d3526e5ac5441Kris bundleID="amConsole"
f8965a46fbb5b79bc124778df26d3526e5ac5441Kris copyrightYear="2004"
f8965a46fbb5b79bc124778df26d3526e5ac5441Kris fireDisplayEvents="true">
f8965a46fbb5b79bc124778df26d3526e5ac5441Kris<cc:form name="MAPClientManager" method="post" defaultCommandChild="/btnSearch">
a7b2d0eab58019b3222f3e9bce409d03a1d99400JucaBlues<cc:secondarymasthead name="secMhCommon" />
f8965a46fbb5b79bc124778df26d3526e5ac5441Kris<cc:tabs name="tabClientDetection" bundleID="amConsole" />
a7b2d0eab58019b3222f3e9bce409d03a1d99400JucaBlues<%-- PAGE CONTENT --------------------------------------------------------- --%>
a82a5be5088ca396af8816d7faf8515a35e4efc2JucaBlues<table border="0" cellpadding="10" cellspacing="0" width="100%">
a7b2d0eab58019b3222f3e9bce409d03a1d99400JucaBlues <cc:alertinline name="ialertCommon" bundleID="amConsole" />
f8965a46fbb5b79bc124778df26d3526e5ac5441Kris<cc:pagetitle name="pgtitle" bundleID="amConsole" pageTitleText="map.client.manager.window.title" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
22f081b4206e716c03c4ba740b499f20a568b163JucaBlues<cc:spacer name="spacer" height="10" newline="true" />
f5d57c26ee63ac2bd5417a6bcc19d90b227ae797joncruz<table border="0" cellpadding="0" cellspacing="0" width="100%">
a7b2d0eab58019b3222f3e9bce409d03a1d99400JucaBlues <td width="97%" align="right">
f5d57c26ee63ac2bd5417a6bcc19d90b227ae797joncruz <cc:label name="lblStyle" bundleID="amConsole" defaultValue="map.client.manager.style.label" elementName="singleChoiceStyle"/>:
a7b2d0eab58019b3222f3e9bce409d03a1d99400JucaBlues <td width="1%"><cc:spacer name="spacer" height="1" width="5" newline="false" /></td>
a7b2d0eab58019b3222f3e9bce409d03a1d99400JucaBlues <td width="1%"><cc:dropdownmenu name="singleChoiceStyle" bundleID="amConsole" onChange="document.forms[0].submit()" type="jump" /></td>
f8965a46fbb5b79bc124778df26d3526e5ac5441Kris <td width="1%"><cc:spacer name="spacer" height="1" width="10" newline="false" /></td>
a7b2d0eab58019b3222f3e9bce409d03a1d99400JucaBlues<table border="0" cellpadding="0" cellspacing="0">
a7b2d0eab58019b3222f3e9bce409d03a1d99400JucaBlues <td colspan="4"><cc:spacer name="spacer" height="10" width="1" newline="false" /></td>
815dc8cd4a3e73c0140640c566be6ec2732d9b14JucaBlues <td><cc:spacer name="spacer" height="1" width="10" newline="false" /></td>
815dc8cd4a3e73c0140640c566be6ec2732d9b14JucaBlues <td nowrap><cc:label name ="lblFilter" elementName="tfFilter" /><cc:textfield name="tfFilter" defaultValue="*" /></td>
815dc8cd4a3e73c0140640c566be6ec2732d9b14JucaBlues <td><cc:spacer name="spacer" height="1" width="3" newline="false" /></td>
c7433e6c4fb590ebc52554acc8422988c478b653JucaBlues <td><cc:button name="btnSearch" bundleID="amConsole" defaultValue="button.search" type="primary" /></td>
c7433e6c4fb590ebc52554acc8422988c478b653JucaBlues<cc:spacer name="spacer" height="10" newline="true" />
c7433e6c4fb590ebc52554acc8422988c478b653JucaBlues<table border="0" cellpadding="0" cellspacing="0">
c7433e6c4fb590ebc52554acc8422988c478b653JucaBlues<td width="99%" align="right"><cc:text name="lblCustomizable" defaultValue="clientDetection.customizable.label" bundleID="amConsole"/> <cc:text name="lblCustomizableLegend" defaultValue="clientDetection.customizable.legend" bundleID="amConsole" /></td>
c7433e6c4fb590ebc52554acc8422988c478b653JucaBlues<td width="1%"><cc:spacer name="spacer" width="10" height="1" newline="false" /></td>
c7433e6c4fb590ebc52554acc8422988c478b653JucaBlues<cc:spacer name="spacer" height="10" newline="true" />
c7433e6c4fb590ebc52554acc8422988c478b653JucaBlues<cc:actiontable
c7433e6c4fb590ebc52554acc8422988c478b653JucaBlues name="tblClients"
c7433e6c4fb590ebc52554acc8422988c478b653JucaBlues bundleID="amConsole"
c7433e6c4fb590ebc52554acc8422988c478b653JucaBlues summary="table.clientDetection.client.title.summary"
c7433e6c4fb590ebc52554acc8422988c478b653JucaBlues empty="table.clientDetection.client.empty.message"
c7433e6c4fb590ebc52554acc8422988c478b653JucaBlues showAdvancedSortingIcon="false"
c7433e6c4fb590ebc52554acc8422988c478b653JucaBlues showLowerActions="false"
c7433e6c4fb590ebc52554acc8422988c478b653JucaBlues showPaginationControls="true"
c7433e6c4fb590ebc52554acc8422988c478b653JucaBlues showPaginationIcon="true"
280e31bdf7f5ffd28f8b14565c1d93de4070bd0cJucaBlues showSelectionIcons="false"
f5d57c26ee63ac2bd5417a6bcc19d90b227ae797joncruz showSelectionSortIcon="false"
f5d57c26ee63ac2bd5417a6bcc19d90b227ae797joncruz showSortingRow="false" />
280e31bdf7f5ffd28f8b14565c1d93de4070bd0cJucaBlues<%-- PAGE CONTENT --------------------------------------------------------- --%>
f5d57c26ee63ac2bd5417a6bcc19d90b227ae797joncruz</cc:header>
f5d57c26ee63ac2bd5417a6bcc19d90b227ae797joncruz</jato:useViewBean>