%@ include file="/sdk/oemTop.jspf" %>
<%@ include file="/oemNoscript.jspf" %>
<%--
* Copyright (c) 2005, Oracle. All rights reserved.
*
* NAME
* multiTarget.jsp
*
* NOTES
* Execute Host Command/Execute SQL main page.
*
* MODIFIED
* yaofeng 08/22/05 - set auto complete off
* kmckeen 08/30/05 - Bug 4534055 - support cluster targets
* kmckeen 08/25/05 - Support execution confirmation
* kmckeen 05/07/05 - Ada fixes
* kmckeen 05/03/05 - Bug 4332543 - move save checkbox text to message
* file
* kmckeen 04/08/05 - Handle loading job credentials
* kmckeen 03/08/05 - Handle ppr on return from processing page
* kmckeen 02/14/05 - Make target selector bypass popup blocker
* kmckeen 02/01/05 - Support keeping job persistent across sessions
* kmckeen 01/26/05 - Handle return key in Command field.
* Mark Command and credentails fields as required.
* Add link for switch to single target mode.
--%>
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %>
<%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %>
<%@ page import="oracle.sysman.eml.ecm.util.table.UIXDataSource" %>
<%@ page import="oracle.sysman.eml.PageNames" %>
<%@ page import="oracle.sysman.emSDK.eml.EmlConstants" %>
<%@ page import="oracle.cabo.ui.partial.PartialPageUtils"%>
<% oracle.cabo.share.util.CaboHttpUtils.setNoCacheHeaders(response); %>
<%
String dest = (String)request.getSession().getAttribute("processingDoneDestination");
if (dest != null)
{
PartialPageUtils.forceRedirectURL(renderingContext, dest);
request.getSession().removeAttribute("processingDoneDestination");
}
%>
<%@ include file="/oemTitle.jspf" %>
<%@ include file="/enablePPR.jspf" %>
<%@ include file="/oemGlobal.jspf" %>
<%--
--%>
<%--
BEGINNING OF COMMAND/SQL INPUT FIELDS
--%>
<%--
END OF COMMAND/SQL INPUT FIELDS
--%>
<%--
BEGINNING OF CREDENTIALS INPUT FIELDS
--%>
<%--
<%--
END OF CREDENTIALS INPUT FIELDS
--%>
<%-- Database column - only displayed with Execute SQL --%>
<%-- Target Type column - only displayed with Execute SQL --%>
<%-- Host column - always displayed --%>
<%-- Execution Status column - always displayed --%>
<%-- Elapsed Time column - always displayed --%>
<%-- Remove column - always displayed --%>
<%--
For partial page refresh to include both the targets table above
and the Switch To Simple Mode link here, each must be within the
same tag. We need partial page refresh to include
the link here, because it is rendered or not based on the target
type (host or cluster) of the first target in the table.
Search for SwitchToSimpleBlock to see it used with the
tag above. This how we tell UIX to refresh the link here when
the targets table is refreshed (sorted for example).
We had to add and additional tags in
order to properly layout and indent the target table and the
link here.
--%>
<%--
--%>