Delegation.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
486N/A<%--
486N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
486N/A
486N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
851N/A
851N/A The contents of this file are subject to the terms
486N/A of the Common Development and Distribution License
486N/A (the License). You may not use this file except in
486N/A compliance with the License.
486N/A
486N/A You can obtain a copy of the License at
486N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
486N/A opensso/legal/CDDLv1.0.txt
486N/A See the License for the specific language governing
486N/A permission and limitations under the License.
486N/A
486N/A When distributing Covered Code, include this CDDL
486N/A Header Notice in each file and include the License file
486N/A at opensso/legal/CDDLv1.0.txt.
486N/A If applicable, add the following below the CDDL Header,
486N/A with the fields enclosed by brackets [] replaced by
486N/A your own identifying information:
486N/A "Portions Copyrighted [year] [name of copyright owner]"
486N/A
486N/A $Id: Delegation.jsp,v 1.5 2008/09/04 00:04:45 asyhuang Exp $
486N/A
486N/A--%>
486N/A
486N/A
486N/A
486N/A
486N/A<%@ page info="Delegation" language="java" %>
486N/A<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
486N/A<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
486N/A<jato:useViewBean
493N/A className="com.sun.identity.console.delegation.DelegationViewBean"
486N/A fireChildDisplayEvents="true" >
486N/A
493N/A<cc:i18nbundle baseName="amConsole" id="amConsole"
486N/A locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
486N/A
486N/A<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
486N/A
486N/A<script language="javascript" src="../console/js/am.js"></script>
486N/A
486N/A<cc:form name="Delegation" method="post" defaultCommandChild="/btnSearch">
493N/A<jato:hidden name="szCache" />
493N/A
493N/A<script language="javascript">
493N/A function confirmLogout() {
486N/A return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
851N/A }
851N/A</script>
486N/A<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
486N/A<cc:breadcrumbs name="breadCrumb" bundleID="amConsole" />
486N/A<cc:tabs name="tabCommon" bundleID="amConsole" submitFormData="true" />
851N/A
851N/A<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td>
<cc:alertinline name="ialertCommon" bundleID="amConsole" />
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td>
<cc:breadcrumbs name="parentagepath" bundleID="amConsole" />
<div class="BcmWhtDiv"><cc:text name="txtRoot" bundleID="amConsole" /></div>
</td>
</tr>
</table>
<%-- PAGE CONTENT --------------------------------------------------------- --%>
<cc:pagetitle name="pgtitle" bundleID="amConsole" pageTitleText="page.title.delegation" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
<cc:spacer name="spacer" height="10" newline="true" />
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><cc:spacer name="spacer" height="1" width="10" newline="false" /></td>
<td nowrap><cc:label name ="lblFilter" elementName="tfFilter" /><cc:textfield name="tfFilter" defaultValue="*" onKeyDown="if (event.keyCode == 13) { document.forms['Delegation'].submit(); return false;}" /></td>
<td><cc:spacer name="spacer" height="1" width="3" newline="false" /></td>
<td><cc:button name="btnSearch" bundleID="amConsole" defaultValue="button.search" type="primary" onClick="document.forms['Delegation'].submit();" /></td>
</tr>
</table>
<cc:spacer name="spacer" height="10" newline="true" />
<cc:actiontable
name="tblSearch"
title="table.delegation.title.name"
bundleID="amConsole"
summary="table.delegation.summary"
empty="table.delegation.empty.message"
selectionType="none"
showAdvancedSortingIcon="false"
showLowerActions="false"
showPaginationControls="false"
showPaginationIcon="false"
showSelectionIcons="false"
showSelectionSortIcon="false"
showSortingRow="false" />
</cc:form>
</cc:header>
</jato:useViewBean>