%--
* 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$
--%>
<%@ taglib uri="jstl-c" prefix="c" %>
<%@ taglib uri="jstl-fmt" prefix="fmt" %>
<%@ taglib uri="jstl-fn" prefix="fn" %>
<%@ taglib uri="struts-logic" prefix="logic" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ taglib uri="http://displaytag.sf.net" prefix="display" %>
<%@ taglib uri="acltaglib" prefix="acl" %>
<%@ taglib uri="log" prefix="log" %>
<%@ taglib uri="uitaglib" prefix="ui" %>
<%@ taglib uri="bugstaglib" prefix="bugs" %>
<%@ page import="com.intland.codebeamer.servlet.bugs.CopyToClipboard" %>
<%@ page import="com.intland.codebeamer.persistence.dto.TrackerLayoutLabelDto"%>
<%@ page import="com.intland.codebeamer.servlet.bugs.BrowseTrackerAction"%>
<%@ page import="com.intland.codebeamer.servlet.bugs.TrackerBrowseForm"%>
<%@ page import="java.util.Map"%>
<%@ page import="java.util.HashMap"%>
<%@ page import="com.intland.codebeamer.taglib.TableCellCounter"%>
<%-- Assure that the value is a valid integer. --%>
<%-- set different parameter values between Tracker and Category-type trackers --%>
${trackerLabel}: ${trackerName}
<%-- show tracker view selector --%>