<%@ include file="/sdk/oemTop.jspf" %> <%-- * Copyright (c) 2003, 2007, Oracle. All rights reserved. * * NAME * jobsList.jsp * * NOTES * the list of jobs * * MODIFIED * lefeng 09/13/07 - Bug 6390685 * pkantawa 06/30/05 - Move View Runs/Executions dropdown outside the table * pkantawa 06/06/05 - Remove extra separator * nqureshi 02/20/05 - * ashugupt 01/13/05 - * pkantawa 12/28/04 - search cutover * jaysmith 11/09/04 - spacer in CA library page, too * jaysmith 09/15/04 - add CA library table case * jaysmith 09/09/04 - CA Library changes * rdabbott 02/28/04 - show lib subtab -> show job subtab * rdabbott 02/21/04 - rm basic mode * rdabbott 12/17/03 - Fix 3320763: add jobs library related link * rdabbott 11/17/03 - fix 3260449: only one target allowed when ignoring * rdabbott 11/03/03 - fix checkbox tip * rdabbott 11/01/03 - fix filter layout * rdabbott 10/18/03 - move strings to jobs resource * rdabbott 10/17/03 - hide access ck box for super * rdabbott 10/15/03 - rm membership checkbox * xshen 10/15/03 - add hint text * jmcclung 10/15/03 - add tip if not all items (executions, runs, library jobs) were displayed * rdabbott 10/07/03 - hide advanced stuff * xshen 10/04/03 - grabtrans 'rdabbott_bug-3145054' * xshen 10/01/03 - change check box names * rdabbott 10/01/03 - 3 branches for including the table * xshen 09/21/03 - hide advanced search button completely * rdabbott 09/21/03 - add data pump tip * tzimmerm 09/16/03 - remove choice from filter names * tzimmerm 09/12/03 - Add Show only direct target vs member target checkbox * tzimmerm 08/26/03 - add Show Only filter checkboxes * xshen 08/21/03 - remove search tip * tzimmerm 08/20/03 - Splitting out library & activity tbls * rdabbott 08/13/03 - show/hide for demo * rdabbott 08/08/03 - hide advanced buttons * rdabbott 08/07/03 - hide adv search * xshen 07/21/03 - add script-let only load 1 table * xshen 07/11/03 - support library job table * rdabbott 07/10/03 - add retry confirm * xshen 06/29/03 - UI layout tweak * rdabbott 07/01/03 - retry, suspend, resume buttons * tzimmerm 06/06/03 - Search UI review tweaks * tzimmerm 05/29/03 - * tzimmerm 05/21/03 - Adding advanced filters * rdabbott 05/01/03 - jobtype nls functionality * rdabbott 04/03/03 - add search by job name * rdabbott 01/31/03 - * rdabbott 01/30/03 - create new event * rdabbott 01/22/03 - rdabbott_jobs_table_jsp * rdabbott 01/20/03 - creation * --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%-- If rendering in Advanced search jobs table is under Results header --%> <%-- Job Name --%> <%-- Job Type --%> <%-- Owner --%> <%-- Target Type --%> <%-- ----------- --%> <%-- Run Status --%> <%-- Target Name --%> <%-- Active During (last 24hrs, last 7 days, last 31 days --%> <%-- Show Only jobs I have explicit access to --%> <%-- Search button --%> <%-- Simple Search Mode: --%> <%-- -------------------- --%> <%-- Show the one line Job Status/ Job Name filter if in simple search mode --%> <%-- (if showDefSearch=true) --%> <%-- Status --%> <%-- Job Type --%> <%-- Name --%> <%-- Owner --%> <%-- Target Type --%> <%-- ----------- --%> <%-- Not Shown for Library --%> <%-- --------------------------------------------------- --%> <%-- View As (Runs / Executions) & Job Create row layout --%> <%-- --------------------------------------------------- --%> <%-- Runs/Executions dropdown --%> <% if ( Boolean.TRUE.equals ( request.getAttribute("showLibraryJobsTable") ) ) { %> <%@ include file="libraryTable.jspf" %> <% } else if ( Boolean.TRUE.equals ( request.getAttribute("showCALibraryTable") ) ) { %> <%@ include file="caLibraryTable.jspf" %> <% } else //if ( Boolean.TRUE.equals(request.getAttribute("showActiveJobsTable") ) ) { if ( "run".equals(request.getAttribute("viewChoice")) ) { %> <%@ include file="runsTable.jspf" %> <% } else //if ( "exec".equals(request.getAttribute("viewChoice")) ) { %> <%@ include file="executionsTable.jspf" %> <% } %> <% } %> <% if ( ! Boolean.TRUE.equals ( application.getAttribute( "em.jobs.ui.showJobSubtab") ) ) { %> <% if ( Boolean.TRUE.equals ( request.getAttribute("showLibraryJobsTable") ) ) { %> <% } else { %> <% } %> <% } %>