<%@ include file="/sdk/oemTop.jspf" %> <%@ include file="/oemNoscript.jspf" %> <%-- * Copyright (c) 2003, 2005, Oracle. All rights reserved. * * NAME * caCreate.jsp * * NOTES * Create/Edit sheet for corrective actions * * MODIFIED * ashugupt 06/10/05 - fix ada voilations * jaysmith 04/08/05 - for CA lib, include adminSideNav * jaysmith 10/22/04 - pageButtonsInclude --> caPageButtonsInclude * jaysmith 10/15/04 - move page buttons to shared (single-/multitask) * file * jaysmith 09/30/04 - add continue button for Monitoring Settings * jvishen 09/28/04 - * jvishen 09/27/04 - * jvishen 09/24/04 - * jaysmith 09/22/04 - jaysmith_ca_create_ui_2 * jaysmith 09/21/04 - cut over error block * jaysmith 09/15/04 - CA-specific sheet events * jaysmith 09/03/04 - more form-name * jaysmith 09/03/04 - change form name * jaysmith 08/23/04 - add page buttons * jaysmith 08/05/04 - creation (adapted from Pranav's Job sheet) * --%> <%@ 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="/jobs/main/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 (request.getParameter("ctxType").equals("userCA")) { %> <%@ include file="/health/header.jsp"%> <% } %> <%@ include file="caPageButtonsInclude.jspf" %>