%--
* Copyright by Intland Software
*
* All rights reserved.
*
* This software is the confidential and proprietary information
* of Intland Software. ("Confidential Information"). You
* shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement
* you entered into with Intland.
*
* $Revision$ $Date$
--%>
<%@ page language="java" %>
<%@ page import="com.intland.codebeamer.servlet.bugs.dynchoices.ReferenceHandlerSupport"%>
<%@ page import="java.util.Map"%>
<%@ page import="java.util.HashMap"%>
<%@ page import="com.intland.codebeamer.servlet.report.AddUpdateTrackerReportForm" %>
<%@ taglib uri="jstl-c" prefix="c" %>
<%@ taglib uri="jstl-fmt" prefix="fmt" %>
<%@ taglib uri="jstl-fn" prefix="fn" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ taglib uri="struts-logic" prefix="logic" %>
<%@ taglib uri="http://ditchnet.org/jsp-tabs-taglib" prefix="tab" %>
<%@ taglib uri="uitaglib" prefix="ui" %>
<%@ taglib uri="bugstaglib" prefix="bugs" %>
<%-- defined here, because script elements are not allowed inside ditchnet tabs' tags---%>
<%
Map labelMap = new HashMap();
labelMap.put(AddUpdateTrackerReportForm.ANY_VALUE, AddUpdateTrackerReportForm.ANY_LABEL);
labelMap.put(AddUpdateTrackerReportForm.UNSET_VALUE, AddUpdateTrackerReportForm.UNSET_LABEL);
pageContext.setAttribute("chooseReferences_labelMap", labelMap);
pageContext.setAttribute("chooseReferences_unsetValue", AddUpdateTrackerReportForm.UNSET_VALUE);
%>
: ${title} ${form.reportName} - Step 5: Define the filtering, columns and sorting
>
Set displayed columns, filters and order options for ${trackerMaskTitle} below!
<%--
--%>
<%-- these ifs make 2 selectbox in a row --%>
:
Not
<%-- close the row it may have left open --%>
: Not
${tracker_id}${ReferenceHandlerSupport_KEY_SEPARATOR}${label_id}
<%-- the form.dynChoiceValues[] will actually go to ReferenceHandlerSupport... --%>