%@ include file="/sdk/oemTop.jspf" %>
<%--
* Copyright (c) 2003, 2005, Oracle. All rights reserved.
*
* NAME
* runDetailsSearch.jsp
*
* NOTES
* A filter for target & status
*
* MODIFIED
* pkantawa 01/12/05 - Change resource ID for Search
* nqureshi 10/18/04 - adding target Criteria
* tzimmerm 11/14/03 - Temp disable Advanced search button
* tzimmerm 11/13/03 - Remove choice from filter names
* xshen 09/22/03 - include oemTop
* rdabbott 08/14/03 - rdabbott_run_details
* rdabbott 07/24/03 - creation
*
--%>
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %>
<% request.setAttribute("showAdvSearch", Boolean.FALSE); %>
<% request.setAttribute("showDefSearch", Boolean.TRUE); %>
<%
if ( ! Boolean.FALSE.equals ( request.getAttribute("showAdvSearch") ) )
{
%>
<%-- *** SHOW THE SEARCH UI --%>
<%
}
%>
<%
if ( ! Boolean.FALSE.equals ( request.getAttribute("showDefSearch") ) )
{
%>
<%--
--%>
<%--
// todo: support either on "simple" search?
--%>
<%-- If in Simple search mode show the Advanced Search button --%>
<%--
--%>
<%
}
%>