<%@ include file="/sdk/oemTop.jspf" %> <%-- * Copyright (c) 2003, 2006, Oracle. All rights reserved. * * NAME * jobsList.jsp * * NOTES * the list of jobs * * MODIFIED * hmodawel 02/27/06 - fix ojsp 1013 compilation errors * rdabbott 07/15/05 - fix 3319429: rm SHOW_ONLY_ACCESS_TIP * rkhazanc 10/22/03 - rdabbott_jobs_table_jsp * rkhazanc 05/20/03 - creation * --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%-- DEBUG: The following line will render debug text showing value of "showAdvSearch" request attribute --%> <%-- "/> --%> <%-- "/> --%> <%-- Advanced Search Mode: --%> <%-- -------------------- --%> <%-- If rendering in Advanced search mode show the Simple Search button --%> <%-- (if showAdvSearch=true) --%> <%-- Simple Search button --%> <%-- -------------------- --%> <% request.setAttribute("showAdvSearch", Boolean.TRUE); %> <% request.setAttribute("showDefSearch", Boolean.FALSE); %> <%-- If rendering in Advanced search jobs table is under Results header --%> <%-- Job Name --%> <%-- ---------- --%> <%-- Run Status --%> <%-- ---------- --%> <%-- Not Shown for Library --%> <%-- Active During (last 24hrs, last 7 days, last 31 days --%> <%-- and Simple-Search button to the right --%> <%-- ---------------------------------------------------- --%> <%-- Not Shown for Library --%> <%-- Owner --%> <%-- ---------- --%> <%-- Owner --%> <%-- ---------- --%> <%-- --%> <%-- Run Status --%> <%-- ---------- --%> <%-- Not Shown for Library --%> <%-- --%> <%-- Active During (last 24hrs, last 7 days, last 31 days --%> <%-- and Simple-Search button to the right --%> <%-- ---------------------------------------------------- --%> <%-- Not Shown for Library --%> <%-- --%> <%-- Search button --%> <%-- ------------- --%> <%-- <%-- Job Type --%> <%-- ---------- --%> <%-- --%> <%-- Target Type --%> <%-- ----------- --%> <%-- Not Shown for Library --%> <%-- --%> <%-- Target Name --%> <%-- ---------- --%> <%-- Not Shown for Library --%> <%-- --%> <%-- Show Only jobs I have explicit access to --%> <%-- ---------------------------------------- --%> <%-- Not Shown for Library --%> <%-- --%> <%-- If rendering in Advanced search jobs table is under Results header --%> <%-- ------------------------------------------------------------------ --%> <%-- Simple Serach Mode: --%> <%-- -------------------- --%> <%-- Show the one line Job Type / Job Name filter if in simple search mode --%> <%-- (if showDefSearch=true) --%> <%-- ----------------------------------------- --%> <%-- Job Create dropdown list --%> <%-- Conditionalized Prompt for Library --%> <%-- ----------------------------------------- --%> <%-- If in Simple search mode show the Advanced Search button (showDefSearch=true) --%> <%-- --------------------------------------------------- --%> <%-- View As (Runs / Executions) & Job Create row layout --%> <%-- --------------------------------------------------- --%> <%-- uix:spacer height= "3"/--%> <%-- Conditionalize this out for library jobs --%> <%-- ----------------------------------------- --%> <%-- View As (Runs / Executions) dropdown list --%> <%-- ----------------------------------------- --%> <%-- <% if ( Boolean.TRUE.equals ( application.getAttribute("em.jobs.ui.advanced") ) && Boolean.TRUE.equals ( request.getAttribute("showActiveJobsTable") ) ) { %> <% } %> --%> <%-- --------------------------------- --%> <%-- Conditinalize Runs vs. Executions --%> <%-- Still restric rendered w/ ctxType --%> <%-- --------------------------------- --%> <%-- viewChoice is set on the request URL --%> <%-- change value if changed in Java code --%> <%-- "/> --%> <% if ( Boolean.TRUE.equals ( request.getAttribute("showLibraryJobsTable") ) ) { %> <%@ include file="../libraryTable.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" %> <% } %> <% } %>