<%@ include file="/sdk/oemTop.jspf" %> <%@ include file="/oemNoscript.jspf" %> <%-- * Copyright (c) 2003, 2005, Oracle. All rights reserved. * * NAME * taskCreate.jsp * * NOTES * Create Task UI Property Sheet * * MODIFIED * ashugupt 06/10/05 - fix ada * jaysmith 04/15/05 - accept no ctxType * jaysmith 04/08/05 - for CA lib, include adminSideNav * pkantawa 02/09/05 - Target selector changes * pkantawa 01/04/05 - Change location of targetInclude * pkantawa 10/18/04 - cutover to use new target selector * pkantawa 09/30/04 - pkantawa_jobs_create_task_ui * pkantawa 09/29/04 - creation * --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ include file="/oemTitle.jspf" %> <%@ include file="messagesInclude.jspf" %> <%@ include file="/oemGlobal.jspf" %> <%-- The CA Library now lives under Setup, not the Jobs tab. To get its navigator path right, we need this includes --%> <% if ("userCA".equals(request.getParameter("ctxType"))) { %> <%@ include file="/health/header.jsp"%> <% } %> <%@ include file="pageButtonsInclude.jspf" %>