IDRepo.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
145N/A<%--
145N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
145N/A
145N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
145N/A
145N/A The contents of this file are subject to the terms
145N/A of the Common Development and Distribution License
145N/A (the License). You may not use this file except in
145N/A compliance with the License.
145N/A
145N/A You can obtain a copy of the License at
145N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
145N/A opensso/legal/CDDLv1.0.txt
145N/A See the License for the specific language governing
145N/A permission and limitations under the License.
145N/A
145N/A When distributing Covered Code, include this CDDL
145N/A Header Notice in each file and include the License file
145N/A at opensso/legal/CDDLv1.0.txt.
145N/A If applicable, add the following below the CDDL Header,
3817N/A with the fields enclosed by brackets [] replaced by
145N/A your own identifying information:
145N/A "Portions Copyrighted [year] [name of copyright owner]"
145N/A
187N/A $Id: IDRepo.jsp,v 1.3 2008/06/25 05:44:48 qcheng Exp $
3817N/A
187N/A--%>
187N/A
187N/A
145N/A
4194N/A
4194N/A<%@ page info="IDRepo" language="java" %>
187N/A<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
187N/A<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
187N/A<jato:useViewBean
145N/A className="com.sun.identity.console.realm.IDRepoViewBean"
1244N/A fireChildDisplayEvents="true" >
1258N/A
1244N/A<cc:i18nbundle baseName="amConsole" id="amConsole"
4811N/A locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
4811N/A
4811N/A<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
4811N/A
4811N/A<script language="javascript" src="../console/js/am.js"></script>
187N/A
4811N/A<cc:form name="IDRepo" method="post" defaultCommandChild="/tblButtonAdd">
197N/A<jato:hidden name="szCache" />
197N/A
197N/A<script language="javascript">
197N/A function confirmLogout() {
187N/A return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
4811N/A }
187N/A</script>
4811N/A<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
4811N/A<cc:breadcrumbs name="breadCrumb" bundleID="amConsole" />
4811N/A<cc:tabs name="tabCommon" bundleID="amConsole" />
4811N/A
4811N/A<table border="0" cellpadding="10" cellspacing="0" width="100%">
4811N/A <tr>
4811N/A <td>
4811N/A <cc:alertinline name="ialertCommon" bundleID="amConsole" />
4811N/A </td>
145N/A </tr>
1938N/A</table>
1938N/A
4365N/A<table border="0" cellpadding="0" cellspacing="0">
4365N/A <tr>
4365N/A <td align="left">
4365N/A <cc:breadcrumbs name="parentagepath" bundleID="amConsole" />
4365N/A <div class="BcmWhtDiv">
4365N/A <cc:text name="txtRoot" bundleID="amConsole" />
4365N/A </div>
192N/A </td>
192N/A </tr>
145N/A</table>
145N/A
145N/A<%-- PAGE CONTENT --------------------------------------------------------- --%>
187N/A<cc:pagetitle
4365N/A name="pgtitle"
3294N/A bundleID="amConsole"
187N/A pageTitleText="page.title.idrepo"
4811N/A showPageTitleSeparator="true"
4811N/A viewMenuLabel=""
4811N/A pageTitleHelpMessage=""
4811N/A showPageButtonsTop="true"
187N/A showPageButtonsBottom="false" />
1899N/A
191N/A<cc:spacer name="spacer" height="10" newline="true" />
145N/A
4811N/A<cc:actiontable
4811N/A name="tblSearch"
4811N/A title="table.idrepo.title.name"
4811N/A bundleID="amConsole"
4811N/A summary="table.idrepo.summary"
187N/A empty="table.idrepo.empty.message"
2520N/A selectionType="multiple"
187N/A showAdvancedSortingIcon="false"
187N/A showLowerActions="false"
187N/A showPaginationControls="false"
187N/A showPaginationIcon="false"
187N/A showSelectionIcons="true"
1899N/A selectionJavascript="toggleTblButtonState('IDRepo', 'IDRepo.tblSearch', 'tblButton', 'IDRepo.tblButtonDelete', this)"
1899N/A showSelectionSortIcon="false"
1899N/A showSortingRow="false" />
187N/A</cc:form>
187N/A
187N/A</cc:header>
145N/A</jato:useViewBean>
197N/A